diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-04-17 00:46:03 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-04-28 21:46:19 +0200 |
commit | fbfc6df1075dd6dcbfe8e2dadefbcf1e81af1660 (patch) | |
tree | 6d4d70b52b5c1a974cc1836b38536359d4052e84 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.19.target | |
parent | 6b831000c583466fe45c6de26100ab1222220e2d (diff) | |
download | jgit-fbfc6df1075dd6dcbfe8e2dadefbcf1e81af1660.tar.gz jgit-fbfc6df1075dd6dcbfe8e2dadefbcf1e81af1660.zip |
Update bouncycastle to 1.73
Review requests were created for
maven/mavencentral/org.bouncycastle/bcpkix-jdk18on/1.73
https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/7892
maven/mavencentral/org.bouncycastle/bcprov-jdk18on/1.73
https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/7893
maven/mavencentral/org.bouncycastle/bcutil-jdk18on/1.73
https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/7894
Change-Id: I389cdd7500d7d9292d7ea5eee142492dd1db7112
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.19.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.19.target | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.19.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.19.target index 52839196a7..5c26ff7de5 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.19.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.19.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.19-staging" sequenceNumber="1681685282"> +<target name="jgit-4.19-staging" sequenceNumber="1681685328"> <locations> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="org.eclipse.jetty.http" version="10.0.13"/> @@ -86,25 +86,25 @@ <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpg-jdk18on</artifactId> - <version>1.72.2</version> + <version>1.73</version> <type>jar</type> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk18on</artifactId> - <version>1.72</version> + <version>1.73</version> <type>jar</type> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpkix-jdk18on</artifactId> - <version>1.72</version> + <version>1.73</version> <type>jar</type> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcutil-jdk18on</artifactId> - <version>1.72</version> + <version>1.73</version> <type>jar</type> </dependency> </dependencies> |