Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump spring-webmvc in /spring-mvc-form-tags-demo
Bumps [spring-webmvc](https://github.com/spring-projects/spring-framework) from 4.3.11.RELEASE to 5.2.20.RELEASE.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.3.11.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>
  • Loading branch information
dependabot[bot] authored Dec 16, 2022
commit beccd68f386dc0a5dcd42d5191140a44b90c88a1
2 changes: 1 addition & 1 deletion spring-mvc-form-tags-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>4.3.11.RELEASE</version>
<version>5.2.20.RELEASE</version>
</dependency>
<dependency>
<groupId>jstl</groupId>
Expand Down