Skip to content

Commit 6317124

Browse files
committed
Update dependencies
1 parent c3f723a commit 6317124

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

build.gradle

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ allprojects {
4848

4949
environmentProperty = project.hasProperty('environment') ? getProperty('environment') : 'hsql'
5050

51-
springVersionDefault = '5.3.14-SNAPSHOT'
51+
springVersionDefault = '5.3.15-SNAPSHOT'
5252
springVersion = project.hasProperty('springVersion') ? getProperty('springVersion') : springVersionDefault
5353
springRetryVersion = '1.3.1'
54-
springAmqpVersion = '2.3.13-SNAPSHOT'
54+
springAmqpVersion = '2.3.14-SNAPSHOT'
5555
springDataCommonsVersion = '2.4.16-SNAPSHOT'
5656
springDataGeodeVersion = '2.4.16-SNAPSHOT'
5757
springDataJpaVersion = '2.4.16-SNAPSHOT'
@@ -63,7 +63,7 @@ allprojects {
6363

6464
activemqVersion = '5.15.15'
6565
apacheAvroVersion ='1.9.2'
66-
aspectjVersion = '1.9.6'
66+
aspectjVersion = '1.9.7'
6767
commonsDdbcpVersion = '2.8.0'
6868
commonsIoVersion = '2.8.0'
6969
commonsLangVersion = '3.11'
@@ -87,28 +87,28 @@ allprojects {
8787
jettisonVersion = '1.2' //? => upgrade to 1.4 and the build fails (deprecated anyway via xstream)
8888
jmsVersion = '2.0.1'
8989
junitVersion = '4.13.2'
90-
junitJupiterVersion = '5.7.2'
91-
log4jVersion = '2.16.0'
90+
junitJupiterVersion = '5.8.2'
91+
log4jVersion = '2.17.1'
9292
mysqlVersion = '8.0.27'
93-
mockitoVersion = '3.6.28'
93+
mockitoVersion = '3.12.4'
9494
postgresqlVersion = '42.2.24'
9595
quartzVersion = '2.3.2'
9696
servletApiVersion = '4.0.1'
9797
sqlfireclientVersion = '1.0.3'
9898
sqliteVersion = '3.32.3.3'
99-
woodstoxVersion = '6.2.6'
100-
xmlunitVersion = '2.8.2'
99+
woodstoxVersion = '6.2.7'
100+
xmlunitVersion = '2.8.4'
101101
xstreamVersion = '1.4.16'
102102
jrubyVersion = '1.7.27'
103103
beanshellVersion = '2.0b5'
104104
jaxbApiVersion = '2.3.1'
105105
jaxbImplVersion = '2.3.0.1'
106106
prometheusPushgatewayVersion = '0.10.0'
107107
docResourcesVersion = '0.2.5'
108-
assertjVersion='3.18.1'
108+
assertjVersion='3.22.0'
109109
mongoDbDriverSyncVersion='4.1.2'
110-
testcontainersVersion='1.15.3'
111-
neo4jVersion='3.2.27'
110+
testcontainersVersion='1.16.2'
111+
neo4jVersion='3.2.28'
112112
}
113113

114114
apply plugin: 'idea'

0 commit comments

Comments
 (0)