Update bcpkix-jdk18on to 1.77 (#803)

* Update bcpkix-jdk18on to 1.77

* Revert commit(s) 8a400d73a9

* Update bcpkix-jdk18on to 1.77

---------

Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
This commit is contained in:
scala-steward-asf[bot] 2023-11-19 09:49:17 +01:00 committed by GitHub
parent a6bd4437fa
commit a51dd22696
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -132,7 +132,7 @@ object Dependencies {
}
object TestDependencies {
val bcpkix = "org.bouncycastle" % "bcpkix-jdk18on" % "1.76" % Test
val bcpkix = "org.bouncycastle" % "bcpkix-jdk18on" % "1.77" % Test
val commonsMath = "org.apache.commons" % "commons-math" % "2.2" % Test
val commonsIo = "commons-io" % "commons-io" % "2.15.0" % Test
val commonsCodec = "commons-codec" % "commons-codec" % "1.16.0" % Test