diff --git a/build.gradle b/build.gradle index f51afe82ae3..1eb3de45a37 100644 --- a/build.gradle +++ b/build.gradle @@ -168,7 +168,7 @@ dependencies { implementation group: 'org.springframework', name: 'spring-web', version:'5.3.23' implementation group: 'org.springframework', name: 'spring-beans', version:'5.3.23' - implementation group: 'org.springframework', name: 'spring-core', version:'5.3.23' + implementation group: 'org.springframework', name: 'spring-core', version:'6.0.6' implementation group: 'org.apache.commons', name: 'commons-lang3', version:'3.12.0' implementation('org.apache.xmlgraphics:fop:2.8') {