Skip to content

Commit

Permalink
update springframework:spring-web to 6.1.12 (#3313)
Browse files Browse the repository at this point in the history
* Update shared.java.vro-dep-constraints.gradle

* pin to 6.1.12
  • Loading branch information
lisac authored Aug 15, 2024
1 parent 1615ee1 commit 66c4106
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ plugins {

ext {
mapstruct_version="1.4.2.Final"
spring_framework_version="6.1.10"
spring_framework_version="6.1.12"
snakeyaml_version="2.2"
jackson_databind_version="2.16"
spring_core_version="6.1.10"
spring_core_version="6.1.12"
}

afterEvaluate {
Expand All @@ -30,7 +30,7 @@ dependencies {
// for starter-bom
implementation "org.springframework.boot:spring-boot-dependencies:${spring_boot_version}"
implementation "org.springframework:spring-webmvc:${spring_framework_version}"
implementation 'org.springframework:spring-web:6.1.6'
implementation 'org.springframework:spring-web:6.1.12'
implementation "org.springframework:spring-beans:${spring_framework_version}"
implementation "org.springframework:spring-core:${spring_core_version}"
implementation "io.github.classgraph:classgraph:4.8.149"
Expand Down

0 comments on commit 66c4106

Please sign in to comment.