@@ -48,30 +48,30 @@ ext {
48
48
modifiedFiles =
49
49
files(grgit. status(). unstaged. modified). filter { f -> f. name. endsWith(' .java' ) || f. name. endsWith(' .kt' ) }
50
50
51
- apacheSshdVersion = ' 2.9.2 '
51
+ apacheSshdVersion = ' 2.10.0 '
52
52
artemisVersion = ' 2.28.0'
53
53
aspectjVersion = ' 1.9.19'
54
54
assertjVersion = ' 3.24.2'
55
- assertkVersion = ' 0.25 '
55
+ assertkVersion = ' 0.26 '
56
56
avroVersion = ' 1.11.1'
57
57
awaitilityVersion = ' 4.2.0'
58
- camelVersion = ' 3.20.3 '
58
+ camelVersion = ' 3.20.4 '
59
59
commonsDbcp2Version = ' 2.9.0'
60
60
commonsIoVersion = ' 2.11.0'
61
61
commonsNetVersion = ' 3.9.0'
62
- curatorVersion = ' 5.4 .0'
62
+ curatorVersion = ' 5.5 .0'
63
63
derbyVersion = ' 10.16.1.1'
64
64
findbugsVersion = ' 3.0.1'
65
65
ftpServerVersion = ' 1.2.0'
66
- graalvmVersion = ' 22.3.1 '
66
+ graalvmVersion = ' 22.3.2 '
67
67
greenmailVersion = ' 2.0.0'
68
- groovyVersion = ' 4.0.11 '
68
+ groovyVersion = ' 4.0.12 '
69
69
hamcrestVersion = ' 2.2'
70
70
hazelcastVersion = ' 5.2.3'
71
- hibernateVersion = ' 6.2.1 .Final'
71
+ hibernateVersion = ' 6.2.2 .Final'
72
72
hsqldbVersion = ' 2.7.1'
73
73
h2Version = ' 2.1.214'
74
- jacksonVersion = ' 2.15.0-rc3 '
74
+ jacksonVersion = ' 2.15.0'
75
75
jaxbVersion = ' 4.0.2'
76
76
jcifsVersion = ' 2.1.34'
77
77
jeroMqVersion = ' 0.5.3'
@@ -80,38 +80,38 @@ ext {
80
80
jrubyVersion = ' 9.4.1.0'
81
81
jsonpathVersion = ' 2.8.0'
82
82
junit4Version = ' 4.13.2'
83
- junitJupiterVersion = ' 5.9.2 '
83
+ junitJupiterVersion = ' 5.9.3 '
84
84
jythonVersion = ' 2.7.3'
85
85
kotlinCoroutinesVersion = ' 1.6.4'
86
- kryoVersion = ' 5.4 .0'
86
+ kryoVersion = ' 5.5 .0'
87
87
lettuceVersion = ' 6.2.4.RELEASE'
88
88
log4jVersion = ' 2.20.0'
89
89
mailVersion = ' 1.0.0'
90
- micrometerTracingVersion = ' 1.1.0-RC1 '
91
- micrometerVersion = ' 1.11.0-RC1 '
92
- mockitoVersion = ' 5.3.0 '
90
+ micrometerTracingVersion = ' 1.1.1 '
91
+ micrometerVersion = ' 1.11.0'
92
+ mockitoVersion = ' 5.3.1 '
93
93
mongoDriverVersion = ' 4.9.1'
94
- mysqlVersion = ' 8.0.32 '
94
+ mysqlVersion = ' 8.0.33 '
95
95
pahoMqttClientVersion = ' 1.2.5'
96
96
postgresVersion = ' 42.6.0'
97
- protobufVersion = ' 3.22.3 '
97
+ protobufVersion = ' 3.23.0 '
98
98
r2dbch2Version = ' 1.0.0.RELEASE'
99
- reactorVersion = ' 2022.0.6 '
99
+ reactorVersion = ' 2022.0.7 '
100
100
resilience4jVersion = ' 2.0.2'
101
101
romeToolsVersion = ' 2.1.0'
102
102
rsocketVersion = ' 1.1.3'
103
103
servletApiVersion = ' 6.0.0'
104
104
smackVersion = ' 4.4.6'
105
105
springAmqpVersion = ' 3.0.4'
106
- springDataVersion = ' 2023.0.0-RC1 '
107
- springGraphqlVersion = ' 1.2.0-M1 '
108
- springKafkaVersion = ' 3.0.6 '
106
+ springDataVersion = ' 2023.0.0'
107
+ springGraphqlVersion = ' 1.2.0'
108
+ springKafkaVersion = ' 3.0.7 '
109
109
springRetryVersion = ' 2.0.1'
110
- springSecurityVersion = ' 6.1.0-RC1 '
111
- springVersion = ' 6.0.8 '
112
- springWsVersion = ' 4.0.3 '
113
- testcontainersVersion = ' 1.18.0 '
114
- tomcatVersion = ' 11.0.0-M4 '
110
+ springSecurityVersion = ' 6.1.0'
111
+ springVersion = ' 6.0.9 '
112
+ springWsVersion = ' 4.0.4 '
113
+ testcontainersVersion = ' 1.18.1 '
114
+ tomcatVersion = ' 10.1.8 '
115
115
xmlUnitVersion = ' 2.9.1'
116
116
xstreamVersion = ' 1.4.20'
117
117
ztZipVersion = ' 1.15'
@@ -244,7 +244,7 @@ configure(javaProjects) { subproject ->
244
244
}
245
245
246
246
jacoco {
247
- toolVersion = ' 0.8.8 '
247
+ toolVersion = ' 0.8.10 '
248
248
}
249
249
250
250
// dependencies that are common across all java projects
@@ -364,7 +364,7 @@ configure(javaProjects) { subproject ->
364
364
365
365
checkstyle {
366
366
configDirectory. set(rootProject. file(' src/checkstyle' ))
367
- toolVersion = project. hasProperty(' checkstyleVersion' ) ? project. checkstyleVersion : ' 10.9.3 '
367
+ toolVersion = project. hasProperty(' checkstyleVersion' ) ? project. checkstyleVersion : ' 10.11.0 '
368
368
}
369
369
370
370
jar {
@@ -642,6 +642,11 @@ project('spring-integration-groovy') {
642
642
643
643
testRuntimeOnly ' org.apache.groovy:groovy-dateutil'
644
644
}
645
+
646
+ tasks. withType(JavaForkOptions ) {
647
+ jvmArgs ' --add-opens' , ' java.base/java.lang=ALL-UNNAMED' ,
648
+ ' --add-opens' , ' java.base/java.util=ALL-UNNAMED'
649
+ }
645
650
}
646
651
647
652
project(' spring-integration-hazelcast' ) {
@@ -880,7 +885,9 @@ project('spring-integration-scripting') {
880
885
881
886
tasks. withType(JavaForkOptions ) {
882
887
jvmArgs ' --add-opens' , ' java.base/sun.nio.ch=ALL-UNNAMED' ,
883
- ' --add-opens' , ' java.base/java.io=ALL-UNNAMED'
888
+ ' --add-opens' , ' java.base/java.io=ALL-UNNAMED' ,
889
+ ' --add-opens' , ' java.base/java.lang=ALL-UNNAMED' ,
890
+ ' --add-opens' , ' java.base/java.util=ALL-UNNAMED'
884
891
}
885
892
}
886
893
0 commit comments