Skip to content

Commit

Permalink
Update dependency com.google.protobuf:protoc to v3.24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 20, 2023
1 parent e55d8d9 commit c72d01d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UIViews/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ dependencies {
}

protobuf {
protoc { artifact = "com.google.protobuf:protoc:3.24.2" }
protoc { artifact = "com.google.protobuf:protoc:3.24.3" }
plugins {
id("javalite") { artifact = libs.protobufJava.get().toString() }
id("kotlinlite") { artifact = libs.protobufKotlin.get().toString() }
Expand Down

0 comments on commit c72d01d

Please sign in to comment.