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 6ed0aee6a0
commit b441c62f0e
3 changed files with 3 additions and 3 deletions

View File

@ -81,7 +81,7 @@
<rest-assured.version>3.3.0</rest-assured.version>
<!-- plugins -->
<thin.version>1.0.22.RELEASE</thin.version>
<spring-boot.version>2.5.1</spring-boot.version>
<spring-boot.version>2.5.4</spring-boot.version>
<aspectjweaver.version>1.9.1</aspectjweaver.version>
<!-- this property can be removed once we update Mockito version in the main pom.xml -->
<mockito.version>3.4.0</mockito.version>

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>

View File

@ -68,6 +68,8 @@
</dependencies>
<properties>
<!-- Remove this explicit override once more recent version of spring-security-oauth2-autoconfigure is available -->
<spring-boot.version>2.5.2</spring-boot.version>
<start-class>com.baeldung.oauth2.SpringOAuthApplication</start-class>
</properties>