Skip to content

Commit

Permalink
Update to use jhipster-bom 8.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mraible committed May 31, 2024
1 parent 3ab0594 commit 34a3d1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ inputs:
jhipster-bom-branch:
description: 'JHipster BOM branch'
required: false
default: auto
default: release
jhipster-bom-directory:
description: 'JHipster BOM path'
required: false
Expand Down Expand Up @@ -153,7 +153,7 @@ runs:
if [[ "${{inputs.jhipster-bom-branch}}" != "" ]]; then
echo "JHI_GEN_BRANCH=${{inputs.generator-jhipster-branch}}" >> $GITHUB_ENV
else
else
echo "JHI_GEN_BRANCH=${JHI_GEN_BRANCH}" >> $GITHUB_ENV
fi
Expand Down
2 changes: 1 addition & 1 deletion generators/generator-constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { fileURLToPath } from 'url';

export const BLUEPRINT_API_VERSION = 'jhipster-8';
// jhipster-bom version
export const JHIPSTER_DEPENDENCIES_VERSION = '8.4.1-SNAPSHOT';
export const JHIPSTER_DEPENDENCIES_VERSION = '8.5.0';
// Version of Java
export const JAVA_VERSION = '17';
export const JAVA_COMPATIBLE_VERSIONS = ['17', '18', '19', '20', '21'];
Expand Down

0 comments on commit 34a3d1a

Please sign in to comment.