Skip to content

Commit 7abe018

Browse files
committed
[ci] revert also bouncycastle
Signed-off-by: Itai Segall <[email protected]>
1 parent b960243 commit 7abe018

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project/CantonDependencies.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ object CantonDependencies {
3737
lazy val pprint_version = "0.7.1"
3838
// if you update the slick version, please also update our forked code in common/slick.util.*
3939
lazy val slick_version = "3.5.2"
40-
lazy val bouncy_castle_version = "1.79"
40+
lazy val bouncy_castle_version = "1.70"
4141

4242
lazy val pureconfig_version = "0.14.0"
4343

@@ -127,9 +127,9 @@ object CantonDependencies {
127127
lazy val daml_testing_utils = "com.daml" %% "testing-utils" % daml_libraries_version
128128

129129
lazy val bouncycastle_bcprov_jdk15on =
130-
"org.bouncycastle" % "bcprov-jdk18on" % bouncy_castle_version
130+
"org.bouncycastle" % "bcprov-jdk15on" % bouncy_castle_version
131131
lazy val bouncycastle_bcpkix_jdk15on =
132-
"org.bouncycastle" % "bcpkix-jdk18on" % bouncy_castle_version
132+
"org.bouncycastle" % "bcpkix-jdk15on" % bouncy_castle_version
133133

134134
lazy val grpc_api = "io.grpc" % "grpc-api" % grpc_version
135135
lazy val grpc_protobuf = "io.grpc" % "grpc-protobuf" % grpc_version

0 commit comments

Comments
 (0)