You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: buildSrc/src/main/kotlin/utils.kt
+5-5
Original file line number
Diff line number
Diff line change
@@ -21,15 +21,15 @@ object Versions {
21
21
constvalNODE:String="14.17.0"
22
22
constvalNPM:String="8.4.1"
23
23
24
-
constvalELASTIC:String="7.17.5"
25
-
constvalCONFLUENT:String="7.1.5"
24
+
constvalELASTIC:String="7.17.9"
25
+
constvalCONFLUENT:String="7.3.2"
26
26
constvalKAFKA:String="${CONFLUENT}-ccs"
27
27
constvalSPRING_KAFKA:String="3.1.2.RELEASE"
28
28
constvalAVRO:String="1.11.1"
29
29
30
30
constvalGROOVY:String="3.0.9"
31
31
constvalSPOCK:String="2.2-M1-groovy-3.0"
32
-
constvalELASTIC_SERVER:String="7.17.5"// When changed update references to ElasticsearchVersion and ./circleci/config.yml. This used by TestContainers.
32
+
constvalELASTIC_SERVER:String="7.17.9"// When changed update references to ElasticsearchVersion and ./circleci/config.yml. This used by TestContainers.
33
33
constvalTEST_CONTAINERS:String="1.16.3"
34
34
constvalOPEN_SAML="3.4.3"
35
35
constvalLOGBACK="1.4.4"
@@ -38,10 +38,10 @@ object Versions {
38
38
constvalJUNIT="4.12"
39
39
constvalAUTH0_JAVA_JWT="3.4.1"
40
40
constvalPAC4J="4.5.5"
41
-
constvalSNAKE_YAML="1.30"
41
+
constvalSNAKE_YAML="1.33"
42
42
constvalREACTOR_BOM="Dysprosium-SR7"
43
43
constvalJSONP="2.0.0-RC2"
44
-
constvalJACKSON_CORE="2.13.3"// A lot of other dependencies bring this in though.
44
+
constvalJACKSON_CORE="2.14.2"// A lot of other dependencies bring this in though.
0 commit comments