Skip to content

Commit 0c016b7

Browse files
committed
Update jhipster-bom to 8.7.0
1 parent ef25875 commit 0c016b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup/action.yml

+1-1
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

generators/generator-constants.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { fileURLToPath } from 'url';
2222

2323
export const BLUEPRINT_API_VERSION = 'jhipster-8';
2424
// jhipster-bom version
25-
export const JHIPSTER_DEPENDENCIES_VERSION = '8.6.1-SNAPSHOT';
25+
export const JHIPSTER_DEPENDENCIES_VERSION = '8.7.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

0 commit comments

Comments
 (0)