@@ -19,9 +19,9 @@ plugins {
19
19
id ' org.sonarqube' version ' 2.8'
20
20
id ' io.spring.nohttp' version ' 0.0.10' apply false
21
21
id ' org.ajoberstar.grgit' version ' 4.1.1'
22
- id ' io.spring.dependency-management' version ' 1.0.13.RELEASE '
23
- id ' com.jfrog.artifactory' version ' 4.29.0 ' apply false
24
- id ' org.jetbrains.dokka' version ' 1.7.10 '
22
+ id ' io.spring.dependency-management' version ' 1.1.0 '
23
+ id ' com.jfrog.artifactory' version ' 4.29.1 ' apply false
24
+ id ' org.jetbrains.dokka' version " $k otlinVersion "
25
25
id ' org.asciidoctor.jvm.pdf' version ' 3.3.2'
26
26
id ' org.asciidoctor.jvm.gems' version ' 3.3.2'
27
27
id ' org.asciidoctor.jvm.convert' version ' 3.3.2'
@@ -51,29 +51,29 @@ ext {
51
51
files(grgit. status(). unstaged. modified). filter { f -> f. name. endsWith(' .java' ) || f. name. endsWith(' .kt' ) }
52
52
53
53
apacheSshdVersion = ' 2.9.1'
54
- artemisVersion = ' 2.25 .0'
54
+ artemisVersion = ' 2.26 .0'
55
55
aspectjVersion = ' 1.9.9.1'
56
56
assertjVersion = ' 3.23.1'
57
57
assertkVersion = ' 0.25'
58
58
avroVersion = ' 1.11.1'
59
59
awaitilityVersion = ' 4.2.0'
60
- camelVersion = ' 3.18.2 '
60
+ camelVersion = ' 3.19.0 '
61
61
commonsDbcp2Version = ' 2.9.0'
62
62
commonsIoVersion = ' 2.11.0'
63
63
commonsNetVersion = ' 3.8.0'
64
64
curatorVersion = ' 5.3.0'
65
- derbyVersion = ' 10.14.2.0 '
65
+ derbyVersion = ' 10.16.1.1 '
66
66
findbugsVersion = ' 3.0.1'
67
67
ftpServerVersion = ' 1.2.0'
68
68
graalvmVersion = ' 22.2.0'
69
69
greenmailVersion = ' 2.0.0-alpha-2'
70
- groovyVersion = ' 4.0.5 '
70
+ groovyVersion = ' 4.0.6 '
71
71
hamcrestVersion = ' 2.2'
72
- hazelcastVersion = ' 5.1.3 '
73
- hibernateVersion = ' 6.1.3 .Final'
72
+ hazelcastVersion = ' 5.1.4 '
73
+ hibernateVersion = ' 6.1.4 .Final'
74
74
hsqldbVersion = ' 2.7.0'
75
75
h2Version = ' 2.1.214'
76
- jacksonVersion = ' 2.13.4 '
76
+ jacksonVersion = ' 2.14.0-rc2 '
77
77
jaxbVersion = ' 3.0.2'
78
78
jcifsVersion = ' 2.1.32'
79
79
jeroMqVersion = ' 0.5.2'
@@ -82,34 +82,34 @@ ext {
82
82
jrubyVersion = ' 9.3.8.0'
83
83
jsonpathVersion = ' 2.7.0'
84
84
junit4Version = ' 4.13.2'
85
- junitJupiterVersion = ' 5.9.0 '
85
+ junitJupiterVersion = ' 5.9.1 '
86
86
jythonVersion = ' 2.7.3'
87
87
kotlinCoroutinesVersion = ' 1.6.4'
88
88
kryoVersion = ' 5.3.0'
89
- lettuceVersion = ' 6.2.0 .RELEASE'
89
+ lettuceVersion = ' 6.2.1 .RELEASE'
90
90
log4jVersion = ' 2.19.0'
91
91
mailVersion = ' 2.0.1'
92
- micrometerVersion = ' 1.10.0-SNAPSHOT '
93
- micrometerTracingVersion = ' 1.0.0-SNAPSHOT '
92
+ micrometerVersion = ' 1.10.0-RC1 '
93
+ micrometerTracingVersion = ' 1.0.0-RC1 '
94
94
mockitoVersion = ' 4.8.0'
95
- mongoDriverVersion = ' 4.7.1 '
95
+ mongoDriverVersion = ' 4.7.2 '
96
96
mysqlVersion = ' 8.0.30'
97
97
pahoMqttClientVersion = ' 1.2.5'
98
98
postgresVersion = ' 42.5.0'
99
99
r2dbch2Version = ' 1.0.0.RC1'
100
- reactorVersion = ' 2022.0.0-SNAPSHOT '
100
+ reactorVersion = ' 2022.0.0-RC1 '
101
101
resilience4jVersion = ' 1.7.1'
102
102
romeToolsVersion = ' 1.18.0'
103
103
rsocketVersion = ' 1.1.3'
104
104
servletApiVersion = ' 5.0.0'
105
105
smackVersion = ' 4.4.6'
106
- springAmqpVersion = project. hasProperty(' springAmqpVersion' ) ? project. springAmqpVersion : ' 3.0.0-SNAPSHOT '
107
- springDataVersion = project. hasProperty(' springDataVersion' ) ? project. springDataVersion : ' 2022.0.0-SNAPSHOT '
108
- springGraphqlVersion = ' 1.1.0-SNAPSHOT '
109
- springKafkaVersion = ' 3.0.0-SNAPSHOT '
110
- springRetryVersion = ' 2.0.0-SNAPSHOT '
111
- springSecurityVersion = project. hasProperty(' springSecurityVersion' ) ? project. springSecurityVersion : ' 6.0.0-SNAPSHOT '
112
- springVersion = project. hasProperty(' springVersion' ) ? project. springVersion : ' 6.0.0-SNAPSHOT '
106
+ springAmqpVersion = project. hasProperty(' springAmqpVersion' ) ? project. springAmqpVersion : ' 3.0.0-RC1 '
107
+ springDataVersion = project. hasProperty(' springDataVersion' ) ? project. springDataVersion : ' 2022.0.0-RC1 '
108
+ springGraphqlVersion = ' 1.1.0-RC1 '
109
+ springKafkaVersion = ' 3.0.0-RC1 '
110
+ springRetryVersion = ' 2.0.0-RC2 '
111
+ springSecurityVersion = project. hasProperty(' springSecurityVersion' ) ? project. springSecurityVersion : ' 6.0.0-RC1 '
112
+ springVersion = project. hasProperty(' springVersion' ) ? project. springVersion : ' 6.0.0-RC1 '
113
113
springWsVersion = ' 4.0.0-SNAPSHOT'
114
114
testcontainersVersion = ' 1.17.5'
115
115
tomcatVersion = ' 10.0.23'
@@ -715,6 +715,7 @@ project('spring-integration-jdbc') {
715
715
testImplementation " com.h2database:h2:$h2Version "
716
716
testImplementation " org.hsqldb:hsqldb:$hsqldbVersion "
717
717
testImplementation " org.apache.derby:derby:$derbyVersion "
718
+ testImplementation " org.apache.derby:derbytools:$derbyVersion "
718
719
testImplementation " org.apache.derby:derbyclient:$derbyVersion "
719
720
testImplementation " org.postgresql:postgresql:$postgresVersion "
720
721
testImplementation " mysql:mysql-connector-java:$mysqlVersion "
0 commit comments