Skip to content

Commit 6a39ea3

Browse files
authored
java: update jhipster-framework with sb3 support to 8.12.0 (#31913)
1 parent 4dca1d1 commit 6a39ea3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

generators/spring-boot/generator.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ const { ELASTICSEARCH } = searchEngineTypes;
6363
const { BYTES: TYPE_BYTES, BYTE_BUFFER: TYPE_BYTE_BUFFER } = fieldTypes.RelationalOnlyDBTypes;
6464
const { CUCUMBER, GATLING } = testFrameworkTypes;
6565

66+
const JHIPSTER_FRAMEWORK_SB3_VERSION = '8.12.0';
67+
6668
export 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 }) {

0 commit comments

Comments
 (0)