diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 3de5d66e9b3..35b7507a2b8 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -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 diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 637ae56f36f..15cd32190e4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -29,7 +29,7 @@ jobs: variables: # if JHI_LIB_BRANCH value is release, use the release from Maven JHI_LIB_REPO: https://github.com/jhipster/jhipster-bom.git - JHI_LIB_BRANCH: main + JHI_LIB_BRANCH: release # if JHI_GEN_BRANCH value is release, use the release from NPM JHI_GEN_REPO: https://github.com/jhipster/generator-jhipster.git JHI_GEN_BRANCH: main diff --git a/generators/generator-constants.js b/generators/generator-constants.js index 563e4ebf506..ae4029ef26b 100644 --- a/generators/generator-constants.js +++ b/generators/generator-constants.js @@ -35,7 +35,7 @@ const GRADLE_VERSION = gradleOptions.GRADLE_VERSION; const JIB_VERSION = '3.2.0'; // Libraries version -const JHIPSTER_DEPENDENCIES_VERSION = '7.5.2-SNAPSHOT'; +const JHIPSTER_DEPENDENCIES_VERSION = '7.6.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.6.3'; const LIQUIBASE_VERSION = '4.6.1';