Skip to content

Commit 49af570

Browse files
committed
Upgrade dependencies; prepare for release
1 parent 108f074 commit 49af570

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

build.gradle

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ plugins {
2121
id 'org.antora' version '1.0.0'
2222
id 'io.spring.antora.generate-antora-yml' version '0.0.1'
2323
id 'com.google.protobuf' version '0.9.5' apply false
24-
id 'io.freefair.aggregate-javadoc' version '9.0.0'
24+
id 'io.freefair.aggregate-javadoc' version '9.1.0'
2525
id 'io.spring.nullability' version '0.0.8' apply false
2626
}
2727

@@ -51,9 +51,9 @@ ext {
5151
assertkVersion = '0.28.1'
5252
avroVersion = '1.12.1'
5353
awaitilityVersion = '4.3.0'
54-
camelVersion = '4.15.0'
54+
camelVersion = '4.16.0'
5555
commonsDbcp2Version = '2.13.0'
56-
commonsIoVersion = '2.20.0'
56+
commonsIoVersion = '2.21.0'
5757
commonsNetVersion = '3.12.0'
5858
curatorVersion = '5.9.0'
5959
debeziumVersion = '3.3.1.Final'
@@ -88,8 +88,8 @@ ext {
8888
micrometerVersion = '1.16.0'
8989
mockitoVersion = '5.20.0'
9090
mongoDriverVersion = '5.6.1'
91-
mysqlVersion = '9.4.0'
92-
oracleVersion = '23.9.0.25.07'
91+
mysqlVersion = '9.5.0'
92+
oracleVersion = '23.26.0.0.0'
9393
pahoMqttClientVersion = '1.2.5'
9494
postgresVersion = '42.7.8'
9595
protobufVersion = '4.33.1'
@@ -100,12 +100,12 @@ ext {
100100
rsocketVersion = '1.1.5'
101101
servletApiVersion = '6.1.0'
102102
smackVersion = '4.4.8'
103-
springAmqpVersion = '4.0.0-SNAPSHOT'
104-
springDataVersion = '2025.1.0-SNAPSHOT'
105-
springGraphqlVersion = '2.0.0-SNAPSHOT'
106-
springKafkaVersion = '4.0.0-SNAPSHOT'
107-
springSecurityVersion = '7.0.1-SNAPSHOT'
108-
springVersion = '7.0.0-SNAPSHOT'
103+
springAmqpVersion = '4.0.0'
104+
springDataVersion = '2025.1.0'
105+
springGraphqlVersion = '2.0.0'
106+
springKafkaVersion = '4.0.0'
107+
springSecurityVersion = '7.0.0'
108+
springVersion = '7.0.0'
109109
springWsVersion = '5.0.0'
110110
testcontainersVersion = '2.0.2'
111111
tomcatVersion = '11.0.14'
@@ -328,7 +328,7 @@ configure(javaProjects) { subproject ->
328328

329329
checkstyle {
330330
configDirectory.set(rootProject.file('src/checkstyle'))
331-
toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '12.1.1'
331+
toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '12.1.2'
332332
}
333333

334334
jar {

0 commit comments

Comments
 (0)