@@ -39,19 +39,19 @@ ext {
39
39
modifiedFiles =
40
40
files(grgit. status(). unstaged. modified). filter{ f -> f. name. endsWith(' .java' ) || f. name. endsWith(' .kt' ) }
41
41
42
- assertjVersion = ' 3.20.2 '
42
+ assertjVersion = ' 3.21.0 '
43
43
assertkVersion = ' 0.24'
44
- awaitilityVersion = ' 4.1.0 '
44
+ awaitilityVersion = ' 4.1.1 '
45
45
commonsCompressVersion = ' 1.20'
46
46
commonsHttpClientVersion = ' 4.5.13'
47
47
commonsPoolVersion = ' 2.11.1'
48
48
googleJsr305Version = ' 3.0.2'
49
49
hamcrestVersion = ' 2.2'
50
50
hibernateValidationVersion = ' 6.2.0.Final'
51
- jacksonBomVersion = ' 2.13.0 '
51
+ jacksonBomVersion = ' 2.13.1 '
52
52
jaywayJsonPathVersion = ' 2.4.0'
53
53
junit4Version = ' 4.13.2'
54
- junitJupiterVersion = ' 5.7 .2'
54
+ junitJupiterVersion = ' 5.8 .2'
55
55
log4jVersion = ' 2.17.0'
56
56
logbackVersion = ' 1.2.3'
57
57
lz4Version = ' 1.8.0'
@@ -60,10 +60,10 @@ ext {
60
60
rabbitmqStreamVersion = ' 0.4.0'
61
61
rabbitmqVersion = project. hasProperty(' rabbitmqVersion' ) ? project. rabbitmqVersion : ' 5.13.1'
62
62
rabbitmqHttpClientVersion = ' 3.12.1'
63
- reactorVersion = ' 2020.0.13 '
63
+ reactorVersion = ' 2020.0.14 '
64
64
snappyVersion = ' 1.1.8.4'
65
65
springDataCommonsVersion = ' 2.6.0'
66
- springVersion = project. hasProperty(' springVersion' ) ? project. springVersion : ' 5.3.13 '
66
+ springVersion = project. hasProperty(' springVersion' ) ? project. springVersion : ' 5.3.14 '
67
67
springRetryVersion = ' 1.3.1'
68
68
zstdJniVersion = ' 1.5.0-2'
69
69
}
0 commit comments