aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven
diff options
context:
space:
mode:
authorThomas Wolf <twolf@apache.org>2024-04-08 18:37:32 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2024-04-09 22:45:52 +0200
commit718d121bb38860e66f6e34a4045aa6d5d9490e8a (patch)
treed5f9352c8b07aa9455ab9b3f3a58d293fec02017 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven
parent7b250d42e4388b190b6c1a7d69802cc46d79b7e3 (diff)
downloadjgit-718d121bb38860e66f6e34a4045aa6d5d9490e8a.tar.gz
jgit-718d121bb38860e66f6e34a4045aa6d5d9490e8a.zip
[releng] Bump Bouncy Castle to 1.78
Update version in pom.xml; update target platforms; update bazel workspace. Also update the p2 repository; the Bouncy Castle bundle symbolic names have changed from plain "bc*" to "bc*-jdk18on". Change-Id: I07a5709c791f644d2247c76404a36ba7d0625a1c Signed-off-by: Thomas Wolf <twolf@apache.org>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven')
-rw-r--r--org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd8
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd
index 8347389018..d67b95f2ed 100644
--- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd
+++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd
@@ -64,22 +64,22 @@ maven bouncycastle
dependency {
groupId = "org.bouncycastle"
artifactId = "bcpg-jdk18on"
- version = "1.77"
+ version = "1.78"
}
dependency {
groupId = "org.bouncycastle"
artifactId = "bcprov-jdk18on"
- version = "1.77"
+ version = "1.78"
}
dependency {
groupId = "org.bouncycastle"
artifactId = "bcpkix-jdk18on"
- version = "1.77"
+ version = "1.78"
}
dependency {
groupId = "org.bouncycastle"
artifactId = "bcutil-jdk18on"
- version = "1.77"
+ version = "1.78"
}
}