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.22.0 '
42
+ assertjVersion = ' 3.23.1 '
43
43
assertkVersion = ' 0.24'
44
44
awaitilityVersion = ' 4.2.0'
45
45
commonsCompressVersion = ' 1.20'
@@ -48,24 +48,24 @@ ext {
48
48
googleJsr305Version = ' 3.0.2'
49
49
hamcrestVersion = ' 2.2'
50
50
hibernateValidationVersion = ' 7.0.4.Final'
51
- jacksonBomVersion = ' 2.13.3 '
51
+ jacksonBomVersion = ' 2.13.4 '
52
52
jaywayJsonPathVersion = ' 2.6.0'
53
53
junit4Version = ' 4.13.2'
54
- junitJupiterVersion = ' 5.8.2 '
55
- log4jVersion = ' 2.17.2 '
54
+ junitJupiterVersion = ' 5.9.0 '
55
+ log4jVersion = ' 2.18.0 '
56
56
logbackVersion = ' 1.2.3'
57
57
lz4Version = ' 1.8.0'
58
- micrometerVersion = ' 1.10.0-SNAPSHOT '
59
- micrometerTracingVersion = ' 1.0.0-SNAPSHOT '
60
- mockitoVersion = ' 4.5.1 '
58
+ micrometerVersion = ' 1.10.0-M6 '
59
+ micrometerTracingVersion = ' 1.0.0-M8 '
60
+ mockitoVersion = ' 4.8.0 '
61
61
rabbitmqStreamVersion = ' 0.7.0'
62
- rabbitmqVersion = project. hasProperty(' rabbitmqVersion' ) ? project. rabbitmqVersion : ' 5.13.1 '
62
+ rabbitmqVersion = project. hasProperty(' rabbitmqVersion' ) ? project. rabbitmqVersion : ' 5.16.0 '
63
63
rabbitmqHttpClientVersion = ' 3.12.1'
64
- reactorVersion = ' 2020 .0.18 '
64
+ reactorVersion = ' 2022 .0.0-M6 '
65
65
snappyVersion = ' 1.1.8.4'
66
- springDataVersion = ' 2022.0.0-M3 '
67
- springVersion = project. hasProperty(' springVersion' ) ? project. springVersion : ' 6.0.0-SNAPSHOT '
68
- springRetryVersion = ' 1.3.3 '
66
+ springDataVersion = ' 2022.0.0-M6 '
67
+ springVersion = project. hasProperty(' springVersion' ) ? project. springVersion : ' 6.0.0-M6 '
68
+ springRetryVersion = ' 2.0.0-M1 '
69
69
zstdJniVersion = ' 1.5.0-2'
70
70
}
71
71
0 commit comments