File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,8 @@ const { ELASTICSEARCH } = searchEngineTypes;
6363const { BYTES : TYPE_BYTES , BYTE_BUFFER : TYPE_BYTE_BUFFER } = fieldTypes . RelationalOnlyDBTypes ;
6464const { CUCUMBER , GATLING } = testFrameworkTypes ;
6565
66+ const JHIPSTER_FRAMEWORK_SB3_VERSION = '8.12.0' ;
67+
6668export class SpringBootApplicationGenerator extends BaseApplicationGenerator <
6769 SpringBootEntity ,
6870 SpringBootApplication ,
@@ -253,7 +255,7 @@ export default class SpringBootGenerator extends SpringBootApplicationGenerator
253255 springBoot4 ( { application } ) {
254256 if ( ! application . springBoot4 ) {
255257 // Latest version that supports Spring Boot 3
256- application . jhipsterDependenciesVersion = '9.0.0-beta.0' ;
258+ application . jhipsterDependenciesVersion = JHIPSTER_FRAMEWORK_SB3_VERSION ;
257259 }
258260 } ,
259261 springBoot3 ( { application } ) {
You can’t perform that action at this time.
0 commit comments