Skip to content

Commit

Permalink
Upgrade Bouncy Castle to 1.72
Browse files Browse the repository at this point in the history
Gerrit core updated to 1.72 in Change I846f51d83de.

Change-Id: I7e11c8b458fe6e1dfa5f1e075cf39b030f725d10
  • Loading branch information
brandonweeks authored and Nasser Grainawi committed Jun 13, 2023
1 parent 00a97f9 commit cd9b114
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions bouncycastle.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@ dependency
"""

# This should be the same version used in Gerrit.
BC_VERS = "1.61"
BC_VERS = "1.72"

def bouncycastle_repos():
maven_jar(
name = "bouncycastle_bcprov",
artifact = "org.bouncycastle:bcprov-jdk15on:" + BC_VERS,
sha1 = "00df4b474e71be02c1349c3292d98886f888d1f7",
artifact = "org.bouncycastle:bcprov-jdk18on:" + BC_VERS,
sha1 = "d8dc62c28a3497d29c93fee3e71c00b27dff41b4",
)
maven_jar(
name = "bouncycastle_bcpg",
artifact = "org.bouncycastle:bcpg-jdk15on:" + BC_VERS,
sha1 = "422656435514ab8a28752b117d5d2646660a0ace",
artifact = "org.bouncycastle:bcpg-jdk18on:" + BC_VERS,
sha1 = "1a36a1740d07869161f6f0d01fae8d72dd1d8320",
)
maven_jar(
name = "bouncycastle_bcpkix",
artifact = "org.bouncycastle:bcpkix-jdk15on:" + BC_VERS,
sha1 = "89bb3aa5b98b48e584eee2a7401b7682a46779b4",
artifact = "org.bouncycastle:bcpkix-jdk18on:" + BC_VERS,
sha1 = "bb3fdb5162ccd5085e8d7e57fada4d8eaa571f5a",
)
native.bind(
name = "bcprov",
Expand Down

0 comments on commit cd9b114

Please sign in to comment.