File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments