Skip to content

Commit

Permalink
Bump spring.version from 3.1.4.RELEASE to 5.3.39
Browse files Browse the repository at this point in the history
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](spring-projects/spring-framework@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]>
  • Loading branch information
dependabot[bot] authored and alien11689 committed Feb 25, 2025
1 parent 2e6b7ba commit c58e8a8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion blueprint/itests/blueprint-testbundlee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion blueprint/itests/blueprint-testbundles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion blueprint/plugin/blueprint-maven-plugin-itest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion transaction/transaction-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit c58e8a8

Please sign in to comment.