diff --git a/build.gradle b/build.gradle index db2aff6ca94..e7544ba2ef4 100644 --- a/build.gradle +++ b/build.gradle @@ -221,9 +221,9 @@ dependencies { implementation group: 'commons-io', name: 'commons-io', version:'2.21.0' - implementation group: 'org.springframework', name: 'spring-web', version:'7.0.4' - implementation group: 'org.springframework', name: 'spring-beans', version:'7.0.4' - implementation group: 'org.springframework', name: 'spring-core', version:'7.0.4' + implementation group: 'org.springframework', name: 'spring-web', version:'7.0.5' + implementation group: 'org.springframework', name: 'spring-beans', version:'7.0.5' + implementation group: 'org.springframework', name: 'spring-core', version:'7.0.5' implementation group: 'org.apache.commons', name: 'commons-lang3', version:'3.20.0' implementation group: 'xalan', name: 'serializer', version: '2.7.3' implementation('org.apache.xmlgraphics:fop:2.11')