Skip to content

Commit e6eb235

Browse files
committed
Upgrade dependencies; prepare for release
1 parent 25790c5 commit e6eb235

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

build.gradle

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlinVersion = '1.8.10'
2+
ext.kotlinVersion = '1.8.20'
33
ext.isCI = System.getenv('GITHUB_ACTION') || System.getenv('bamboo_buildKey')
44
repositories {
55
gradlePluginPortal()
@@ -15,11 +15,11 @@ buildscript {
1515
}
1616

1717
plugins {
18-
id 'org.sonarqube' version '4.0.0.2929'
18+
id 'org.sonarqube' version '4.2.1.3168'
1919
id 'io.spring.nohttp' version '0.0.11' apply false
2020
id 'org.ajoberstar.grgit' version '4.1.1'
2121
id 'io.spring.dependency-management' version '1.1.0'
22-
id 'com.jfrog.artifactory' version '4.31.9' apply false
22+
id 'com.jfrog.artifactory' version '4.32.0' apply false
2323
id 'org.jetbrains.dokka' version "$kotlinVersion"
2424
id 'org.asciidoctor.jvm.pdf' version '3.3.2'
2525
id 'org.asciidoctor.jvm.gems' version '3.3.2'
@@ -52,10 +52,10 @@ ext {
5252
artemisVersion = '2.28.0'
5353
aspectjVersion = '1.9.19'
5454
assertjVersion = '3.24.2'
55-
assertkVersion = '0.26'
55+
assertkVersion = '0.26.1'
5656
avroVersion = '1.11.1'
5757
awaitilityVersion = '4.2.0'
58-
camelVersion = '3.20.4'
58+
camelVersion = '3.20.5'
5959
commonsDbcp2Version = '2.9.0'
6060
commonsIoVersion = '2.11.0'
6161
commonsNetVersion = '3.9.0'
@@ -67,12 +67,12 @@ ext {
6767
greenmailVersion = '2.0.0'
6868
groovyVersion = '4.0.12'
6969
hamcrestVersion = '2.2'
70-
hazelcastVersion = '5.2.3'
71-
hibernateVersion = '6.2.2.Final'
72-
hsqldbVersion = '2.7.1'
70+
hazelcastVersion = '5.2.4'
71+
hibernateVersion = '6.2.5.Final'
72+
hsqldbVersion = '2.7.2'
7373
h2Version = '2.1.214'
74-
jacksonVersion = '2.15.0'
75-
jaxbVersion = '4.0.2'
74+
jacksonVersion = '2.15.2'
75+
jaxbVersion = '4.0.3'
7676
jcifsVersion = '2.1.34'
7777
jeroMqVersion = '0.5.3'
7878
jmsApiVersion = '3.1.0'
@@ -87,31 +87,31 @@ ext {
8787
lettuceVersion = '6.2.4.RELEASE'
8888
log4jVersion = '2.20.0'
8989
mailVersion = '1.0.0'
90-
micrometerTracingVersion = '1.1.1'
91-
micrometerVersion = '1.11.0'
90+
micrometerTracingVersion = '1.1.2'
91+
micrometerVersion = '1.11.1'
9292
mockitoVersion = '5.3.1'
9393
mongoDriverVersion = '4.9.1'
9494
mysqlVersion = '8.0.33'
9595
pahoMqttClientVersion = '1.2.5'
9696
postgresVersion = '42.6.0'
97-
protobufVersion = '3.23.0'
97+
protobufVersion = '3.23.3'
9898
r2dbch2Version = '1.0.0.RELEASE'
99-
reactorVersion = '2022.0.7'
99+
reactorVersion = '2022.0.8'
100100
resilience4jVersion = '2.0.2'
101101
romeToolsVersion = '2.1.0'
102-
rsocketVersion = '1.1.3'
102+
rsocketVersion = '1.1.4'
103103
servletApiVersion = '6.0.0'
104104
smackVersion = '4.4.6'
105-
springAmqpVersion = '3.0.4'
106-
springDataVersion = '2023.0.0'
107-
springGraphqlVersion = '1.2.0'
108-
springKafkaVersion = '3.0.7'
109-
springRetryVersion = '2.0.1'
110-
springSecurityVersion = '6.1.0'
111-
springVersion = '6.0.9'
105+
springAmqpVersion = '3.0.5'
106+
springDataVersion = '2023.0.1'
107+
springGraphqlVersion = '1.2.1'
108+
springKafkaVersion = '3.0.8'
109+
springRetryVersion = '2.0.2'
110+
springSecurityVersion = '6.1.1'
111+
springVersion = '6.0.10'
112112
springWsVersion = '4.0.4'
113-
testcontainersVersion = '1.18.1'
114-
tomcatVersion = '10.1.8'
113+
testcontainersVersion = '1.18.3'
114+
tomcatVersion = '10.1.10'
115115
xmlUnitVersion = '2.9.1'
116116
xstreamVersion = '1.4.20'
117117
ztZipVersion = '1.15'
@@ -364,7 +364,7 @@ configure(javaProjects) { subproject ->
364364

365365
checkstyle {
366366
configDirectory.set(rootProject.file('src/checkstyle'))
367-
toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '10.11.0'
367+
toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '10.12.0'
368368
}
369369

370370
jar {

0 commit comments

Comments
 (0)