Skip to content

Commit

Permalink
Update dependency com.google.protobuf:protoc to v3.24.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 5, 2023
1 parent 6c9f276 commit dc9b832
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.3" }
protoc { artifact = "com.google.protobuf:protoc:3.24.4" }
plugins {
id("javalite") { artifact = libs.protobufJava.get().toString() }
id("kotlinlite") { artifact = libs.protobufKotlin.get().toString() }
Expand Down

0 comments on commit dc9b832

Please sign in to comment.