JAVA-17429 Upgrade to latest spring-boot-2 (#13480)

This commit is contained in:
Anastasios Ioannidis
2023-02-17 18:47:01 +02:00
committed by GitHub
parent d64e32ea0b
commit a3ff046a72
11 changed files with 26 additions and 24 deletions

View File

@@ -94,10 +94,6 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
@@ -1175,7 +1171,7 @@
<jhipster-dependencies.version>2.1.1</jhipster-dependencies.version>
<!-- The spring-boot version should match the one managed by
https://mvnrepository.com/artifact/io.github.jhipster/jhipster-dependencies/${jhipster-dependencies.version} -->
<spring-boot.version>2.0.8.RELEASE</spring-boot.version>
<spring-boot.version>2.7.8</spring-boot.version>
<!-- The hibernate version should match the one managed by
https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-dependencies/${spring-boot.version} -->
<hibernate.version>5.2.17.Final</hibernate.version>