Skip to content

Commit

Permalink
Merge pull request #403 from bloxbean/chore/security-updates
Browse files Browse the repository at this point in the history
chore: updated bouncycastle and jackson to fix security issues.
  • Loading branch information
satran004 authored Jun 26, 2024
2 parents b4c3917 + d9e1746 commit 2d80494
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ ogmios-java = "io.adabox:ogmios-java-client:1.0.0"
slf4j-api = "org.slf4j:slf4j-api:2.0.11"
slf4j-reload4j = "org.slf4j:slf4j-reload4j:2.0.11"

bouncycastle-bcprov = "org.bouncycastle:bcprov-jdk18on:1.77"
bouncycastle-bcprov = "org.bouncycastle:bcprov-jdk18on:1.78"
guava = "com.google.guava:guava:33.0.0-jre"
co-nstant-in-cbor = "co.nstant.in:cbor:0.9"
i2p-crypto-eddsa = "net.i2p.crypto:eddsa:0.3.0"

jackson-databind = "com.fasterxml.jackson.core:jackson-databind:2.15.3"
jackson-databind = "com.fasterxml.jackson.core:jackson-databind:2.16.0"
retrofit2 = "com.squareup.retrofit2:retrofit:2.9.0"
retrofit2-converter-jackson = "com.squareup.retrofit2:converter-jackson:2.9.0"
okhttp = "com.squareup.okhttp3:okhttp:4.12.0"
Expand Down

0 comments on commit 2d80494

Please sign in to comment.