Skip to content

Commit

Permalink
Merge pull request #15728 from jhipster/spring-boot_2.5.3
Browse files Browse the repository at this point in the history
Update spring-boot version to 2.5.3
  • Loading branch information
DanielFran authored Jul 26, 2021
2 parents ae554c7 + c16d45a commit e7aa9c2
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 @@ -35,7 +35,7 @@ const JIB_VERSION = '3.1.1';
// Libraries version
const JHIPSTER_DEPENDENCIES_VERSION = '7.1.1-SNAPSHOT';
// 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.5.2';
const SPRING_BOOT_VERSION = '2.5.3';
const LIQUIBASE_VERSION = '4.3.5';
const LIQUIBASE_DTD_VERSION = LIQUIBASE_VERSION.split('.', 3).slice(0, 2).join('.');
const HIBERNATE_VERSION = '5.4.32.Final';
Expand Down

0 comments on commit e7aa9c2

Please sign in to comment.