Skip to content

Commit

Permalink
build(deps): bump org.springframework:spring-web from 5.3.34 to 6.0.1…
Browse files Browse the repository at this point in the history
…9 in /spring (#2399)

* build(deps): bump org.springframework:spring-web in /spring

Bumps [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) from 5.3.34 to 6.0.19.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.34...v6.0.19)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Bump java compiler version to match spring

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marvin <velo@users.noreply.github.com>
Co-authored-by: Vitalij Berdinskih <vitalij_r2@outlook.com>
  • Loading branch information
3 people committed May 6, 2024
1 parent b7d9da9 commit 0ad026d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
<properties>
<main.basedir>${project.basedir}/..</main.basedir>

<spring.version>5.3.34</spring.version>
<main.java.version>17</main.java.version>
<spring.version>6.0.19</spring.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 0ad026d

Please sign in to comment.