diff --git a/generators/generator-constants.js b/generators/generator-constants.js index 4a9727326202..e3850658ad16 100644 --- a/generators/generator-constants.js +++ b/generators/generator-constants.js @@ -31,7 +31,7 @@ const GRADLE_VERSION = '6.5'; const JIB_VERSION = '2.4.0'; // Libraries version -const JHIPSTER_DEPENDENCIES_VERSION = '3.9.0'; +const JHIPSTER_DEPENDENCIES_VERSION = '3.9.1'; // The spring-boot version should match the one managed by https://mvnrepository.com/artifact/io.github.jhipster/jhipster-dependencies/JHIPSTER_DEPENDENCIES_VERSION const SPRING_BOOT_VERSION = '2.2.7.RELEASE'; const LIQUIBASE_VERSION = '3.9.0';