File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
@Suppress(" ConstPropertyName" )
2
2
object Versions {
3
- const val project = " 3.0.1 "
3
+ const val project = " 3.0.2 "
4
4
5
5
const val java = 17
6
6
const val kotlin = " 1.9.22"
7
7
const val dockerCompose = " 0.17.5"
8
8
9
9
const val radarCommons = " 1.1.2"
10
- const val radarSchemas = " 0.8.7 "
11
- const val jackson = " 2.15.3 "
10
+ const val radarSchemas = " 0.8.11 "
11
+ const val jackson = " 2.16.1 "
12
12
const val slf4j = " 2.0.9"
13
13
const val log4j2 = " 2.21.0"
14
14
const val junit = " 5.10.0"
15
- const val avro = " 1.11.3 "
15
+ const val avro = " 1.11.4 "
16
16
17
17
const val mockitoKotlin = " 5.1.0"
18
18
const val hamcrest = " 2.2"
19
19
20
20
const val wrapper = " 8.4"
21
21
22
- const val managementPortal = " 2.1.1 "
22
+ const val managementPortal = " 2.1.5 "
23
23
const val coroutines = " 1.7.3"
24
24
const val snappy = " 1.1.10.5"
25
25
const val jCommander = " 1.82"
You can’t perform that action at this time.
0 commit comments