Skip to content

Commit cb8a369

Browse files
committed
Upgrade dependencies; prepare for release
1 parent 5c849c5 commit cb8a369

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

build.gradle

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ plugins {
1717
id 'org.sonarqube' version '2.8'
1818
id 'io.spring.nohttp' version '0.0.11' apply false
1919
id 'org.ajoberstar.grgit' version '4.1.1'
20-
id 'io.spring.dependency-management' version '1.1.3'
21-
id 'com.jfrog.artifactory' version '5.1.6' apply false
20+
id 'io.spring.dependency-management' version '1.1.4'
21+
id 'com.jfrog.artifactory' version '5.1.10' apply false
2222
id 'org.jetbrains.dokka' version '1.5.30'
2323
id 'org.asciidoctor.jvm.pdf' version '3.3.2'
2424
id 'org.asciidoctor.jvm.gems' version '3.3.2'
@@ -48,7 +48,7 @@ ext {
4848
modifiedFiles =
4949
files(grgit.status().unstaged.modified).filter{ f -> f.name.endsWith('.java') || f.name.endsWith('.kt') }
5050

51-
activeMqVersion = '5.17.5'
51+
activeMqVersion = '5.17.6'
5252
apacheSshdVersion = '2.7.0'
5353
aspectjVersion = '1.9.20.1'
5454
assertjVersion = '3.23.1'
@@ -72,7 +72,7 @@ ext {
7272
jacksonVersion = '2.12.7'
7373
javaxActivationVersion = '1.2.0'
7474
jaxbVersion = '2.3.4'
75-
jeroMqVersion = '0.5.3'
75+
jeroMqVersion = '0.5.4'
7676
jmsApiVersion = '2.0.1'
7777
jpaApiVersion = '2.7.7'
7878
jrubyVersion = '9.2.20.1'
@@ -88,29 +88,29 @@ ext {
8888
micrometerVersion = '1.7.12'
8989
mockitoVersion = '3.12.4'
9090
mongoDriverVersion = '4.3.4'
91-
mysqlVersion = '8.0.29'
91+
mysqlVersion = '8.0.33'
9292
pahoMqttClientVersion = '1.2.5'
93-
postgresVersion = '42.2.23'
93+
postgresVersion = '42.2.27'
9494
r2dbch2Version='0.8.5.RELEASE'
95-
reactorVersion = '2020.0.36'
95+
reactorVersion = '2020.0.38'
9696
resilience4jVersion = '1.7.1'
9797
romeToolsVersion = '1.16.0'
98-
rsocketVersion = '1.1.3'
98+
rsocketVersion = '1.1.4'
9999
saajVersion = '1.5.2'
100100
servletApiVersion = '4.0.1'
101101
smackVersion = '4.3.5'
102102
soapVersion = '1.4.0'
103103
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.3.16'
104104
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : '2021.0.11'
105105
springKafkaVersion = '2.7.14'
106-
springRetryVersion = '1.3.3'
106+
springRetryVersion = '1.3.4'
107107
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.5.8'
108-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.30'
109-
springWsVersion = '3.1.6'
110-
testcontainersVersion = '1.19.0'
111-
tomcatVersion = '9.0.80'
112-
xmlUnitVersion = '2.8.2'
113-
xstreamVersion = '1.4.19'
108+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.31'
109+
springWsVersion = '3.1.8'
110+
testcontainersVersion = '1.19.2'
111+
tomcatVersion = '9.0.83'
112+
xmlUnitVersion = '2.8.4'
113+
xstreamVersion = '1.4.20'
114114

115115
javaProjects = subprojects - project(':spring-integration-bom')
116116
}

0 commit comments

Comments
 (0)