JAVA-7177: Upgrade to Spring Boot 2.5.4 (#11218)

* JAVA-7177: Upgrade to Spring Boot 2.5.4

* JAVA-7177: Remove overriden Spring Boot version

* JAVA-7177: Leave spring-5-security-oauth on Spring Boot 2.5.2
This commit is contained in:
kwoyke
2021-09-16 19:07:12 +02:00
committed by GitHub
parent 3252bebde6
commit c7003b08df
3 changed files with 3 additions and 3 deletions

View File

@@ -77,8 +77,6 @@
<properties>
<keycloak-adapter-bom.version>13.0.1</keycloak-adapter-bom.version>
<!-- explicit version declaration to be removed when parent-boot-2 is upgraded to 2.5.3 or above -->
<spring-boot.version>2.5.3</spring-boot.version>
</properties>
</project>