Skip to content

Commit

Permalink
Merge pull request #19274 from DanielFran/skip-ci_bom-7.9.0
Browse files Browse the repository at this point in the history
Update bom version to 7.9.0
  • Loading branch information
DanielFran committed Jul 31, 2022
2 parents aa0f05b + 554bdb2 commit 2e5d018
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.8.2-SNAPSHOT';
const JHIPSTER_DEPENDENCIES_VERSION = '7.9.0';
// 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.2';
const LIQUIBASE_VERSION = '4.12.0';
Expand Down

0 comments on commit 2e5d018

Please sign in to comment.