From 93cd431600aa0b18f3b6689af6cb9e9f1230e008 Mon Sep 17 00:00:00 2001 From: Pascal Grimaud Date: Fri, 2 Sep 2022 14:45:09 +0200 Subject: [PATCH] Bump jhipster-bom to 7.9.3 --- .github/actions/setup/action.yml | 2 +- generators/generator-constants.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index dd3c6a383634..30390f0e8859 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -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 diff --git a/generators/generator-constants.js b/generators/generator-constants.js index 7ad7ced6b626..d8211ec37dfd 100644 --- a/generators/generator-constants.js +++ b/generators/generator-constants.js @@ -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';