Skip to content

Commit 9e8db0e

Browse files
author
Erin
committed
Updated groovy & spock versions.
1 parent e377067 commit 9e8db0e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

buildSrc/src/main/kotlin/utils.kt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ object Versions {
66
const val KAFKA: String = "2.3.0" // 3.1.0
77
const val AVRO: String = "1.8.2"
88

9-
const val GROOVY: String = "2.4.16"//"2.4.21"//"2.4.13" CVE
109
// const val APACHE_COMMONS = "1.6"
11-
const val SPOCK: String = "1.1-groovy-2.4" //"1.3-groovy-2.5"
10+
11+
const val GROOVY: String = "3.0.9"
12+
const val SPOCK: String = "2.0-M2-groovy-3.0"
1213
const val SLF4J = "1.7.30"
1314

1415
const val COMMONS_TEXT = "1.6"

0 commit comments

Comments
 (0)