Skip to content

Commit

Permalink
Update jhipter-bom to 8.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mraible committed Apr 8, 2024
1 parent d0f9c27 commit 7ecc2c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,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
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.3.0-SNAPSHOT';
export const JHIPSTER_DEPENDENCIES_VERSION = '8.3.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 7ecc2c6

Please sign in to comment.