Skip to content

Commit

Permalink
Merge pull request #19623 from pascalgrimaud/bump-jhipster-bom-7.9.3
Browse files Browse the repository at this point in the history
Bump jhipster-bom to 7.9.3
  • Loading branch information
pascalgrimaud committed Sep 2, 2022
2 parents 81e98eb + 93cd431 commit a1f1446
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 @@ -33,7 +33,7 @@ const NPM_VERSION = commonPackageJson.devDependencies.npm;
const OPENAPI_GENERATOR_CLI_VERSION = '2.5.1';

// Libraries version
const JHIPSTER_DEPENDENCIES_VERSION = '7.9.3-SNAPSHOT';
const JHIPSTER_DEPENDENCIES_VERSION = '7.9.3';
// The spring-boot version should match the one managed by https://mvnrepository.com/artifact/tech.jhipster/jhipster-dependencies/JHIPSTER_DEPENDENCIES_VERSION
const SPRING_BOOT_VERSION = '2.7.3';
const LIQUIBASE_VERSION = '4.15.0';
Expand Down

0 comments on commit a1f1446

Please sign in to comment.