Skip to content

Commit 1c1f073

Browse files
committed
Update dependencies; prepare for release
1 parent a82a41e commit 1c1f073

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
@@ -13,10 +13,10 @@ buildscript {
1313

1414
plugins {
1515
id 'org.sonarqube' version '2.8'
16-
id 'io.spring.nohttp' version '0.0.10' apply false
16+
id 'io.spring.nohttp' version '0.0.11' apply false
1717
id 'org.ajoberstar.grgit' version '4.1.1'
18-
id 'io.spring.dependency-management' version '1.0.13.RELEASE'
19-
id 'com.jfrog.artifactory' version '4.29.0' apply false
18+
id 'io.spring.dependency-management' version '1.1.3'
19+
id 'com.jfrog.artifactory' version '5.1.6' apply false
2020
id 'org.jetbrains.dokka' version '1.5.30'
2121
id 'org.asciidoctor.jvm.pdf' version '3.3.2'
2222
id 'org.asciidoctor.jvm.gems' version '3.3.2'
@@ -46,9 +46,9 @@ ext {
4646
modifiedFiles =
4747
files(grgit.status().unstaged.modified).filter{ f -> f.name.endsWith('.java') || f.name.endsWith('.kt') }
4848

49-
activeMqVersion = '5.17.4'
49+
activeMqVersion = '5.17.5'
5050
apacheSshdVersion = '2.7.0'
51-
aspectjVersion = '1.9.19'
51+
aspectjVersion = '1.9.20.1'
5252
assertjVersion = '3.23.1'
5353
assertkVersion = '0.25'
5454
avroVersion = '1.10.2'
@@ -61,16 +61,16 @@ ext {
6161
ftpServerVersion = '1.1.1'
6262
googleJsr305Version = '3.0.2'
6363
greenmailVersion = '1.6.14'
64-
groovyVersion = '3.0.17'
64+
groovyVersion = '3.0.19'
6565
hamcrestVersion = '2.2'
66-
hazelcastVersion = '4.2.7'
66+
hazelcastVersion = '4.2.78'
6767
hibernateVersion = '5.5.9.Final'
6868
hsqldbVersion = '2.6.1'
6969
h2Version = '1.4.200'
7070
jacksonVersion = '2.12.7'
7171
javaxActivationVersion = '1.2.0'
7272
jaxbVersion = '2.3.4'
73-
jeroMqVersion = '0.5.2'
73+
jeroMqVersion = '0.5.3'
7474
jmsApiVersion = '2.0.1'
7575
jpaApiVersion = '2.7.7'
7676
jrubyVersion = '9.2.20.1'
@@ -90,7 +90,7 @@ ext {
9090
pahoMqttClientVersion = '1.2.5'
9191
postgresVersion = '42.2.23'
9292
r2dbch2Version='0.8.5.RELEASE'
93-
reactorVersion = '2020.0.32'
93+
reactorVersion = '2020.0.36'
9494
resilience4jVersion = '1.7.1'
9595
romeToolsVersion = '1.16.0'
9696
rsocketVersion = '1.1.3'
@@ -103,10 +103,10 @@ ext {
103103
springKafkaVersion = '2.7.14'
104104
springRetryVersion = '1.3.3'
105105
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.5.8'
106-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.27'
106+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.30'
107107
springWsVersion = '3.1.6'
108-
testcontainersVersion = '1.17.6'
109-
tomcatVersion = '9.0.75'
108+
testcontainersVersion = '1.19.0'
109+
tomcatVersion = '9.0.80'
110110
xmlUnitVersion = '2.8.2'
111111
xstreamVersion = '1.4.19'
112112

0 commit comments

Comments
 (0)