Skip to content

Commit 84c7a47

Browse files
committed
Prepare for 8.10.0 release
1 parent 42879ea commit 84c7a47

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ We are honored by any contributions you may have small or large. Please refer to
1919
The 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

generators/generator-constants.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ import { fileURLToPath } from 'url';
2222

2323
export 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
2727
export 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.
3131
export const ADD_SPRING_MILESTONE_REPOSITORY = false;
3232

0 commit comments

Comments
 (0)