diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-08-29 22:01:03 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-08-29 22:12:53 +0200 |
commit | 46264ba489b57b25f0de8013fef1c4b7306c3967 (patch) | |
tree | 70e5fc6a4fd0f10da3d859e91e10ecb2d58f2855 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.21.target | |
parent | e29834a77da41625bd48ebf0538ee016a5319b7b (diff) | |
download | jgit-46264ba489b57b25f0de8013fef1c4b7306c3967.tar.gz jgit-46264ba489b57b25f0de8013fef1c4b7306c3967.zip |
Update bouncycastle to 1.76
Change-Id: Ic569f348106e917001fbaa25a302fc20cca56244
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.21.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.21.target | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.21.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.21.target index ebd551d167..652be6491e 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.21.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.21.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.21" sequenceNumber="1690316787"> +<target name="jgit-4.21" sequenceNumber="1693339149"> <locations> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="com.jcraft.jsch" version="0.1.55.v20221112-0806"/> @@ -201,25 +201,25 @@ <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpg-jdk18on</artifactId> - <version>1.75</version> + <version>1.76</version> <type>jar</type> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk18on</artifactId> - <version>1.75</version> + <version>1.76</version> <type>jar</type> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpkix-jdk18on</artifactId> - <version>1.75</version> + <version>1.76</version> <type>jar</type> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcutil-jdk18on</artifactId> - <version>1.75</version> + <version>1.76</version> <type>jar</type> </dependency> </dependencies> |