File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ inputs:
6666 jhipster-bom-branch :
6767 description : ' JHipster BOM branch'
6868 required : false
69- default : auto
69+ default : release
7070 jhipster-bom-directory :
7171 description : ' JHipster BOM path'
7272 required : false
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ We are honored by any contributions you may have small or large. Please refer to
1919The following Java and Node combinations are tested and verified by GitHub Actions:
2020
2121| Java | Node | Status |
22- | -------- | -------- | ------ |
23- | 17/21/23 | 18/20/22 | ✅ |
22+ | ---------- | -------- | ------ |
23+ | 17/21/24 | 18/20/22 | ✅ |
2424
2525## Sponsors
2626
Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ import { fileURLToPath } from 'url';
2222
2323export const BLUEPRINT_API_VERSION = 'jhipster-8' ;
2424// jhipster-bom version
25- export const JHIPSTER_DEPENDENCIES_VERSION = '8.9 .0' ;
25+ export const JHIPSTER_DEPENDENCIES_VERSION = '8.10 .0' ;
2626// Version of Java
2727export const JAVA_VERSION = '17' ;
2828// Supported Java versions, https://www.oracle.com/java/technologies/java-se-support-roadmap.html
29- export const JAVA_COMPATIBLE_VERSIONS = [ '17' , '21' , '23 ' ] ;
29+ export const JAVA_COMPATIBLE_VERSIONS = [ '17' , '21' , '24 ' ] ;
3030// Force spring milestone repository. Spring Boot milestones are detected.
3131export const ADD_SPRING_MILESTONE_REPOSITORY = false ;
3232
You can’t perform that action at this time.
0 commit comments