Skip to content

Commit

Permalink
build(deps): bump org.springframework:spring-web
Browse files Browse the repository at this point in the history
Bumps [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) from 3.1.4.RELEASE to 6.2.2.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v3.1.4.RELEASE...v6.2.2)

---
updated-dependencies:
- dependency-name: org.springframework:spring-web
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 23, 2025
1 parent 1812ad4 commit 81c7b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
implementation("com.taskadapter:trello-java-wrapper:0.14") {
exclude("org.slf4j", "slf4j-api")
}
implementation("org.springframework:spring-web:3.1.4.RELEASE")
implementation("org.springframework:spring-web:6.2.2")
compileOnly("org.projectlombok:lombok:1.18.36")
implementation("org.mapstruct:mapstruct:1.6.3")
annotationProcessor("org.projectlombok:lombok:1.18.36")
Expand Down

0 comments on commit 81c7b79

Please sign in to comment.