Skip to content

Commit

Permalink
Bump spring.version in /bom-dependencies (#796)
Browse files Browse the repository at this point in the history
Bumps `spring.version` from 4.3.10.RELEASE_1 to 5.2.7.RELEASE_1.

Updates `org.apache.servicemix.bundles.spring-core` from 4.3.10.RELEASE_1 to 5.2.7.RELEASE_1

Updates `org.apache.servicemix.bundles.spring-context` from 4.3.10.RELEASE_1 to 5.2.7.RELEASE_1

Updates `org.apache.servicemix.bundles.spring-beans` from 4.3.10.RELEASE_1 to 5.2.7.RELEASE_1

Updates `spring-core` from 4.3.10.RELEASE to 5.2.7.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.3.10.RELEASE...v5.2.7.RELEASE)

Updates `spring-context` from 4.3.10.RELEASE to 5.2.7.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.3.10.RELEASE...v5.2.7.RELEASE)

Updates `spring-test` from 4.3.10.RELEASE to 5.2.7.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.3.10.RELEASE...v5.2.7.RELEASE)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 7, 2021
1 parent d0e2925 commit e6719bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bom-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<osgi.version>6.0.0</osgi.version>
<slf4j.version>1.7.25</slf4j.version>
<spring-boot.version>1.5.8.RELEASE</spring-boot.version>
<spring.version>4.3.10.RELEASE</spring.version>
<spring.version>5.2.7.RELEASE</spring.version>
<woodstox-core-asl.version>4.4.1</woodstox-core-asl.version>
</properties>

Expand Down Expand Up @@ -190,17 +190,17 @@
<dependency>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.spring-core</artifactId>
<version>${spring.version}_1</version>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.spring-context</artifactId>
<version>${spring.version}_1</version>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.spring-beans</artifactId>
<version>${spring.version}_1</version>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
Expand Down

0 comments on commit e6719bd

Please sign in to comment.