Skip to content

Commit ccab7f2

Browse files
authored
Merge pull request #561 from RADAR-base/release-3.0.2
[Security] Various fixes for vulnerabilities and prepare for release-3.0.2
2 parents 2292e07 + ea550a5 commit ccab7f2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
@Suppress("ConstPropertyName")
22
object Versions {
3-
const val project = "3.0.1"
3+
const val project = "3.0.2"
44

55
const val java = 17
66
const val kotlin = "1.9.22"
77
const val dockerCompose = "0.17.5"
88

99
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"
1212
const val slf4j = "2.0.9"
1313
const val log4j2 = "2.21.0"
1414
const val junit = "5.10.0"
15-
const val avro = "1.11.3"
15+
const val avro = "1.11.4"
1616

1717
const val mockitoKotlin = "5.1.0"
1818
const val hamcrest = "2.2"
1919

2020
const val wrapper = "8.4"
2121

22-
const val managementPortal = "2.1.1"
22+
const val managementPortal = "2.1.5"
2323
const val coroutines = "1.7.3"
2424
const val snappy = "1.1.10.5"
2525
const val jCommander = "1.82"

0 commit comments

Comments
 (0)