Skip to content

Commit 49b8e31

Browse files
committed
Upgrade dependencies; prepare for release
1 parent 15f1ed5 commit 49b8e31

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

build.gradle

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlinVersion = '1.3.50'
2+
ext.kotlinVersion = '1.3.72'
33
repositories {
44
maven { url 'https://repo.spring.io/plugins-release' }
55
}
@@ -18,7 +18,7 @@ plugins {
1818
id 'org.asciidoctor.convert' version '1.6.1'
1919
id 'org.ajoberstar.grgit' version '3.1.1'
2020
id 'io.spring.nohttp' version '0.0.3.RELEASE'
21-
id 'io.spring.dependency-management' version '1.0.8.RELEASE' apply false
21+
id 'io.spring.dependency-management' version '1.0.9.RELEASE' apply false
2222
}
2323

2424
description = 'Spring AMQP'
@@ -37,23 +37,23 @@ ext {
3737
files(grgit.status().unstaged.modified).filter{ f -> f.name.endsWith('.java') || f.name.endsWith('.kt') }
3838

3939
assertjVersion = '3.15.0'
40-
assertkVersion = '0.20'
41-
commonsHttpClientVersion = '4.5.10'
40+
assertkVersion = '0.22'
41+
commonsHttpClientVersion = '4.5.12'
4242
googleJsr305Version = '3.0.2'
4343
hamcrestVersion = '2.2'
44-
jacksonVersion = '2.10.2.20200130'
44+
jacksonVersion = '2.10.3'
4545
jaywayJsonPathVersion = '2.4.0'
4646
junit4Version = '4.12'
4747
junitJupiterVersion = '5.5.2'
48-
log4jVersion = '2.12.1'
48+
log4jVersion = '2.13.2'
4949
logbackVersion = '1.2.3'
5050
micrometerVersion = '1.3.6'
5151
mockitoVersion = '3.0.0'
5252
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.7.3'
5353
rabbitmqHttpClientVersion = '3.2.0.RELEASE'
54-
reactorVersion = 'Dysprosium-SR6'
55-
springDataCommonsVersion = '2.2.6.RELEASE'
56-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.5.RELEASE'
54+
reactorVersion = 'Dysprosium-SR7'
55+
springDataCommonsVersion = '2.2.7.RELEASE'
56+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.6.RELEASE'
5757
springRetryVersion = '1.2.5.RELEASE'
5858
}
5959

0 commit comments

Comments
 (0)