diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-11-05 02:00:24 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-11-05 09:32:23 +0100 |
commit | 31ff8955d6ed23aa41456b00b1f151913f28120d (patch) | |
tree | 9145ab59e2fc7c238fc389d47f67f02830060433 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.28.target | |
parent | 6042cbc12960f4b2d6deb924705238717de0d6fd (diff) | |
download | jgit-31ff8955d6ed23aa41456b00b1f151913f28120d.tar.gz jgit-31ff8955d6ed23aa41456b00b1f151913f28120d.zip |
Update bouncycastle to 1.79
Change-Id: Ib81d73075ebc9dcdc73aacf30fa02ad56a502d51
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.28.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.28.target | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.28.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.28.target index dd960ee053..735d1cf5c9 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.28.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.28.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.28" sequenceNumber="1730767308"> +<target name="jgit-4.28" sequenceNumber="1730768368"> <locations> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/> @@ -209,25 +209,25 @@ <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpg-jdk18on</artifactId> - <version>1.78.1</version> + <version>1.79</version> <type>jar</type> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk18on</artifactId> - <version>1.78.1</version> + <version>1.79</version> <type>jar</type> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpkix-jdk18on</artifactId> - <version>1.78.1</version> + <version>1.79</version> <type>jar</type> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcutil-jdk18on</artifactId> - <version>1.78.1</version> + <version>1.79</version> <type>jar</type> </dependency> </dependencies> |