From a36b4f5d704c32fa7fc16eb69efbbe20b3141838 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=8A?= =?UTF-8?q?=D1=80=20=D0=9A=D1=83=D1=80=D1=82=D0=B0=D0=BA=D0=BE=D0=B2?= Date: Fri, 15 Nov 2024 09:34:56 +0200 Subject: [PATCH] Extract bouncycastle version to property Due to strict minor version requirements bc* jars can't be updated separately but have to happen in one go. --- pom.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 8039cd08a4..d441a962ab 100644 --- a/pom.xml +++ b/pom.xml @@ -70,6 +70,7 @@ 3.5.2 3.21.0 3.39.0 + 1.79 7.0.0 5.11.3 1.11.3 @@ -314,17 +315,17 @@ org.bouncycastle bcpg-jdk18on - 1.78.1 + ${bouncycastleVersion} org.bouncycastle bcprov-jdk18on - 1.78.1 + ${bouncycastleVersion} org.bouncycastle bcutil-jdk18on - 1.78.1 + ${bouncycastleVersion}