Skip to content

Commit 6e68bd8

Browse files
committed
Upgrade dependencies; prepare for release
1 parent 9d73762 commit 6e68bd8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ plugins {
1515
id 'org.sonarqube' version '2.8'
1616
id 'io.spring.nohttp' version '0.0.10' apply false
1717
id 'org.ajoberstar.grgit' version '4.1.1'
18-
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
19-
id 'com.jfrog.artifactory' version '4.28.3' apply false
18+
id 'io.spring.dependency-management' version '1.0.13.RELEASE'
19+
id 'com.jfrog.artifactory' version '4.29.0' 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,7 +46,7 @@ ext {
4646
modifiedFiles =
4747
files(grgit.status().unstaged.modified).filter{ f -> f.name.endsWith('.java') || f.name.endsWith('.kt') }
4848

49-
activeMqVersion = '5.17.1'
49+
activeMqVersion = '5.17.2'
5050
apacheSshdVersion = '2.7.0'
5151
aspectjVersion = '1.9.9.1'
5252
assertjVersion = '3.23.1'
@@ -61,7 +61,7 @@ ext {
6161
ftpServerVersion = '1.1.1'
6262
googleJsr305Version = '3.0.2'
6363
greenmailVersion = '1.6.9'
64-
groovyVersion = '3.0.11'
64+
groovyVersion = '3.0.13'
6565
hamcrestVersion = '2.2'
6666
hazelcastVersion = '4.2.5'
6767
hibernateVersion = '5.5.9.Final'
@@ -90,10 +90,10 @@ ext {
9090
pahoMqttClientVersion = '1.2.5'
9191
postgresVersion = '42.2.23'
9292
r2dbch2Version='0.8.5.RELEASE'
93-
reactorVersion = '2020.0.21'
93+
reactorVersion = '2020.0.23'
9494
resilience4jVersion = '1.7.1'
9595
romeToolsVersion = '1.16.0'
96-
rsocketVersion = '1.1.2'
96+
rsocketVersion = '1.1.3'
9797
saajVersion = '1.5.2'
9898
servletApiVersion = '4.0.1'
9999
smackVersion = '4.3.5'
@@ -103,7 +103,7 @@ 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.22'
106+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.23'
107107
springWsVersion = '3.1.3'
108108
testcontainersVersion = '1.17.3'
109109
tomcatVersion = '9.0.64'

0 commit comments

Comments
 (0)