From b707a09e3457b7aa96f0b6cd06be7c4f783c58ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 23:21:14 +0000 Subject: [PATCH 1/4] Bump org.bouncycastle:bcprov-jdk18on from 1.77 to 1.78.1 Bumps [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) from 1.77 to 1.78.1. - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) --- updated-dependencies: - dependency-name: org.bouncycastle:bcprov-jdk18on dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- p2-maven-plugin/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p2-maven-plugin/pom.xml b/p2-maven-plugin/pom.xml index 6c06195fac..4673121958 100644 --- a/p2-maven-plugin/pom.xml +++ b/p2-maven-plugin/pom.xml @@ -196,7 +196,7 @@ org.bouncycastle bcprov-jdk18on - 1.77 + 1.78.1 commons-io From 0f26ed165283c3860c9e042988db00f8168b99f9 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, 17 May 2024 09:52:10 +0300 Subject: [PATCH 2/4] Update bcpg to 1.78.1 too --- p2-maven-plugin/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p2-maven-plugin/pom.xml b/p2-maven-plugin/pom.xml index 4673121958..5b76ba9f6b 100644 --- a/p2-maven-plugin/pom.xml +++ b/p2-maven-plugin/pom.xml @@ -191,7 +191,7 @@ org.bouncycastle bcpg-jdk18on - 1.77 + 1.78.1 org.bouncycastle From 59b5fde2c570b26b0d16bfeff8bdc351b39251d1 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, 17 May 2024 09:52:58 +0300 Subject: [PATCH 3/4] Share bcutil (required by bcprov) --- .../src/main/resources/META-INF/sisu/connect.bundles | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/p2-maven-plugin/src/main/resources/META-INF/sisu/connect.bundles b/p2-maven-plugin/src/main/resources/META-INF/sisu/connect.bundles index fcc89c1132..c7680b6ee1 100644 --- a/p2-maven-plugin/src/main/resources/META-INF/sisu/connect.bundles +++ b/p2-maven-plugin/src/main/resources/META-INF/sisu/connect.bundles @@ -51,4 +51,5 @@ org.sat4j.core org.sat4j.pb org.tukaani.xz bcpg -bcprov \ No newline at end of file +bcprov +bcutil \ No newline at end of file From 600dacb045fd4c76e618e101b88ee06c3933cfc8 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, 17 May 2024 13:17:05 +0300 Subject: [PATCH 4/4] Manage bouncycastle version in parent --- p2-maven-plugin/pom.xml | 6 ++++-- pom.xml | 15 +++++++++++++++ tycho-p2-repository-plugin/pom.xml | 1 - 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/p2-maven-plugin/pom.xml b/p2-maven-plugin/pom.xml index 5b76ba9f6b..54910645f5 100644 --- a/p2-maven-plugin/pom.xml +++ b/p2-maven-plugin/pom.xml @@ -191,12 +191,14 @@ org.bouncycastle bcpg-jdk18on - 1.78.1 org.bouncycastle bcprov-jdk18on - 1.78.1 + + + org.bouncycastle + bcutil-jdk18on commons-io diff --git a/pom.xml b/pom.xml index a641f4733f..c64d51d601 100644 --- a/pom.xml +++ b/pom.xml @@ -304,6 +304,21 @@ org.eclipse.equinox.simpleconfigurator.manipulator 2.3.100 + + org.bouncycastle + bcpg-jdk18on + 1.78.1 + + + org.bouncycastle + bcprov-jdk18on + 1.78.1 + + + org.bouncycastle + bcutil-jdk18on + 1.78.1 + diff --git a/tycho-p2-repository-plugin/pom.xml b/tycho-p2-repository-plugin/pom.xml index 5a132348b9..b75f097816 100644 --- a/tycho-p2-repository-plugin/pom.xml +++ b/tycho-p2-repository-plugin/pom.xml @@ -44,7 +44,6 @@ org.bouncycastle bcpg-jdk18on - 1.77 org.eclipse.tycho