1
1
buildscript {
2
- ext. kotlinVersion = ' 1.7.20 '
2
+ ext. kotlinVersion = ' 1.7.21 '
3
3
ext. isCI = System . getenv(' GITHUB_ACTION' ) || System . getenv(' bamboo_buildKey' )
4
4
repositories {
5
5
mavenCentral()
@@ -25,8 +25,8 @@ plugins {
25
25
id ' io.spring.nohttp' version ' 0.0.10' apply false
26
26
id ' org.ajoberstar.grgit' version ' 4.1.1'
27
27
id ' io.spring.dependency-management' version ' 1.1.0'
28
- id ' com.jfrog.artifactory' version ' 4.29.2 ' apply false
29
- id ' org.jetbrains.dokka' version " $k otlinVersion "
28
+ id ' com.jfrog.artifactory' version ' 4.29.3 ' apply false
29
+ id ' org.jetbrains.dokka' version ' 1.7.20 '
30
30
id ' org.asciidoctor.jvm.pdf' version ' 3.3.2'
31
31
id ' org.asciidoctor.jvm.gems' version ' 3.3.2'
32
32
id ' org.asciidoctor.jvm.convert' version ' 3.3.2'
55
55
modifiedFiles =
56
56
files(grgit. status(). unstaged. modified). filter { f -> f. name. endsWith(' .java' ) || f. name. endsWith(' .kt' ) }
57
57
58
- apacheSshdVersion = ' 2.9.1 '
59
- artemisVersion = ' 2.26 .0'
58
+ apacheSshdVersion = ' 2.9.2 '
59
+ artemisVersion = ' 2.27 .0'
60
60
aspectjVersion = ' 1.9.9.1'
61
61
assertjVersion = ' 3.23.1'
62
62
assertkVersion = ' 0.25'
74
74
greenmailVersion = ' 2.0.0-alpha-2'
75
75
groovyVersion = ' 4.0.6'
76
76
hamcrestVersion = ' 2.2'
77
- hazelcastVersion = ' 5.2.0 '
77
+ hazelcastVersion = ' 5.2.1 '
78
78
hibernateVersion = ' 6.1.5.Final'
79
79
hsqldbVersion = ' 2.7.1'
80
80
h2Version = ' 2.1.214'
@@ -96,27 +96,27 @@ ext {
96
96
mailVersion = ' 1.0.0'
97
97
micrometerVersion = ' 1.10.0'
98
98
micrometerTracingVersion = ' 1.0.0'
99
- mockitoVersion = ' 4.8.1 '
100
- mongoDriverVersion = ' 4.8.0-rc0 '
99
+ mockitoVersion = ' 4.9.0 '
100
+ mongoDriverVersion = ' 4.8.0'
101
101
mysqlVersion = ' 8.0.31'
102
102
pahoMqttClientVersion = ' 1.2.5'
103
103
postgresVersion = ' 42.5.0'
104
- r2dbch2Version = ' 1.0.0.RC1 '
104
+ r2dbch2Version = ' 1.0.0.RELEASE '
105
105
reactorVersion = ' 2022.0.0'
106
106
resilience4jVersion = ' 1.7.1'
107
107
romeToolsVersion = ' 1.18.0'
108
108
rsocketVersion = ' 1.1.3'
109
109
servletApiVersion = ' 6.0.0'
110
110
smackVersion = ' 4.4.6'
111
111
springAmqpVersion = project. hasProperty(' springAmqpVersion' ) ? project. springAmqpVersion : ' 3.0.0-SNAPSHOT'
112
- springDataVersion = project. hasProperty(' springDataVersion' ) ? project. springDataVersion : ' 2022.0.0-SNAPSHOT '
112
+ springDataVersion = project. hasProperty(' springDataVersion' ) ? project. springDataVersion : ' 2022.0.0'
113
113
springGraphqlVersion = ' 1.1.0-SNAPSHOT'
114
114
springKafkaVersion = ' 3.0.0-SNAPSHOT'
115
- springRetryVersion = ' 2.0.0-SNAPSHOT '
115
+ springRetryVersion = ' 2.0.0'
116
116
springSecurityVersion = project. hasProperty(' springSecurityVersion' ) ? project. springSecurityVersion : ' 6.0.0-SNAPSHOT'
117
- springVersion = project. hasProperty(' springVersion' ) ? project. springVersion : ' 6.0.0-SNAPSHOT '
117
+ springVersion = project. hasProperty(' springVersion' ) ? project. springVersion : ' 6.0.0'
118
118
springWsVersion = ' 4.0.0-SNAPSHOT'
119
- testcontainersVersion = ' 1.17.5 '
119
+ testcontainersVersion = ' 1.17.6 '
120
120
tomcatVersion = ' 10.1.1'
121
121
xmlUnitVersion = ' 2.9.0'
122
122
xstreamVersion = ' 1.4.19'
@@ -709,7 +709,8 @@ project('spring-integration-ip') {
709
709
}
710
710
711
711
tasks. withType(JavaForkOptions ) {
712
- jvmArgs ' --add-opens' , ' java.base/java.nio.channels.spi=ALL-UNNAMED'
712
+ jvmArgs ' --add-opens' , ' java.base/java.nio.channels.spi=ALL-UNNAMED' ,
713
+ ' --add-opens' , ' java.base/java.util=ALL-UNNAMED'
713
714
}
714
715
}
715
716
0 commit comments