@@ -6,7 +6,7 @@ buildscript {
6
6
maven { url ' https://repo.spring.io/snapshot' }
7
7
}
8
8
dependencies {
9
- classpath ' io.spring.gradle:dependency-management-plugin:1.1.4 '
9
+ classpath ' io.spring.gradle:dependency-management-plugin:1.1.5 '
10
10
classpath " org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion "
11
11
classpath ' org.gretty:gretty:4.0.3'
12
12
}
@@ -216,53 +216,53 @@ subprojects { subproject ->
216
216
}
217
217
218
218
ext {
219
- artemisVersion = ' 2.31.2 '
220
- aspectjVersion = ' 1.9.20 .1'
219
+ artemisVersion = ' 2.33.0 '
220
+ aspectjVersion = ' 1.9.22 .1'
221
221
commonsDigesterVersion = ' 2.1'
222
- commonsDbcpVersion = ' 2.11 .0'
222
+ commonsDbcpVersion = ' 2.12 .0'
223
223
commonsFileUploadVersion = ' 1.5'
224
- commonsIoVersion = ' 2.15.0 '
224
+ commonsIoVersion = ' 2.16.1 '
225
225
commonsLangVersion = ' 3.12.0'
226
226
commonsPoolVersion = ' 2.11.1'
227
227
c3p0Version = ' 0.9.5.5'
228
228
derbyVersion = ' 10.16.1.1'
229
229
hamcrestVersion = ' 2.2'
230
- hibernateVersion = ' 6.3.1 .Final'
230
+ hibernateVersion = ' 6.5.2 .Final'
231
231
hibernateValidatorVersion = ' 8.0.0.Final'
232
232
ftpServerVersion = ' 1.2.0'
233
233
flexjsonVersion = ' 2.0'
234
- groovyVersion = ' 4.0.15 '
235
- hsqldbVersion = ' 2.7.2 '
234
+ groovyVersion = ' 4.0.21 '
235
+ hsqldbVersion = ' 2.7.3 '
236
236
h2Version = ' 2.2.224'
237
- jacksonVersion = ' 2.15.3 '
238
- jaxbVersion = ' 4.0.4 '
237
+ jacksonVersion = ' 2.17.1 '
238
+ jaxbVersion = ' 4.0.5 '
239
239
jodaTimeVersion = ' 1.6'
240
240
jtaVersion = ' 2.0.0'
241
241
jtdsVersion = ' 1.2.6'
242
242
jmsApiVersion = ' 3.1.0'
243
- jrubyVersion = ' 9.4.3 .0'
243
+ jrubyVersion = ' 9.4.7 .0'
244
244
jpaApiVersion = ' 3.1.0'
245
245
jstlVersion = ' 1.2'
246
246
junitVersion = ' 4.13.2'
247
- junitJupiterVersion = ' 5.10.1 '
247
+ junitJupiterVersion = ' 5.10.2 '
248
248
jythonVersion = ' 2.7.3'
249
- log4jVersion = ' 2.21 .1'
250
- mailVersion = ' 2.0.2 '
251
- mockitoVersion = ' 5.7 .0'
252
- mongoDriverVersion = ' 4.11 .1'
249
+ log4jVersion = ' 2.23 .1'
250
+ mailVersion = ' 2.0.3 '
251
+ mockitoVersion = ' 5.12 .0'
252
+ mongoDriverVersion = ' 5.1 .1'
253
253
openJpaVersion = ' 2.4.0'
254
254
oracleDriverVersion = ' 23.3.0.23.09'
255
- postgresVersion = ' 42.7.2 '
255
+ postgresVersion = ' 42.7.3 '
256
256
slf4jVersion = ' 1.7.30'
257
- springCloudVersion = ' 2022 .0.4 '
258
- springIntegrationVersion = ' 6.2.0 '
257
+ springCloudVersion = ' 2023 .0.2 '
258
+ springIntegrationVersion = ' 6.4.0-SNAPSHOT '
259
259
set(' spring-integration.version' , " $springIntegrationVersion " )
260
260
springIntegrationSocialTwiterVersion = ' 1.0.1.BUILD-SNAPSHOT'
261
261
springIntegrationSplunkVersion = ' 1.2.0.BUILD-SNAPSHOT'
262
- springVersion = ' 6.1.0 '
263
- springSecurityVersion = ' 6.2.0 '
262
+ springVersion = ' 6.2.0-SNAPSHOT '
263
+ springSecurityVersion = ' 6.4.0-SNAPSHOT '
264
264
springWebFlowVersion = ' 3.0.0'
265
- testcontainersVersion = ' 1.19.2 '
265
+ testcontainersVersion = ' 1.19.8 '
266
266
tilesJspVersion = ' 2.2.1'
267
267
}
268
268
0 commit comments