Skip to content

Commit 43c40b1

Browse files
committed
Update dependencies
1 parent 9a79b45 commit 43c40b1

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
@@ -57,7 +57,7 @@ allprojects {
5757
springDataMongodbVersion = '3.1.0-SNAPSHOT'
5858
springDataNeo4jVersion = '5.4.0-SNAPSHOT'
5959
springIntegrationVersion = '5.4.0-SNAPSHOT'
60-
springKafkaVersion = '2.5.1.BUILD-SNAPSHOT' // TODO update to 2.6.0-SNAPSHOT when available
60+
springKafkaVersion = '2.5.3.BUILD-SNAPSHOT' // TODO update to 2.6.0-SNAPSHOT when available
6161
springLdapVersion = '2.3.3.RELEASE'
6262

6363
activemqVersion = '5.15.12'
@@ -68,10 +68,10 @@ allprojects {
6868
commonsLangVersion = '3.10'
6969
commonsPoolVersion = '1.6'
7070
derbyVersion = '10.14.2.0'
71-
groovyVersion = '2.5.11'
71+
groovyVersion = '2.5.12'
7272
hamcrestVersion = '2.2'
7373
h2databaseVersion = '1.4.200'
74-
hibernateVersion = '5.4.15.Final'
74+
hibernateVersion = '5.4.17.Final'
7575
hibernateValidatorVersion = '6.1.5.Final'
7676
javaxElVersion = '3.0.0'
7777
hsqldbVersion = '2.5.0'
@@ -87,16 +87,16 @@ allprojects {
8787
jmsVersion = '2.0.1'
8888
junitVersion = '4.13'
8989
junitJupiterVersion = '5.6.2'
90-
log4jVersion = '2.13.2'
90+
log4jVersion = '2.13.3'
9191
mysqlVersion = '8.0.20'
9292
mockitoVersion = '3.3.3'
93-
postgresqlVersion = '42.2.12'
93+
postgresqlVersion = '42.2.14'
9494
quartzVersion = '2.3.2'
9595
servletApiVersion = '4.0.1'
9696
sqlfireclientVersion = '1.0.3'
9797
sqliteVersion = '3.31.1'
9898
woodstoxVersion = '6.2.0'
99-
xmlunitVersion = '2.6.4'
99+
xmlunitVersion = '2.7.0'
100100
xstreamVersion = '1.4.12'
101101
jrubyVersion = '1.7.27'
102102
beanshellVersion = '2.0b5'
@@ -106,8 +106,8 @@ allprojects {
106106
prometheusPushgatewayVersion = '0.9.0'
107107
docResourcesVersion = '0.2.1.RELEASE'
108108
assertjVersion='3.16.1'
109-
mongoDbDriverSyncVersion='4.0.3'
110-
testcontainersVersion='1.14.1'
109+
mongoDbDriverSyncVersion='4.0.4'
110+
testcontainersVersion='1.14.3'
111111
}
112112

113113
apply plugin: 'idea'

0 commit comments

Comments
 (0)