Skip to content

Commit

Permalink
Update bouncycastle dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
AsamK committed Oct 17, 2023
1 parent 9ec942e commit 9ba70c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencyResolutionManagement {

versionCatalogs {
create("libs") {
library("bouncycastle", "org.bouncycastle", "bcprov-jdk15on").version("1.70")
library("bouncycastle", "org.bouncycastle", "bcprov-jdk18on").version("1.76")
library("jackson.databind", "com.fasterxml.jackson.core", "jackson-databind").version("2.15.3")
library("argparse4j", "net.sourceforge.argparse4j", "argparse4j").version("0.9.0")
library("dbusjava", "com.github.hypfvieh", "dbus-java-transport-native-unixsocket").version("4.3.1")
Expand Down

0 comments on commit 9ba70c1

Please sign in to comment.