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] committed Sep 8, 2023
1 parent efa0ac8 commit 278cacb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/emails/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ protobuf {

if (path == null) {
logger.lifecycle("Using `protoc` binary from Maven artifact [com.google.protobuf:protoc]. Releases from this are very un-deterministic and might not be available on Maven, so please install `protoc` on the host machine.")
artifact = "com.google.protobuf:protoc:3.24.2"
artifact = "com.google.protobuf:protoc:3.24.3"
}
}

Expand Down

0 comments on commit 278cacb

Please sign in to comment.