Skip to content

Commit a49a884

Browse files
committed
Revert some dependencies to be sure in build
1 parent 9d55742 commit a49a884

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ ext {
4545
modifiedFiles =
4646
files(grgit.status().unstaged.modified).filter{ f -> f.name.endsWith('.java') || f.name.endsWith('.kt') }
4747

48-
activeMqVersion = '5.16.0'
48+
activeMqVersion = '5.15.13'
4949
apacheSshdVersion = '2.5.0'
50-
aspectjVersion = '1.9.6'
50+
aspectjVersion = '1.9.5'
5151
assertjVersion = '3.16.1'
5252
assertkVersion = '0.22'
5353
avroVersion = '1.9.2'
@@ -62,10 +62,10 @@ ext {
6262
groovyVersion = '3.0.4'
6363
hamcrestVersion = '2.2'
6464
hazelcastVersion = '4.0.1'
65-
hibernateVersion = '5.4.19.Final'
66-
hsqldbVersion = '2.5.1'
65+
hibernateVersion = '5.4.18.Final'
66+
hsqldbVersion = '2.5.0'
6767
h2Version = '1.4.200'
68-
jacksonVersion = '2.11.2'
68+
jacksonVersion = '2.11.0'
6969
javaxActivationVersion = '1.2.0'
7070
javaxAnnotationVersion= '1.3.2'
7171
javaxMailVersion = '1.6.2'
@@ -82,10 +82,10 @@ ext {
8282
kryoShadedVersion = '4.0.2'
8383
lettuceVersion = '6.0.0.M1'
8484
log4jVersion = '2.13.3'
85-
micrometerVersion = '1.5.3'
85+
micrometerVersion = '1.5.2'
8686
mockitoVersion = '3.3.3'
8787
mongoDriverVersion = '4.1.0'
88-
mysqlVersion = '8.0.21'
88+
mysqlVersion = '8.0.20'
8989
pahoMqttClientVersion = '1.2.4'
9090
postgresVersion = '42.2.14'
9191
reactorVersion = '2020.0.0-SNAPSHOT'
@@ -103,7 +103,7 @@ ext {
103103
springRetryVersion = '1.3.0'
104104
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.0-SNAPSHOT'
105105
springWsVersion = '3.0.9.RELEASE'
106-
tomcatVersion = "9.0.37"
106+
tomcatVersion = "9.0.36"
107107
xstreamVersion = '1.4.12'
108108
r2dbch2Version='0.8.4.RELEASE'
109109

0 commit comments

Comments
 (0)