@@ -7,29 +7,30 @@ object Versions {
7
7
const val dockerCompose = " 0.17.5"
8
8
9
9
const val radarCommons = " 1.1.1"
10
- const val radarSchemas = " 0.8.4 "
11
- const val jackson = " 2.15.2 "
10
+ const val radarSchemas = " 0.8.5 "
11
+ const val jackson = " 2.15.3 "
12
12
const val slf4j = " 2.0.9"
13
- const val log4j2 = " 2.20.0"
13
+ const val log4j2 = " 2.21.0"
14
+ const val junit = " 5.10.0"
14
15
const val avro = " 1.11.3"
15
16
16
17
const val mockitoKotlin = " 5.1.0"
17
18
const val hamcrest = " 2.2"
18
19
19
- const val wrapper = " 8.3 "
20
+ const val wrapper = " 8.4 "
20
21
21
- const val managementPortal = " 2.0.1-SNAPSHOT "
22
+ const val managementPortal = " 2.1.0 "
22
23
const val coroutines = " 1.7.3"
23
24
const val snappy = " 1.1.10.5"
24
25
const val jCommander = " 1.82"
25
26
const val almworks = " 1.1.2"
26
27
const val minio = " 8.5.6"
27
28
const val guava = " 31.1-jre"
28
29
const val opencsv = " 5.8"
29
- const val okhttp = " 4.11 .0"
30
+ const val okhttp = " 4.12 .0"
30
31
const val jedis = " 5.0.1"
31
32
const val azureStorage = " 12.24.0"
32
- const val netty = " 4.1.99 .Final"
33
+ const val netty = " 4.1.100 .Final"
33
34
const val snakeYaml = " 2.2"
34
35
const val apacheCommonsText = " 1.10.0"
35
36
const val projectReactorNetty = " 1.1.11"
0 commit comments