Skip to content

Commit

Permalink
build: Update dependency versions (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjayVas authored Dec 13, 2024
1 parent 046da08 commit 1295ff6
Show file tree
Hide file tree
Showing 5 changed files with 348 additions and 308 deletions.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.3.1
7.4.1
10 changes: 3 additions & 7 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,23 @@ GRPC_JAVA_VERSION = "1.66.0"

GRPC_KOTLIN_VERSION = "1.4.1"

PROTOBUF_JAVA_VERSION = "4.27.4" # Compatible with protobuf version.
PROTOBUF_JAVA_VERSION = "4.27.5" # Compatible with protobuf version.

bazel_dep(
name = "bazel_skylib",
version = "1.7.1",
)
bazel_dep(
name = "rules_proto",
version = "6.0.2",
)
bazel_dep(
name = "rules_java",
version = "7.11.1",
version = "8.6.2",
)
bazel_dep(
name = "rules_kotlin",
version = "1.9.6",
)
bazel_dep(
name = "rules_jvm_external",
version = "6.4",
version = "6.6",
)
bazel_dep(
name = "protobuf",
Expand Down
Loading

0 comments on commit 1295ff6

Please sign in to comment.