@@ -19,7 +19,7 @@ plugins {
19
19
id ' org.sonarqube' version ' 4.3.1.3277'
20
20
id ' io.spring.nohttp' version ' 0.0.11' apply false
21
21
id ' org.ajoberstar.grgit' version ' 4.1.1'
22
- id ' io.spring.dependency-management' version ' 1.1.3 '
22
+ id ' io.spring.dependency-management' version ' 1.1.4 '
23
23
id ' com.jfrog.artifactory' version ' 5.1.10' apply false
24
24
id ' org.jetbrains.dokka' version " $kotlinVersion "
25
25
id ' org.antora' version ' 1.0.0'
@@ -60,25 +60,25 @@ ext {
60
60
assertkVersion = ' 0.27.0'
61
61
avroVersion = ' 1.11.3'
62
62
awaitilityVersion = ' 4.2.0'
63
- camelVersion = ' 4.1 .0'
63
+ camelVersion = ' 4.2 .0'
64
64
commonsDbcp2Version = ' 2.11.0'
65
65
commonsIoVersion = ' 2.15.0'
66
66
commonsNetVersion = ' 3.10.0'
67
67
curatorVersion = ' 5.5.0'
68
- debeziumVersion = ' 2.4.0 .Final'
69
- derbyVersion = ' 10.16 .1.1 '
68
+ debeziumVersion = ' 2.4.1 .Final'
69
+ derbyVersion = ' 10.17 .1.0 '
70
70
findbugsVersion = ' 3.0.1'
71
71
ftpServerVersion = ' 1.2.0'
72
72
graalvmVersion = ' 23.0.2'
73
73
greenmailVersion = ' 2.1.0-alpha-3'
74
74
groovyVersion = ' 4.0.15'
75
75
hamcrestVersion = ' 2.2'
76
- hazelcastVersion = ' 5.3.5 '
76
+ hazelcastVersion = ' 5.3.6 '
77
77
hibernateVersion = ' 6.3.1.Final'
78
78
hsqldbVersion = ' 2.7.2'
79
79
h2Version = ' 2.2.224'
80
80
jacksonVersion = ' 2.15.3'
81
- jaxbVersion = ' 4.0.3 '
81
+ jaxbVersion = ' 4.0.4 '
82
82
jcifsVersion = ' 2.1.37'
83
83
jeroMqVersion = ' 0.5.4'
84
84
jmsApiVersion = ' 3.1.0'
@@ -90,35 +90,35 @@ ext {
90
90
jythonVersion = ' 2.7.3'
91
91
kotlinCoroutinesVersion = ' 1.7.3'
92
92
kryoVersion = ' 5.5.0'
93
- lettuceVersion = ' 6.2.6 .RELEASE'
93
+ lettuceVersion = ' 6.3.0 .RELEASE'
94
94
log4jVersion = ' 2.21.1'
95
95
mailVersion = ' 2.0.2'
96
- micrometerTracingVersion = ' 1.2.0-SNAPSHOT '
97
- micrometerVersion = ' 1.12.0-SNAPSHOT '
96
+ micrometerTracingVersion = ' 1.2.0'
97
+ micrometerVersion = ' 1.12.0'
98
98
mockitoVersion = ' 5.7.0'
99
- mongoDriverVersion = ' 4.11.0 '
99
+ mongoDriverVersion = ' 4.11.1 '
100
100
mysqlVersion = ' 8.0.33'
101
101
oracleVersion = ' 23.3.0.23.09'
102
102
pahoMqttClientVersion = ' 1.2.5'
103
103
postgresVersion = ' 42.6.0'
104
- protobufVersion = ' 3.25.0 '
104
+ protobufVersion = ' 3.25.1 '
105
105
r2dbch2Version = ' 1.0.0.RELEASE'
106
- reactorVersion = ' 2023.0.0-SNAPSHOT '
106
+ reactorVersion = ' 2023.0.0'
107
107
resilience4jVersion = ' 2.1.0'
108
108
romeToolsVersion = ' 2.1.0'
109
109
rsocketVersion = ' 1.1.4'
110
110
servletApiVersion = ' 6.0.0'
111
111
smackVersion = ' 4.4.6'
112
- springAmqpVersion = ' 3.1.0-SNAPSHOT '
113
- springDataVersion = ' 2023.1.0-SNAPSHOT '
112
+ springAmqpVersion = ' 3.1.0'
113
+ springDataVersion = ' 2023.1.0'
114
114
springGraphqlVersion = ' 1.2.4-SNAPSHOT'
115
- springKafkaVersion = ' 3.1.0-SNAPSHOT '
115
+ springKafkaVersion = ' 3.1.0'
116
116
springRetryVersion = ' 2.0.4'
117
- springSecurityVersion = ' 6.2.0-SNAPSHOT '
118
- springVersion = ' 6.1.0-SNAPSHOT '
119
- springWsVersion = ' 4.0.7 '
120
- testcontainersVersion = ' 1.19.1 '
121
- tomcatVersion = ' 10.1.15 '
117
+ springSecurityVersion = ' 6.2.0'
118
+ springVersion = ' 6.1.0'
119
+ springWsVersion = ' 4.0.8 '
120
+ testcontainersVersion = ' 1.19.2 '
121
+ tomcatVersion = ' 10.1.16 '
122
122
xmlUnitVersion = ' 2.9.1'
123
123
xstreamVersion = ' 1.4.20'
124
124
ztZipVersion = ' 1.16'
@@ -373,7 +373,7 @@ configure(javaProjects) { subproject ->
373
373
374
374
checkstyle {
375
375
configDirectory. set(rootProject. file(' src/checkstyle' ))
376
- toolVersion = project. hasProperty(' checkstyleVersion' ) ? project. checkstyleVersion : ' 10.12.4 '
376
+ toolVersion = project. hasProperty(' checkstyleVersion' ) ? project. checkstyleVersion : ' 10.12.5 '
377
377
}
378
378
379
379
jar {
0 commit comments