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-web from 4.3.2.RELEASE to 6.0.0 in /webshop
Bumps [spring-web](https://github.com/spring-projects/spring-framework) from 4.3.2.RELEASE to 6.0.0.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.3.2.RELEASE...v6.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 10, 2022
commit 12a38ca4e245dbf3492dc0da59ad62dd6f04f75e
2 changes: 1 addition & 1 deletion webshop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<junit.version>4.12</junit.version>
<servlet.version>3.0.1</servlet.version>
<spring.version>4.3.2.RELEASE</spring.version>
<spring.version>6.0.0</spring.version>
<apache.lang.version>2.6</apache.lang.version>
<apache.log.version>1.2</apache.log.version>
<mysql-driver-version>5.1.9</mysql-driver-version>
Expand Down