diff --git a/build.gradle b/build.gradle index 5941df02766..8d139af2c95 100644 --- a/build.gradle +++ b/build.gradle @@ -221,7 +221,7 @@ dependencies { implementation group: 'commons-io', name: 'commons-io', version:'2.19.0' - implementation group: 'org.springframework', name: 'spring-web', version:'6.2.5' + implementation group: 'org.springframework', name: 'spring-web', version:'6.2.6' implementation group: 'org.springframework', name: 'spring-beans', version:'6.2.6' implementation group: 'org.springframework', name: 'spring-core', version:'6.2.5' implementation group: 'org.apache.commons', name: 'commons-lang3', version:'3.17.0'