Skip to content

Commit

Permalink
Update Spring Boot version to 2.3.0.RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
murdos committed May 7, 2020
1 parent 2d7a5f9 commit 9d6396e
Showing 1 changed file with 1 addition and 1 deletion.
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 JIB_VERSION = '2.2.0';
// Libraries version
const JHIPSTER_DEPENDENCIES_VERSION = '3.8.0-SNAPSHOT';
// 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.3.0.M4';
const SPRING_BOOT_VERSION = '2.3.0.RC1';
const LIQUIBASE_VERSION = '3.8.9';
const liquibaseSemVer = semver.parse(LIQUIBASE_VERSION);
const LIQUIBASE_DTD_VERSION = `${liquibaseSemVer.major}.${liquibaseSemVer.minor}`;
Expand Down

0 comments on commit 9d6396e

Please sign in to comment.