From 16eba006183677d3ee5db10d0da839f905fcec18 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: Wed, 11 Oct 2023 19:30:14 +0300 Subject: [PATCH] Update to bouncycastle 1.76 Fixes https://github.com/eclipse-tycho/tycho/security/dependabot/6 --- p2-maven-plugin/pom.xml | 8 ++++---- tycho-p2-repository-plugin/pom.xml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/p2-maven-plugin/pom.xml b/p2-maven-plugin/pom.xml index 976c043e87..2b4bfb9cca 100644 --- a/p2-maven-plugin/pom.xml +++ b/p2-maven-plugin/pom.xml @@ -191,13 +191,13 @@ org.bouncycastle - bcpg-jdk15on - 1.70 + bcpg-jdk18on + 1.76 org.bouncycastle - bcprov-jdk15on - 1.70 + bcprov-jdk18on + 1.76 commons-io diff --git a/tycho-p2-repository-plugin/pom.xml b/tycho-p2-repository-plugin/pom.xml index 9d081566df..d2672e37c3 100644 --- a/tycho-p2-repository-plugin/pom.xml +++ b/tycho-p2-repository-plugin/pom.xml @@ -43,8 +43,8 @@ org.bouncycastle - bcpg-jdk15on - 1.70 + bcpg-jdk18on + 1.76 org.eclipse.tycho