Skip to content

Commit 3bfabb9

Browse files
committed
Upgrade dependencies; prepare for release
1 parent 726b216 commit 3bfabb9

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

build.gradle

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlinVersion = '1.5.30'
2+
ext.kotlinVersion = '1.5.31'
33
repositories {
44
mavenCentral()
55
maven { url 'https://plugins.gradle.org/m2' }
@@ -13,10 +13,10 @@ buildscript {
1313

1414
plugins {
1515
id 'org.sonarqube' version '2.8'
16-
id 'io.spring.nohttp' version '0.0.8' apply false
16+
id 'io.spring.nohttp' version '0.0.10' apply false
1717
id 'org.ajoberstar.grgit' version '4.1.0'
1818
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
19-
id 'com.jfrog.artifactory' version '4.24.15' apply false
19+
id 'com.jfrog.artifactory' version '4.24.18' apply false
2020
id 'org.jetbrains.dokka' version '0.10.1'
2121
id 'org.asciidoctor.jvm.pdf' version '3.3.2'
2222
id 'org.asciidoctor.jvm.gems' version '3.3.2'
@@ -46,28 +46,28 @@ ext {
4646
modifiedFiles =
4747
files(grgit.status().unstaged.modified).filter{ f -> f.name.endsWith('.java') || f.name.endsWith('.kt') }
4848

49-
activeMqVersion = '5.16.2'
49+
activeMqVersion = '5.16.3'
5050
apacheSshdVersion = '2.7.0'
5151
aspectjVersion = '1.9.7'
52-
assertjVersion = '3.20.2'
53-
assertkVersion = '0.24'
52+
assertjVersion = '3.21.0'
53+
assertkVersion = '0.25'
5454
avroVersion = '1.10.2'
5555
awaitilityVersion = '4.1.0'
56-
commonsDbcp2Version = '2.8.0'
56+
commonsDbcp2Version = '2.9.0'
5757
commonsIoVersion = '2.11.0'
5858
commonsNetVersion = '3.8.0'
5959
curatorVersion = '4.3.0'
6060
derbyVersion = '10.14.2.0'
6161
ftpServerVersion = '1.1.1'
6262
googleJsr305Version = '3.0.2'
6363
greenmailVersion = '1.6.5'
64-
groovyVersion = '3.0.8'
64+
groovyVersion = '3.0.9'
6565
hamcrestVersion = '2.2'
6666
hazelcastVersion = '4.2.2'
67-
hibernateVersion = '5.5.6.Final'
67+
hibernateVersion = '5.5.7.Final'
6868
hsqldbVersion = '2.6.0'
6969
h2Version = '1.4.200'
70-
jacksonVersion = '2.12.4'
70+
jacksonVersion = '2.12.5'
7171
javaxActivationVersion = '1.2.0'
7272
jaxbVersion = '2.3.4'
7373
jeroMqVersion = '0.5.2'
@@ -80,12 +80,12 @@ ext {
8080
junitJupiterVersion = '5.7.2'
8181
jythonVersion = '2.7.2'
8282
kryoShadedVersion = '4.0.2'
83-
lettuceVersion = '6.1.4.RELEASE'
83+
lettuceVersion = '6.1.5.RELEASE'
8484
log4jVersion = '2.14.1'
8585
mailVersion = '1.6.7'
86-
micrometerVersion = '1.7.3'
87-
mockitoVersion = '3.11.2'
88-
mongoDriverVersion = '4.3.1'
86+
micrometerVersion = '1.7.4'
87+
mockitoVersion = '3.12.4'
88+
mongoDriverVersion = '4.3.2'
8989
mysqlVersion = '8.0.26'
9090
pahoMqttClientVersion = '1.2.5'
9191
postgresVersion = '42.2.23'
@@ -99,11 +99,11 @@ ext {
9999
smackVersion = '4.3.5'
100100
soapVersion = '1.4.0'
101101
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.3.10'
102-
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : '2021.0.4'
103-
springKafkaVersion = '2.7.6'
102+
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : '2021.0.5'
103+
springKafkaVersion = '2.7.7'
104104
springRetryVersion = '1.3.1'
105105
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.5.2'
106-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.9'
106+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.10'
107107
springWsVersion = '3.1.1'
108108
tomcatVersion = '9.0.52'
109109
xmlUnitVersion = '2.8.2'

0 commit comments

Comments
 (0)