Skip to content

Commit

Permalink
Update dependency org.springframework:spring-web to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
mend-for-github-com[bot] authored Jan 4, 2024
1 parent 4cad55c commit f5c450f
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 @@ -38,7 +38,7 @@ dependencies {
// Align versions of all Kotlin components
implementation(platform("org.jetbrains.kotlin:kotlin-bom"))

implementation("org.springframework:spring-web:5.3.4")
implementation("org.springframework:spring-web:6.0.0")
implementation("org.springframework:spring-webmvc:5.3.4")
implementation("javax.servlet:javax.servlet-api:3.0.1")
implementation("com.fasterxml.jackson.core:jackson-databind:2.12.2")
Expand Down

0 comments on commit f5c450f

Please sign in to comment.