Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump spring-web from 4.2.5.RELEASE to 6.0.0 in /open-ssp-parent/open-ssp-restful-client #63

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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-web in /open-ssp-parent/open-ssp-restful-client
Bumps [spring-web](https://github.com/spring-projects/spring-framework) from 4.2.5.RELEASE to 6.0.0.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.2.5.RELEASE...v6.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Dec 10, 2022
commit 80c74c5fabc0ddb6e4f83262c56c4a303b81b53b
2 changes: 1 addition & 1 deletion open-ssp-parent/open-ssp-restful-client/pom.xml
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>4.2.5.RELEASE</version>
<version>6.0.0</version>
</dependency>

<dependency>