Skip to content

Commit

Permalink
Bump spring.version from 5.0.2.RELEASE to 5.3.4 in /springMVC-test
Browse files Browse the repository at this point in the history
Bumps `spring.version` from 5.0.2.RELEASE to 5.3.4.

Updates `spring-context` from 5.0.2.RELEASE to 5.3.4
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.0.2.RELEASE...v5.3.4)

Updates `spring-web` from 5.0.2.RELEASE to 5.3.4
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.0.2.RELEASE...v5.3.4)

Updates `spring-webmvc` from 5.0.2.RELEASE to 5.3.4
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.0.2.RELEASE...v5.3.4)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 16, 2021
1 parent c88202b commit bdcf2ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion springMVC-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>

<spring.version>5.0.2.RELEASE</spring.version>
<spring.version>5.3.4</spring.version>
</properties>

<dependencies>
Expand Down

0 comments on commit bdcf2ee

Please sign in to comment.