Skip to content

Commit

Permalink
Bump bouncycastle
Browse files Browse the repository at this point in the history
  • Loading branch information
lealobanov committed Sep 11, 2024
1 parent 2327c35 commit 2396358
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

// Configuration variables
val defaultGroupId = "org.onflow"
val defaultVersion = "2.0.0"
val defaultVersion = "2.0.1"

fun getProp(name: String, defaultValue: String? = null): String? {
return project.findProperty("flow.$name")?.toString()?.trim()?.ifBlank { null }
Expand Down
2 changes: 1 addition & 1 deletion sdk/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
api("org.onflow:flow:1.0.0")
api("com.github.TrustedDataFramework:java-rlp:1.1.20")
api("org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1")
api("org.bouncycastle:bcpkix-jdk18on:1.76")
api("org.bouncycastle:bcpkix-jdk18on:1.78.1")
api(platform("com.fasterxml.jackson:jackson-bom:2.16.1"))
api("com.fasterxml.jackson.core:jackson-core")
api("com.fasterxml.jackson.module:jackson-module-kotlin")
Expand Down

0 comments on commit 2396358

Please sign in to comment.