From 4b544d32fa0631f8b58bf702341e846ddbf00831 Mon Sep 17 00:00:00 2001 From: Thomas Wolf Date: Wed, 10 Apr 2024 20:53:33 +0200 Subject: Revert "[releng] Bump Bouncy Castle to 1.78" This reverts commit 718d121bb38860e66f6e34a4045aa6d5d9490e8a. Bouncy Castle 1.78 has broken OSGi metadata: the package imports in MANIFEST.MF are missing. See also [1] and [2]. [1] https://github.com/bcgit/bc-java/issues/1621 [2] https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/pull/1968#issuecomment-2048151288 Change-Id: Iedec921215dabe0b63fb0dd7f6a4b28c18f854a0 Signed-off-by: Thomas Wolf --- .../org.eclipse.jgit.target/jgit-4.17.target | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.17.target') diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.17.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.17.target index 3c7344bc6c..cf278d8d41 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.17.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.17.target @@ -1,7 +1,7 @@ - + @@ -203,25 +203,25 @@ org.bouncycastle bcpg-jdk18on - 1.78 + 1.77 jar org.bouncycastle bcprov-jdk18on - 1.78 + 1.77 jar org.bouncycastle bcpkix-jdk18on - 1.78 + 1.77 jar org.bouncycastle bcutil-jdk18on - 1.78 + 1.77 jar -- cgit v1.2.3