[bazel] Fix version number of bcpg-jdk18on

Add the missing quotes around the version number.

Change-Id: Ia24484f50a4e771e046aa65621ae4779fff64d86
This commit is contained in:
Matthias Sohn 2023-04-24 13:28:32 +02:00
parent bf201be0be
commit 46732d6af9
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ BOUNCYCASTLE_VER = "1.72"
maven_jar(
name = "bcpg",
artifact = "org.bouncycastle:bcpg-jdk18on:" + 1.72.2,
artifact = "org.bouncycastle:bcpg-jdk18on:1.72.2",
sha1 = "ef29db0e82cf1ee99ddf5d772e810c1beb2d70f1",
src_sha1 = "72936958f07df15946f4eb6cd2ae558d8d24ed1c",
)