Skip to content

Commit 1a17092

Browse files
Bump springframework.version in /SpringRestDemo (#5)
Bumps `springframework.version` from 4.3.0.RELEASE to 5.2.6.RELEASE. Updates `spring-core` from 4.3.0.RELEASE to 5.2.6.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v4.3.0.RELEASE...v5.2.6.RELEASE) Updates `spring-web` from 4.3.0.RELEASE to 5.2.6.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v4.3.0.RELEASE...v5.2.6.RELEASE) Updates `spring-webmvc` from 4.3.0.RELEASE to 5.2.6.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v4.3.0.RELEASE...v5.2.6.RELEASE) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8574668 commit 1a17092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SpringRestDemo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1919
<maven.compiler.source>1.7</maven.compiler.source>
2020
<maven.compiler.target>1.7</maven.compiler.target>
21-
<springframework.version>4.3.0.RELEASE</springframework.version>
21+
<springframework.version>5.2.6.RELEASE</springframework.version>
2222
<jackson.library>2.11.0</jackson.library>
2323
<!-- <jersey.version>2.30.1</jersey.version> -->
2424
</properties>

0 commit comments

Comments
 (0)