We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef25875 commit 0c016b7Copy full SHA for 0c016b7
.github/actions/setup/action.yml
@@ -66,7 +66,7 @@ inputs:
66
jhipster-bom-branch:
67
description: 'JHipster BOM branch'
68
required: false
69
- default: auto
+ default: release
70
jhipster-bom-directory:
71
description: 'JHipster BOM path'
72
generators/generator-constants.js
@@ -22,7 +22,7 @@ import { fileURLToPath } from 'url';
22
23
export const BLUEPRINT_API_VERSION = 'jhipster-8';
24
// jhipster-bom version
25
-export const JHIPSTER_DEPENDENCIES_VERSION = '8.6.1-SNAPSHOT';
+export const JHIPSTER_DEPENDENCIES_VERSION = '8.7.0';
26
// Version of Java
27
export const JAVA_VERSION = '17';
28
// Supported Java versions, https://www.oracle.com/java/technologies/java-se-support-roadmap.html
0 commit comments