diff --git a/eng/versioning/external_dependencies.txt b/eng/versioning/external_dependencies.txt index cb9b5c4e0298..8881dde9edfd 100644 --- a/eng/versioning/external_dependencies.txt +++ b/eng/versioning/external_dependencies.txt @@ -69,7 +69,7 @@ org.springframework.security:spring-security-web;5.2.0.RELEASE org.springframework.security:spring-security-oauth2-client;5.2.0.RELEASE org.springframework.security:spring-security-oauth2-core;5.2.0.RELEASE org.springframework.security:spring-security-oauth2-jose;5.2.0.RELEASE -org.springframework:spring-web;5.2.0.RELEASE +org.springframework:spring-web;5.2.5.RELEASE pl.pragmatists:JUnitParams;1.1.1 ## Test dependency versions diff --git a/sdk/spring/azure-spring-boot-starter-active-directory/pom.xml b/sdk/spring/azure-spring-boot-starter-active-directory/pom.xml index 711803dd33e6..615a3027b462 100644 --- a/sdk/spring/azure-spring-boot-starter-active-directory/pom.xml +++ b/sdk/spring/azure-spring-boot-starter-active-directory/pom.xml @@ -38,7 +38,7 @@ org.springframework spring-web - 5.2.0.RELEASE + 5.2.5.RELEASE org.springframework.security @@ -86,7 +86,7 @@ com.fasterxml.jackson.core:jackson-databind:[2.10.1] com.microsoft.azure:msal4j:[1.3.0] com.nimbusds:nimbus-jose-jwt:[7.9] - org.springframework:spring-web:[5.2.0.RELEASE] + org.springframework:spring-web:[5.2.5.RELEASE] org.springframework.boot:spring-boot-starter:[2.2.0.RELEASE] org.springframework.boot:spring-boot-starter-validation:[2.2.0.RELEASE] org.springframework.security:spring-security-config:[5.2.0.RELEASE] diff --git a/sdk/spring/azure-spring-boot/pom.xml b/sdk/spring/azure-spring-boot/pom.xml index 8865bab2aad1..da5366d7d5ce 100644 --- a/sdk/spring/azure-spring-boot/pom.xml +++ b/sdk/spring/azure-spring-boot/pom.xml @@ -40,7 +40,7 @@ org.springframework spring-web - 5.2.0.RELEASE + 5.2.5.RELEASE @@ -204,14 +204,14 @@ javax.validation:validation-api:[2.0.1.Final] org.slf4j:slf4j-api:[1.7.28] org.hibernate.validator:hibernate-validator:[6.0.17.Final] - org.springframework:spring-web:[5.2.0.RELEASE] + org.springframework:spring-web:[5.2.5.RELEASE] org.springframework.boot:spring-boot-actuator-autoconfigure:[2.2.0.RELEASE] org.springframework.boot:spring-boot-autoconfigure-processor:[2.2.0.RELEASE] org.springframework.boot:spring-boot-autoconfigure:[2.2.0.RELEASE] org.springframework.boot:spring-boot-configuration-processor:[2.2.0.RELEASE] org.springframework.boot:spring-boot-starter-test:[2.2.0.RELEASE] org.springframework.boot:spring-boot-starter-web:[2.2.0.RELEASE] - org.springframework:spring-web:[5.2.0.RELEASE] + org.springframework:spring-web:[5.2.5.RELEASE] org.springframework.security:spring-security-config:[5.2.0.RELEASE] org.springframework.security:spring-security-core:[5.2.0.RELEASE] org.springframework.security:spring-security-oauth2-client:[5.2.0.RELEASE]