Skip to content

Commit

Permalink
Update dependency com.google.protobuf:protoc to v3.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 16, 2023
1 parent 969a555 commit 02dd70c
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 @@ -130,7 +130,7 @@ dependencies {
}

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

0 comments on commit 02dd70c

Please sign in to comment.