Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot] d9bf1c9d0d
Bump org.springframework:spring-webmvc
Bumps [org.springframework:spring-webmvc](https://github.com/spring-projects/spring-framework) from 4.3.6.RELEASE to 5.2.20.RELEASE.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v4.3.6.RELEASE...v5.2.20.RELEASE)

---
updated-dependencies:
- dependency-name: org.springframework:spring-webmvc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-03 02:13:01 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId> <artifactId>spring-webmvc</artifactId>
<version>4.3.6.RELEASE</version> <version>5.2.20.RELEASE</version>
</dependency> </dependency>
<!--2.Spring-JDBC--> <!--2.Spring-JDBC-->