We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 327581e commit c0d8cf0Copy full SHA for c0d8cf0
build.gradle
@@ -226,7 +226,7 @@ dependencies {
226
227
implementation group: 'org.springframework', name: 'spring-web', version:'6.1.3'
228
implementation group: 'org.springframework', name: 'spring-beans', version:'6.1.3'
229
- implementation group: 'org.springframework', name: 'spring-core', version:'6.1.3'
+ implementation group: 'org.springframework', name: 'spring-core', version:'6.1.4'
230
implementation group: 'org.apache.commons', name: 'commons-lang3', version:'3.14.0'
231
implementation group: 'xalan', name: 'serializer', version: '2.7.3'
232
implementation('org.apache.xmlgraphics:fop:2.9')
0 commit comments