3939 modifiedFiles =
4040 files(grgit. status(). unstaged. modified). filter{ f -> f. name. endsWith(' .java' ) || f. name. endsWith(' .kt' ) }
4141
42- assertjVersion = ' 3.22.0 '
42+ assertjVersion = ' 3.23.1 '
4343 assertkVersion = ' 0.24'
4444 awaitilityVersion = ' 4.2.0'
4545 commonsCompressVersion = ' 1.20'
@@ -48,24 +48,24 @@ ext {
4848 googleJsr305Version = ' 3.0.2'
4949 hamcrestVersion = ' 2.2'
5050 hibernateValidationVersion = ' 7.0.4.Final'
51- jacksonBomVersion = ' 2.13.3 '
51+ jacksonBomVersion = ' 2.13.4 '
5252 jaywayJsonPathVersion = ' 2.6.0'
5353 junit4Version = ' 4.13.2'
54- junitJupiterVersion = ' 5.8.2 '
55- log4jVersion = ' 2.17.2 '
54+ junitJupiterVersion = ' 5.9.0 '
55+ log4jVersion = ' 2.18.0 '
5656 logbackVersion = ' 1.2.3'
5757 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 '
6161 rabbitmqStreamVersion = ' 0.7.0'
62- rabbitmqVersion = project. hasProperty(' rabbitmqVersion' ) ? project. rabbitmqVersion : ' 5.13.1 '
62+ rabbitmqVersion = project. hasProperty(' rabbitmqVersion' ) ? project. rabbitmqVersion : ' 5.16.0 '
6363 rabbitmqHttpClientVersion = ' 3.12.1'
64- reactorVersion = ' 2020 .0.18 '
64+ reactorVersion = ' 2022 .0.0-M6 '
6565 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 '
6969 zstdJniVersion = ' 1.5.0-2'
7070}
7171
0 commit comments