@@ -48,36 +48,36 @@ allprojects {
48
48
49
49
environmentProperty = project. hasProperty(' environment' ) ? getProperty(' environment' ) : ' hsql'
50
50
51
- springVersionDefault = ' 5.3.16-SNAPSHOT '
51
+ springVersionDefault = ' 5.3.16'
52
52
springVersion = project. hasProperty(' springVersion' ) ? getProperty(' springVersion' ) : springVersionDefault
53
53
springRetryVersion = ' 1.3.1'
54
- springAmqpVersion = ' 2.3.15-SNAPSHOT '
55
- springDataCommonsVersion = ' 2.4.16-SNAPSHOT '
56
- springDataGeodeVersion = ' 2.4.16-SNAPSHOT '
57
- springDataJpaVersion = ' 2.4.16-SNAPSHOT '
58
- springDataMongodbVersion = ' 3.1.16-SNAPSHOT '
59
- springIntegrationVersion = ' 5.4.14-SNAPSHOT '
60
- springKafkaVersion = ' 2.6.13-SNAPSHOT '
61
- springLdapVersion = ' 2.3.6.BUILD-SNAPSHOT '
62
- micrometerVersion = ' 1.7.10-SNAPSHOT '
54
+ springAmqpVersion = ' 2.3.14 '
55
+ springDataCommonsVersion = ' 2.4.15 '
56
+ springDataGeodeVersion = ' 2.4.15 '
57
+ springDataJpaVersion = ' 2.4.15 '
58
+ springDataMongodbVersion = ' 3.1.15 '
59
+ springIntegrationVersion = ' 5.4.13 '
60
+ springKafkaVersion = ' 2.6.13'
61
+ springLdapVersion = ' 2.3.6.RELEASE '
62
+ micrometerVersion = ' 1.7.9 '
63
63
64
64
activemqVersion = ' 5.15.15'
65
65
apacheAvroVersion = ' 1.9.2'
66
- aspectjVersion = ' 1.9.7 '
66
+ aspectjVersion = ' 1.9.8 '
67
67
commonsDdbcpVersion = ' 2.8.0'
68
68
commonsIoVersion = ' 2.8.0'
69
69
commonsLangVersion = ' 3.11'
70
70
commonsPoolVersion = ' 1.6'
71
71
derbyVersion = ' 10.14.2.0'
72
72
groovyVersion = ' 2.5.14'
73
73
hamcrestVersion = ' 2.2'
74
- h2databaseVersion = ' 2.0.206 '
75
- hibernateVersion = ' 5.4.32 .Final'
74
+ h2databaseVersion = ' 2.1.210 '
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.8.6 '
80
+ gsonVersion = ' 2.8.9 '
81
81
javaMailVersion = ' 1.6.2'
82
82
javaxBatchApiVersion = ' 1.0'
83
83
javaxAnnotationApiVersion = ' 1.3.2'
@@ -89,14 +89,14 @@ allprojects {
89
89
junitVersion = ' 4.13.2'
90
90
junitJupiterVersion = ' 5.8.2'
91
91
log4jVersion = ' 2.17.1'
92
- mysqlVersion = ' 8.0.27 '
92
+ mysqlVersion = ' 8.0.28 '
93
93
mockitoVersion = ' 3.12.4'
94
- postgresqlVersion = ' 42.2.24 '
94
+ postgresqlVersion = ' 42.2.25 '
95
95
quartzVersion = ' 2.3.2'
96
96
servletApiVersion = ' 4.0.1'
97
97
sqlfireclientVersion = ' 1.0.3'
98
98
sqliteVersion = ' 3.32.3.3'
99
- woodstoxVersion = ' 6.2.7 '
99
+ woodstoxVersion = ' 6.2.8 '
100
100
xmlunitVersion = ' 2.8.4'
101
101
xstreamVersion = ' 1.4.16'
102
102
jrubyVersion = ' 1.7.27'
@@ -107,8 +107,8 @@ allprojects {
107
107
docResourcesVersion = ' 0.2.5'
108
108
assertjVersion= ' 3.22.0'
109
109
mongoDbDriverSyncVersion= ' 4.1.2'
110
- testcontainersVersion= ' 1.16.2 '
111
- neo4jVersion= ' 3.2.28 '
110
+ testcontainersVersion= ' 1.16.3 '
111
+ neo4jVersion= ' 3.2.29 '
112
112
}
113
113
114
114
apply plugin : ' idea'
0 commit comments