This is an automated email from the ASF dual-hosted git repository.
alien11689 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/aries.git
The following commit(s) were added to refs/heads/trunk by this push:
new c58e8a86a Bump spring.version from 3.1.4.RELEASE to 5.3.39
c58e8a86a is described below
commit c58e8a86ad900e7931dbcfae9ec63d95c9473138
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 25 17:38:46 2025 +0000
Bump spring.version from 3.1.4.RELEASE to 5.3.39
Bumps `spring.version` from 3.1.4.RELEASE to 5.3.39.
Updates `org.springframework:spring-context` from 3.1.4.RELEASE to 5.3.39
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v3.1.4.RELEASE...v5.3.39)
Updates `org.springframework:spring-tx` from 2.5.6 to 5.3.39
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/commits/v5.3.39)
---
updated-dependencies:
- dependency-name: org.springframework:spring-context
dependency-type: direct:development
update-type: version-update:semver-major
- dependency-name: org.springframework:spring-tx
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
---
blueprint/itests/blueprint-testbundlee/pom.xml | 2 +-
blueprint/itests/blueprint-testbundles/pom.xml | 2 +-
blueprint/plugin/blueprint-maven-plugin-itest/pom.xml | 2 +-
blueprint/plugin/blueprint-maven-plugin-spring-handlers/pom.xml | 2 +-
transaction/transaction-manager/pom.xml | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/blueprint/itests/blueprint-testbundlee/pom.xml
b/blueprint/itests/blueprint-testbundlee/pom.xml
index 1633f0210..0f86b6cd4 100644
--- a/blueprint/itests/blueprint-testbundlee/pom.xml
+++ b/blueprint/itests/blueprint-testbundlee/pom.xml
@@ -38,7 +38,7 @@
<aries.osgi.private.pkg/>
<aries.osgi.export.pkg>${project.artifactId}*</aries.osgi.export.pkg>
- <spring.version>4.2.2.RELEASE</spring.version>
+ <spring.version>5.3.39</spring.version>
</properties>
<dependencies>
diff --git a/blueprint/itests/blueprint-testbundles/pom.xml
b/blueprint/itests/blueprint-testbundles/pom.xml
index a6139b121..7401e3620 100644
--- a/blueprint/itests/blueprint-testbundles/pom.xml
+++ b/blueprint/itests/blueprint-testbundles/pom.xml
@@ -38,7 +38,7 @@
<aries.osgi.private.pkg/>
<aries.osgi.export.pkg>${project.artifactId}*</aries.osgi.export.pkg>
- <spring.version>4.2.2.RELEASE</spring.version>
+ <spring.version>5.3.39</spring.version>
</properties>
<dependencies>
diff --git a/blueprint/plugin/blueprint-maven-plugin-itest/pom.xml
b/blueprint/plugin/blueprint-maven-plugin-itest/pom.xml
index 56e4d222f..7777aa4d7 100644
--- a/blueprint/plugin/blueprint-maven-plugin-itest/pom.xml
+++ b/blueprint/plugin/blueprint-maven-plugin-itest/pom.xml
@@ -44,7 +44,7 @@
<javax.transaction-api.version>1.2</javax.transaction-api.version>
<maven-invoker-plugin.version>3.9.0</maven-invoker-plugin.version>
<pax-cdi.version>0.8.0</pax-cdi.version>
- <spring.version>3.1.4.RELEASE</spring.version>
+ <spring.version>5.3.39</spring.version>
</properties>
<scm>
diff --git a/blueprint/plugin/blueprint-maven-plugin-spring-handlers/pom.xml
b/blueprint/plugin/blueprint-maven-plugin-spring-handlers/pom.xml
index d948a6c2c..53800108b 100644
--- a/blueprint/plugin/blueprint-maven-plugin-spring-handlers/pom.xml
+++ b/blueprint/plugin/blueprint-maven-plugin-spring-handlers/pom.xml
@@ -42,7 +42,7 @@
<blueprint-maven-plugin-spi.version>1.0.0</blueprint-maven-plugin-spi.version>
<commons-lang.version>2.6</commons-lang.version>
<guava.version>33.4.0-jre</guava.version>
- <spring.version>3.1.4.RELEASE</spring.version>
+ <spring.version>5.3.39</spring.version>
</properties>
<dependencies>
diff --git a/transaction/transaction-manager/pom.xml
b/transaction/transaction-manager/pom.xml
index c39ad86c9..e9978cd36 100644
--- a/transaction/transaction-manager/pom.xml
+++ b/transaction/transaction-manager/pom.xml
@@ -76,7 +76,7 @@
<junit.version>4.13.2</junit.version>
<maven-bundle-plugin.version>5.1.9</maven-bundle-plugin.version>
<maven-shade-plugin.version>1.1</maven-shade-plugin.version>
- <spring.version>2.5.6</spring.version>
+ <spring.version>5.3.39</spring.version>
</properties>
<dependencies>