From 7cde5523dca15e426caaf82f204fffe97dc78641 Mon Sep 17 00:00:00 2001 From: chriscochrane Date: Tue, 9 Jul 2024 16:13:53 +0100 Subject: [PATCH 1/2] Dependency updates for security issues --- build.gradle | 2 +- constants.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 96ce544967..f381db87f0 100644 --- a/build.gradle +++ b/build.gradle @@ -121,7 +121,7 @@ buildscript { ext.proguard_version = constants.getProperty('proguardVersion') ext.jsch_version = '0.1.55' ext.protonj_version = '0.33.0' // Overide Artemis version - ext.snappy_version = '0.4' + ext.snappy_version = '0.5' ext.class_graph_version = constants.getProperty('classgraphVersion') ext.jcabi_manifests_version = '1.1' ext.picocli_version = '3.9.6' diff --git a/constants.properties b/constants.properties index a30f2432ac..740fc075ee 100644 --- a/constants.properties +++ b/constants.properties @@ -20,7 +20,7 @@ quasarVersion11=0.8.1_r3 jdkClassifier11=jdk11 dockerJavaVersion=3.2.5 proguardVersion=6.1.1 -bouncycastleVersion=1.68 +bouncycastleVersion=1.70 classgraphVersion=4.8.135 disruptorVersion=3.4.2 typesafeConfigVersion=1.3.4 From 04010b74a1fc86f9db7d0068f54542a1546737a9 Mon Sep 17 00:00:00 2001 From: chriscochrane Date: Tue, 9 Jul 2024 16:17:35 +0100 Subject: [PATCH 2/2] Reverted Bouncy Castle version --- constants.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.properties b/constants.properties index 740fc075ee..a30f2432ac 100644 --- a/constants.properties +++ b/constants.properties @@ -20,7 +20,7 @@ quasarVersion11=0.8.1_r3 jdkClassifier11=jdk11 dockerJavaVersion=3.2.5 proguardVersion=6.1.1 -bouncycastleVersion=1.70 +bouncycastleVersion=1.68 classgraphVersion=4.8.135 disruptorVersion=3.4.2 typesafeConfigVersion=1.3.4