Skip to content

Commit

Permalink
chore(deps): update dependency com_google_protobuf to v3.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 10, 2024
1 parent e2a3469 commit d3c065e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ def internal_dependencies():
maybe(
http_archive,
name = "com_google_protobuf",
sha256 = "930c2c3b5ecc6c9c12615cf5ad93f1cd6e12d0aba862b572e076259970ac3a53",
strip_prefix = "protobuf-3.21.12",
sha256 = "3c83e4301b968d0b4f29a0c29c0b3cde1da81d790ffd344b111c523ba1954392",
strip_prefix = "protobuf-3.25.2",
urls = [
"https://github.com/protocolbuffers/protobuf/archive/v3.21.12.tar.gz",
"https://github.com/protocolbuffers/protobuf/archive/v3.25.2.tar.gz",
],
)

Expand Down

0 comments on commit d3c065e

Please sign in to comment.