diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-11-15 21:32:20 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-11-16 14:16:08 -0500 |
commit | 8af2f785e38c0d82acef7316bc159a5e759adeaa (patch) | |
tree | b321aaebd6d1134378e077a525edeaa015617034 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven | |
parent | decd86992a72b3d00527880858129ef31968d0d7 (diff) | |
download | jgit-8af2f785e38c0d82acef7316bc159a5e759adeaa.tar.gz jgit-8af2f785e38c0d82acef7316bc159a5e759adeaa.zip |
Update bouncycastle to 1.77
Change-Id: I2dc011247ace2eeea8c46587cae55a39be086f36
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd index cfdaa1480f..d00d8851bf 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd @@ -59,22 +59,22 @@ maven bouncycastle dependency { groupId = "org.bouncycastle" artifactId = "bcpg-jdk18on" - version = "1.76" + version = "1.77" } dependency { groupId = "org.bouncycastle" artifactId = "bcprov-jdk18on" - version = "1.76" + version = "1.77" } dependency { groupId = "org.bouncycastle" artifactId = "bcpkix-jdk18on" - version = "1.76" + version = "1.77" } dependency { groupId = "org.bouncycastle" artifactId = "bcutil-jdk18on" - version = "1.76" + version = "1.77" } } |