Skip to content

Commit 0f525e1

Browse files
committed
Upgrade dependencies; prepare for release
1 parent e8e1b86 commit 0f525e1

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
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlinVersion = '1.3.61'
2+
ext.kotlinVersion = '1.3.72'
33
repositories {
44
mavenCentral()
55
maven { url 'https://plugins.gradle.org/m2' }
@@ -47,19 +47,19 @@ ext {
4747
googleJsr305Version = '3.0.2'
4848
hamcrestVersion = '2.2'
4949
hibernateValidationVersion = '6.2.0.Final'
50-
jacksonBomVersion = '2.11.3'
50+
jacksonBomVersion = '2.11.4'
5151
jaywayJsonPathVersion = '2.4.0'
5252
junit4Version = '4.13.1'
53-
junitJupiterVersion = '5.7.0'
53+
junitJupiterVersion = '5.7.2'
5454
log4jVersion = '2.13.3'
5555
logbackVersion = '1.2.3'
56-
micrometerVersion = '1.5.12'
56+
micrometerVersion = '1.5.14'
5757
mockitoVersion = '3.6.28'
5858
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.9.0'
5959
rabbitmqHttpClientVersion = '3.8.0.RELEASE'
60-
reactorVersion = '2020.0.5'
61-
springDataCommonsVersion = '2.4.6'
62-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.5'
60+
reactorVersion = '2020.0.7'
61+
springDataCommonsVersion = '2.4.9'
62+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.7'
6363
springRetryVersion = '1.3.1'
6464
}
6565

0 commit comments

Comments
 (0)