diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-06-27 14:22:22 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-06-27 14:43:48 +0200 |
commit | 00fa17680e9d9c8e0b7deaafa7ac6e53a556abb6 (patch) | |
tree | 60c3014992ef122da0c4418c6534b26cd5468916 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target | |
parent | d2f11458903464f8145e0e32fd8e882d9c376c7d (diff) | |
download | jgit-00fa17680e9d9c8e0b7deaafa7ac6e53a556abb6.tar.gz jgit-00fa17680e9d9c8e0b7deaafa7ac6e53a556abb6.zip |
Update bouncycastle to 1.75
Change-Id: I7538759005b9a4eb8f1ae9337ce0056500eb7227
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target index 128102d5dc..c69f4ba616 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.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.24" sequenceNumber="1684945326"> +<target name="jgit-4.24" sequenceNumber="1687869641"> <locations> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="com.jcraft.jsch" version="0.1.55.v20221112-0806"/> @@ -193,25 +193,25 @@ <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpg-jdk18on</artifactId> - <version>1.73</version> + <version>1.75</version> <type>jar</type> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk18on</artifactId> - <version>1.73</version> + <version>1.75</version> <type>jar</type> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpkix-jdk18on</artifactId> - <version>1.73</version> + <version>1.75</version> <type>jar</type> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcutil-jdk18on</artifactId> - <version>1.73</version> + <version>1.75</version> <type>jar</type> </dependency> </dependencies> |