Skip to content

Commit a114662

Browse files
committed
Upgrade Dependency Versions for Release Candidate
1 parent 30a573d commit a114662

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
@@ -38,26 +38,26 @@ ext {
3838
modifiedFiles =
3939
files(grgit.status().unstaged.modified).filter{ f -> f.name.endsWith('.java') || f.name.endsWith('.kt') }
4040

41-
assertjVersion = '3.15.0'
41+
assertjVersion = '3.17.2'
4242
assertkVersion = '0.20'
4343
awaitilityVersion = '4.0.3'
44-
commonsHttpClientVersion = '4.5.10'
44+
commonsHttpClientVersion = '4.5.13'
4545
commonsPoolVersion = '2.8.0'
4646
googleJsr305Version = '3.0.2'
4747
hamcrestVersion = '2.2'
48-
jacksonVersion = '2.10.3'
48+
jacksonVersion = '2.11.3'
4949
jaywayJsonPathVersion = '2.4.0'
50-
junit4Version = '4.12'
51-
junitJupiterVersion = '5.6.0'
52-
log4jVersion = '2.12.1'
50+
junit4Version = '4.13.1'
51+
junitJupiterVersion = '5.7.0'
52+
log4jVersion = '2.13.3'
5353
logbackVersion = '1.2.3'
54-
micrometerVersion = '1.5.3'
55-
mockitoVersion = '3.4.6'
54+
micrometerVersion = '1.5.5'
55+
mockitoVersion = '3.5.13'
5656
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.9.0'
57-
rabbitmqHttpClientVersion = '3.2.0.RELEASE'
58-
reactorVersion = '2020.0.0-RC1'
59-
springDataCommonsVersion = '2.4.0-RC1'
60-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.0-RC1'
57+
rabbitmqHttpClientVersion = '3.8.0.RELEASE'
58+
reactorVersion = '2020.0.0-RC2'
59+
springDataCommonsVersion = '2.4.0-RC2'
60+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.0-RC2'
6161
springRetryVersion = '1.3.0'
6262
}
6363

0 commit comments

Comments
 (0)