From a4ecc1ca290941074f87ad872d566bbaf1caa71d Mon Sep 17 00:00:00 2001 From: vunamtien Date: Tue, 16 Apr 2024 13:26:58 +0700 Subject: [PATCH] [JAVA-31657] Upgrade-spring-aspects-to-latest-version (#16338) --- persistence-modules/spring-hibernate-5/pom.xml | 3 ++- persistence-modules/spring-hibernate-6/pom.xml | 3 ++- spring-aop-2/pom.xml | 4 ++++ spring-core-2/pom.xml | 2 ++ spring-di-2/pom.xml | 2 ++ spring-scheduling/pom.xml | 2 ++ 6 files changed, 14 insertions(+), 2 deletions(-) diff --git a/persistence-modules/spring-hibernate-5/pom.xml b/persistence-modules/spring-hibernate-5/pom.xml index b6c8176f2f..a08771d26a 100644 --- a/persistence-modules/spring-hibernate-5/pom.xml +++ b/persistence-modules/spring-hibernate-5/pom.xml @@ -29,7 +29,7 @@ org.springframework spring-aspects - ${org.springframework.version} + ${spring-aspects.version} @@ -144,6 +144,7 @@ 5.0.2.RELEASE 1.10.6.RELEASE 4.2.1.RELEASE + 6.1.5 5.6.15.Final 5.11.12.Final diff --git a/persistence-modules/spring-hibernate-6/pom.xml b/persistence-modules/spring-hibernate-6/pom.xml index e096fc421a..43610a4a9b 100644 --- a/persistence-modules/spring-hibernate-6/pom.xml +++ b/persistence-modules/spring-hibernate-6/pom.xml @@ -29,7 +29,7 @@ org.springframework spring-aspects - ${org.springframework.version} + ${spring-aspects.version} @@ -100,6 +100,7 @@ 6.0.11 3.1.3 6.1.3 + 6.1.5 6.4.2.Final 8.2.0 diff --git a/spring-aop-2/pom.xml b/spring-aop-2/pom.xml index 7aea3b64de..6c36ddc2ee 100644 --- a/spring-aop-2/pom.xml +++ b/spring-aop-2/pom.xml @@ -92,6 +92,7 @@ org.springframework spring-aspects + ${spring-aspects.version} @@ -119,6 +120,7 @@ org.springframework spring-aspects + ${spring-aspects.version} @@ -141,6 +143,7 @@ org.springframework spring-aspects + ${spring-aspects.version} org.springframework @@ -175,6 +178,7 @@ 5.3.27 com.baeldung.Application 1.5 + 6.1.5 \ No newline at end of file diff --git a/spring-core-2/pom.xml b/spring-core-2/pom.xml index 5e40e20965..799524aa80 100644 --- a/spring-core-2/pom.xml +++ b/spring-core-2/pom.xml @@ -65,6 +65,7 @@ org.springframework spring-aspects + ${spring-aspects.version} @@ -135,6 +136,7 @@ + 6.1.5 1.3.2 4.0.0 6.2.5.Final diff --git a/spring-di-2/pom.xml b/spring-di-2/pom.xml index 6b4ecc6039..db0ffb4d1d 100644 --- a/spring-di-2/pom.xml +++ b/spring-di-2/pom.xml @@ -39,6 +39,7 @@ org.springframework spring-aspects + ${spring-aspects.version} @@ -56,6 +57,7 @@ 1.13.1 2.17.1 + 6.1.5 \ No newline at end of file diff --git a/spring-scheduling/pom.xml b/spring-scheduling/pom.xml index e374b2b890..f2e622c9eb 100644 --- a/spring-scheduling/pom.xml +++ b/spring-scheduling/pom.xml @@ -28,6 +28,7 @@ org.springframework spring-aspects + ${spring-aspects.version} org.springframework.boot @@ -46,6 +47,7 @@ 2.0.3 + 6.1.5 \ No newline at end of file