diff options
author | Thomas Wolf <twolf@apache.org> | 2024-05-11 14:11:17 +0200 |
---|---|---|
committer | Thomas Wolf <twolf@apache.org> | 2024-05-11 14:11:17 +0200 |
commit | 5c0c18f5665fe8d3c3fae0176e231deb6c2480a7 (patch) | |
tree | eef628fcf463e57cb570e44b57247526e1139c88 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target | |
parent | 9d5555d3c269a4b537e47c43e4f7ea51b5375f86 (diff) | |
download | jgit-5c0c18f5665fe8d3c3fae0176e231deb6c2480a7.tar.gz jgit-5c0c18f5665fe8d3c3fae0176e231deb6c2480a7.zip |
[releng] Bump Bouncy Castle to 1.78.1
Update version in pom.xml; update target platforms; update bazel
workspace.
BC 1.78 had broken OSGi metadata in MANIFEST.MF; this was fixed in
1.78.1.
Change-Id: Iac5751910b283b04983abe399264e0dabfe6162c
Signed-off-by: Thomas Wolf <twolf@apache.org>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target index c7fdb830dd..369677eb5d 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <?pde?> <!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl --> -<target name="jgit-4.18" sequenceNumber="1708457973"> +<target name="jgit-4.18" sequenceNumber="1715429362"> <locations> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/> @@ -203,25 +203,25 @@ <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpg-jdk18on</artifactId> - <version>1.77</version> + <version>1.78.1</version> <type>jar</type> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk18on</artifactId> - <version>1.77</version> + <version>1.78.1</version> <type>jar</type> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpkix-jdk18on</artifactId> - <version>1.77</version> + <version>1.78.1</version> <type>jar</type> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcutil-jdk18on</artifactId> - <version>1.77</version> + <version>1.78.1</version> <type>jar</type> </dependency> </dependencies> |