@@ -48,18 +48,18 @@ allprojects {
48
48
49
49
environmentProperty = project. hasProperty(' environment' ) ? getProperty(' environment' ) : ' hsql'
50
50
51
- springVersionDefault = ' 5.3.21-SNAPSHOT '
51
+ springVersionDefault = ' 5.3.23 '
52
52
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 '
63
63
64
64
activemqVersion = ' 5.15.15'
65
65
apacheAvroVersion = ' 1.9.2'
@@ -71,13 +71,13 @@ allprojects {
71
71
derbyVersion = ' 10.14.2.0'
72
72
groovyVersion = ' 2.5.16'
73
73
hamcrestVersion = ' 2.2'
74
- h2databaseVersion = ' 2.1.212 '
74
+ h2databaseVersion = ' 2.1.214 '
75
75
hibernateVersion = ' 5.4.33.Final'
76
76
hibernateValidatorVersion = ' 6.1.7.Final'
77
77
javaxElVersion = ' 3.0.0'
78
78
hsqldbVersion = ' 2.5.2'
79
79
jackson2Version = ' 2.11.4'
80
- gsonVersion = ' 2.9.0 '
80
+ gsonVersion = ' 2.9.1 '
81
81
javaMailVersion = ' 1.6.2'
82
82
javaxBatchApiVersion = ' 1.0'
83
83
javaxAnnotationApiVersion = ' 1.3.2'
@@ -88,10 +88,10 @@ allprojects {
88
88
jmsVersion = ' 2.0.1'
89
89
junitVersion = ' 4.13.2'
90
90
junitJupiterVersion = ' 5.8.2'
91
- log4jVersion = ' 2.17.2 '
92
- mysqlVersion = ' 8.0.29 '
91
+ log4jVersion = ' 2.19.0 '
92
+ mysqlVersion = ' 8.0.30 '
93
93
mockitoVersion = ' 3.12.4'
94
- postgresqlVersion = ' 42.2.25 '
94
+ postgresqlVersion = ' 42.2.26 '
95
95
quartzVersion = ' 2.3.2'
96
96
servletApiVersion = ' 4.0.1'
97
97
sqlfireclientVersion = ' 1.0.3'
@@ -103,12 +103,12 @@ allprojects {
103
103
beanshellVersion = ' 2.0b5'
104
104
jaxbApiVersion = ' 2.3.1'
105
105
jaxbImplVersion = ' 2.3.0.1'
106
- prometheusPushgatewayVersion = ' 0.10 .0'
106
+ prometheusPushgatewayVersion = ' 0.16 .0'
107
107
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 '
112
112
}
113
113
114
114
apply plugin : ' idea'
0 commit comments