Skip to content

Commit

Permalink
Update jhipster-bom version to 8.2.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielFran committed Feb 3, 2024
1 parent 2af576d commit 456c7f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/generator-constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
export const BLUEPRINT_API_VERSION = 'jhipster-8';
// jhipster-bom version
export const JHIPSTER_DEPENDENCIES_VERSION = '8.1.1-SNAPSHOT';
export const JHIPSTER_DEPENDENCIES_VERSION = '8.2.0-SNAPSHOT';
// Version of Java
export const JAVA_VERSION = '17';
export const JAVA_COMPATIBLE_VERSIONS = ['17', '18', '19', '20', '21'];
Expand Down

0 comments on commit 456c7f0

Please sign in to comment.