diff --git a/build.gradle b/build.gradle index 4a98a2fe699..2e55d7d3678 100644 --- a/build.gradle +++ b/build.gradle @@ -163,7 +163,7 @@ compileJava { dependencies { implementation group: 'commons-io', name: 'commons-io', version:'2.10.0' - implementation group: 'org.springframework', name: 'spring-web', version:'5.3.8' + implementation group: 'org.springframework', name: 'spring-web', version:'6.0.2' implementation group: 'org.springframework', name: 'spring-beans', version:'5.3.8' implementation group: 'org.springframework', name: 'spring-core', version:'5.3.8' implementation group: 'org.apache.commons', name: 'commons-lang3', version:'3.12.0'