Skip to content

Commit 1595825

Browse files
committed
Upgrade dependencies; prepare for release
* Upgrade to Gradle `7.4.2`
1 parent 9e8fe0d commit 1595825

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

build.gradle

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

49-
activeMqVersion = '5.16.5'
49+
activeMqVersion = '5.17.1'
5050
apacheSshdVersion = '2.7.0'
5151
aspectjVersion = '1.9.9.1'
52-
assertjVersion = '3.22.0'
52+
assertjVersion = '3.23.1'
5353
assertkVersion = '0.25'
5454
avroVersion = '1.10.2'
5555
awaitilityVersion = '4.2.0'
@@ -61,19 +61,19 @@ ext {
6161
ftpServerVersion = '1.1.1'
6262
googleJsr305Version = '3.0.2'
6363
greenmailVersion = '1.6.9'
64-
groovyVersion = '3.0.10'
64+
groovyVersion = '3.0.11'
6565
hamcrestVersion = '2.2'
6666
hazelcastVersion = '4.2.5'
6767
hibernateVersion = '5.5.9.Final'
6868
hsqldbVersion = '2.6.1'
6969
h2Version = '1.4.200'
70-
jacksonVersion = '2.12.6'
70+
jacksonVersion = '2.12.7'
7171
javaxActivationVersion = '1.2.0'
7272
jaxbVersion = '2.3.4'
7373
jeroMqVersion = '0.5.2'
7474
jmsApiVersion = '2.0.1'
7575
jpaApiVersion = '2.7.7'
76-
jrubyVersion = '9.2.19.0'
76+
jrubyVersion = '9.2.20.1'
7777
jschVersion = '0.1.55'
7878
jsonpathVersion = '2.6.0'
7979
junit4Version = '4.13.2'
@@ -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.17'
93+
reactorVersion = '2020.0.20'
9494
resilience4jVersion = '1.7.1'
9595
romeToolsVersion = '1.16.0'
9696
rsocketVersion = '1.1.2'
@@ -102,13 +102,13 @@ ext {
102102
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : '2021.0.11'
103103
springKafkaVersion = '2.7.14'
104104
springRetryVersion = '1.3.3'
105-
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.5.7'
106-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.20'
105+
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.5.8'
106+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.21'
107107
springWsVersion = '3.1.3'
108-
testcontainersVersion = '1.17.1'
109-
tomcatVersion = '9.0.63'
108+
testcontainersVersion = '1.17.2'
109+
tomcatVersion = '9.0.64'
110110
xmlUnitVersion = '2.8.2'
111-
xstreamVersion = '1.4.17'
111+
xstreamVersion = '1.4.19'
112112

113113
javaProjects = subprojects - project(':spring-integration-bom')
114114
}

gradle/wrapper/gradle-wrapper.jar

285 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionSha256Sum=b586e04868a22fd817c8971330fec37e298f3242eb85c374181b12d637f80302
6+
distributionSha256Sum=29e49b10984e585d8118b7d0bc452f944e386458df27371b49b4ac1dec4b7fda

0 commit comments

Comments
 (0)