11buildscript {
2- ext. kotlinVersion = ' 1.7.20 '
2+ ext. kotlinVersion = ' 1.7.21 '
33 ext. isCI = System . getenv(' GITHUB_ACTION' ) || System . getenv(' bamboo_buildKey' )
44 repositories {
55 mavenCentral()
@@ -25,8 +25,8 @@ plugins {
2525 id ' io.spring.nohttp' version ' 0.0.10' apply false
2626 id ' org.ajoberstar.grgit' version ' 4.1.1'
2727 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 '
3030 id ' org.asciidoctor.jvm.pdf' version ' 3.3.2'
3131 id ' org.asciidoctor.jvm.gems' version ' 3.3.2'
3232 id ' org.asciidoctor.jvm.convert' version ' 3.3.2'
5555 modifiedFiles =
5656 files(grgit. status(). unstaged. modified). filter { f -> f. name. endsWith(' .java' ) || f. name. endsWith(' .kt' ) }
5757
58- apacheSshdVersion = ' 2.9.1 '
59- artemisVersion = ' 2.26 .0'
58+ apacheSshdVersion = ' 2.9.2 '
59+ artemisVersion = ' 2.27 .0'
6060 aspectjVersion = ' 1.9.9.1'
6161 assertjVersion = ' 3.23.1'
6262 assertkVersion = ' 0.25'
7474 greenmailVersion = ' 2.0.0-alpha-2'
7575 groovyVersion = ' 4.0.6'
7676 hamcrestVersion = ' 2.2'
77- hazelcastVersion = ' 5.2.0 '
77+ hazelcastVersion = ' 5.2.1 '
7878 hibernateVersion = ' 6.1.5.Final'
7979 hsqldbVersion = ' 2.7.1'
8080 h2Version = ' 2.1.214'
@@ -96,27 +96,27 @@ ext {
9696 mailVersion = ' 1.0.0'
9797 micrometerVersion = ' 1.10.0'
9898 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'
101101 mysqlVersion = ' 8.0.31'
102102 pahoMqttClientVersion = ' 1.2.5'
103103 postgresVersion = ' 42.5.0'
104- r2dbch2Version = ' 1.0.0.RC1 '
104+ r2dbch2Version = ' 1.0.0.RELEASE '
105105 reactorVersion = ' 2022.0.0'
106106 resilience4jVersion = ' 1.7.1'
107107 romeToolsVersion = ' 1.18.0'
108108 rsocketVersion = ' 1.1.3'
109109 servletApiVersion = ' 6.0.0'
110110 smackVersion = ' 4.4.6'
111111 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'
113113 springGraphqlVersion = ' 1.1.0-SNAPSHOT'
114114 springKafkaVersion = ' 3.0.0-SNAPSHOT'
115- springRetryVersion = ' 2.0.0-SNAPSHOT '
115+ springRetryVersion = ' 2.0.0'
116116 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'
118118 springWsVersion = ' 4.0.0-SNAPSHOT'
119- testcontainersVersion = ' 1.17.5 '
119+ testcontainersVersion = ' 1.17.6 '
120120 tomcatVersion = ' 10.1.1'
121121 xmlUnitVersion = ' 2.9.0'
122122 xstreamVersion = ' 1.4.19'
@@ -709,7 +709,8 @@ project('spring-integration-ip') {
709709 }
710710
711711 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'
713714 }
714715}
715716
0 commit comments