Skip to content

Commit

Permalink
Merge pull request #1523 from onflow/protobuf-vulnerabilities
Browse files Browse the repository at this point in the history
Bump libraries with detected vulnerabilities in flow/protobuf
  • Loading branch information
peterargue authored Nov 6, 2024
2 parents 46197f5 + c87fc82 commit 347f70d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions protobuf/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fun getProp(name: String, defaultValue: String? = null): String? {

// configuration variables
val defaultGroupId = "org.onflow"
val defaultVersion = "1.1.0"
val defaultVersion = "1.1.1"

group = getProp("groupId", defaultGroupId)!!
version = when {
Expand All @@ -28,8 +28,8 @@ plugins {
id ("com.vanniktech.maven.publish") version "0.28.0"
}

val protobufVersion = "3.14.0"
val grpcVersion = "1.35.0"
val protobufVersion = "4.26.0"
val grpcVersion = "1.68.1"

dependencies {
api("com.google.protobuf:protobuf-java:$protobufVersion")
Expand Down

0 comments on commit 347f70d

Please sign in to comment.