Skip to content

Commit 2c0ae70

Browse files
committed
Update dependencies
1 parent dca9b77 commit 2c0ae70

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

build.gradle

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

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

51-
springVersionDefault = '5.3.21-SNAPSHOT'
51+
springVersionDefault = '5.3.23'
5252
springVersion = project.hasProperty('springVersion') ? getProperty('springVersion') : springVersionDefault
53-
springRetryVersion = '1.3.4-SNAPSHOT'
54-
springAmqpVersion = '2.3.17-SNAPSHOT'
55-
springDataCommonsVersion = '2.5.12-SNAPSHOT'
56-
springDataGeodeVersion = '2.5.12-SNAPSHOT'
57-
springDataJpaVersion = '2.5.12-SNAPSHOT'
58-
springDataMongodbVersion = '3.2.12-SNAPSHOT'
59-
springIntegrationVersion = '5.5.13-SNAPSHOT'
60-
springKafkaVersion = '2.7.15-SNAPSHOT'
61-
springLdapVersion = '2.3.9.BUILD-SNAPSHOT'
62-
micrometerVersion = '1.8.7-SNAPSHOT'
53+
springRetryVersion = '1.3.3'
54+
springAmqpVersion = '2.3.16'
55+
springDataCommonsVersion = '2.5.12'
56+
springDataGeodeVersion = '2.5.12'
57+
springDataJpaVersion = '2.5.12'
58+
springDataMongodbVersion = '3.2.12'
59+
springIntegrationVersion = '5.5.15'
60+
springKafkaVersion = '2.7.14'
61+
springLdapVersion = '2.3.8.RELEASE'
62+
micrometerVersion = '1.8.10'
6363

6464
activemqVersion = '5.15.15'
6565
apacheAvroVersion ='1.9.2'
@@ -71,13 +71,13 @@ allprojects {
7171
derbyVersion = '10.14.2.0'
7272
groovyVersion = '2.5.16'
7373
hamcrestVersion = '2.2'
74-
h2databaseVersion = '2.1.212'
74+
h2databaseVersion = '2.1.214'
7575
hibernateVersion = '5.4.33.Final'
7676
hibernateValidatorVersion = '6.1.7.Final'
7777
javaxElVersion = '3.0.0'
7878
hsqldbVersion = '2.5.2'
7979
jackson2Version = '2.11.4'
80-
gsonVersion = '2.9.0'
80+
gsonVersion = '2.9.1'
8181
javaMailVersion = '1.6.2'
8282
javaxBatchApiVersion = '1.0'
8383
javaxAnnotationApiVersion = '1.3.2'
@@ -88,10 +88,10 @@ allprojects {
8888
jmsVersion = '2.0.1'
8989
junitVersion = '4.13.2'
9090
junitJupiterVersion = '5.8.2'
91-
log4jVersion = '2.17.2'
92-
mysqlVersion = '8.0.29'
91+
log4jVersion = '2.19.0'
92+
mysqlVersion = '8.0.30'
9393
mockitoVersion = '3.12.4'
94-
postgresqlVersion = '42.2.25'
94+
postgresqlVersion = '42.2.26'
9595
quartzVersion = '2.3.2'
9696
servletApiVersion = '4.0.1'
9797
sqlfireclientVersion = '1.0.3'
@@ -103,12 +103,12 @@ allprojects {
103103
beanshellVersion = '2.0b5'
104104
jaxbApiVersion = '2.3.1'
105105
jaxbImplVersion = '2.3.0.1'
106-
prometheusPushgatewayVersion = '0.10.0'
106+
prometheusPushgatewayVersion = '0.16.0'
107107
docResourcesVersion = '0.2.5'
108-
assertjVersion='3.22.0'
109-
mongoDbDriverSyncVersion='4.6.0' // used only in tests and samples
110-
testcontainersVersion='1.17.1'
111-
neo4jVersion='3.2.33'
108+
assertjVersion='3.23.1'
109+
mongoDbDriverSyncVersion='4.6.1' // used only in tests and samples
110+
testcontainersVersion='1.17.3'
111+
neo4jVersion='3.2.37'
112112
}
113113

114114
apply plugin: 'idea'

0 commit comments

Comments
 (0)