diff --git a/build.gradle b/build.gradle index 2284f2470f4..77926b53a79 100644 --- a/build.gradle +++ b/build.gradle @@ -223,7 +223,7 @@ dependencies { 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.6' + implementation group: 'org.springframework', name: 'spring-core', version:'6.2.7' implementation group: 'org.apache.commons', name: 'commons-lang3', version:'3.17.0' implementation group: 'xalan', name: 'serializer', version: '2.7.3' implementation('org.apache.xmlgraphics:fop:2.11')