Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: RameshMF/spring-mvc-tutorial
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: RameshMF/spring-mvc-tutorial
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dependabot/maven/springmvc-requestparam-annotation/org.springframework-spring-webmvc-5.2.20.RELEASE
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 16, 2022

  1. Bump spring-webmvc in /springmvc-requestparam-annotation

    Bumps [spring-webmvc](https://github.com/spring-projects/spring-framework) from 5.1.0.RELEASE to 5.2.20.RELEASE.
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](spring-projects/spring-framework@v5.1.0.RELEASE...v5.2.20.RELEASE)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework:spring-webmvc
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 16, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7df9309 View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 springmvc-requestparam-annotation/pom.xml
2 changes: 1 addition & 1 deletion springmvc-requestparam-annotation/pom.xml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>5.1.0.RELEASE</version>
<version>5.2.20.RELEASE</version>
</dependency>

<!-- JSTL Dependency -->