Skip to content

Commit

Permalink
Merge pull request #18305 from deepu105/bumb-jhipster-bom-7.8.1
Browse files Browse the repository at this point in the history
Bump jhipster-bom version to 7.8.1
  • Loading branch information
deepu105 committed Apr 6, 2022
2 parents c68607e + 8a37e2d commit bf1461a
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 @@ -71,7 +71,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 @@ -35,7 +35,7 @@ const GRADLE_VERSION = gradleOptions.GRADLE_VERSION;
const JIB_VERSION = '3.2.1';

// Libraries version
const JHIPSTER_DEPENDENCIES_VERSION = '7.8.1-SNAPSHOT';
const JHIPSTER_DEPENDENCIES_VERSION = '7.8.1';
// 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.6.6';
const LIQUIBASE_VERSION = '4.6.1';
Expand Down

0 comments on commit bf1461a

Please sign in to comment.