Skip to content

Commit af769d0

Browse files
authored
Bump several Maven artifacts, Go (#1690)
Bumps the following Maven artifact versions, as well as the Go language version. Part of #1482. - `jline`: 3.27.1 => 3.29.0 - `jline-terminal-jni`: 3.27.1 => 3.29.0 - `protobuf-java`: 4.29.0 => 4.29.3 - `sbt-compiler-interface`: 1.10.4 => 1.10.7 - `sbt-util-interface`: 1.10.5 => 1.10.7 - `grpc`: 1.68.1 => 1.70.0 - `google-common-protos`: 2.48.0 => 2.51.0 - `guava`: 33.3.1-jre => 33.4.0-jre - Go: 1.23.4 => 1.23.5 The `protobuf-java` bump ensures compatibility with `protobuf` versions up to v29.3 once we incorporate Bazel 8 compatibility. The other bumps are out of convenience.
1 parent d409cb6 commit af769d0

11 files changed

+352
-334
lines changed

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ load(
102102

103103
go_rules_dependencies()
104104

105-
go_register_toolchains(version = "1.23.4")
105+
go_register_toolchains(version = "1.23.5")
106106

107107
http_archive(
108108
name = "bazelci_rules",

scripts/create_repository.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@
2626
"3.6.3"
2727
]
2828
PARSER_COMBINATORS_VERSION = '1.1.2'
29-
SBT_COMPILER_INTERFACE_VERSION = '1.10.4'
30-
SBT_UTIL_INTERFACE_VERSION = '1.10.5'
29+
SBT_COMPILER_INTERFACE_VERSION = '1.10.7'
30+
SBT_UTIL_INTERFACE_VERSION = '1.10.7'
3131
SCALATEST_VERSION = "3.2.19"
3232
SCALAFMT_VERSION = "3.8.3"
3333
KIND_PROJECTOR_VERSION = "0.13.3"
34-
PROTOBUF_JAVA_VERSION = "4.29.0"
35-
JLINE_VERSION = '3.27.1'
34+
PROTOBUF_JAVA_VERSION = "4.29.3"
35+
JLINE_VERSION = '3.29.0'
3636
SCALAPB_VERSION = '0.11.17'
3737
PROTOC_BRIDGE_VERSION = '0.9.8'
38-
GRPC_VERSION = '1.68.1'
39-
GRPC_COMMON_PROTOS_VERSION = '2.48.0'
38+
GRPC_VERSION = '1.70.0'
39+
GRPC_COMMON_PROTOS_VERSION = '2.51.0'
4040
GRPC_LIBS = ['netty', 'protobuf', 'stub']
41-
GUAVA_VERSION = '33.3.1-jre'
41+
GUAVA_VERSION = '33.4.0-jre'
4242

4343
# This should include values corresponding to `MavenCoordinates.artifact_name`,
4444
# i.e., group:artifact after stripping any Scala version suffix from artifact.

third_party/repositories/scala_2_11.bzl

Lines changed: 26 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ artifacts = {
4646
],
4747
},
4848
"com_google_errorprone_error_prone_annotations": {
49-
"artifact": "com.google.errorprone:error_prone_annotations:2.28.0",
50-
"sha256": "f3fc8a3a0a4020706a373b00e7f57c2512dd26d1f83d28c7d38768f8682b231e",
49+
"artifact": "com.google.errorprone:error_prone_annotations:2.36.0",
50+
"sha256": "77440e270b0bc9a249903c5a076c36a722c4886ca4f42675f2903a1c53ed61a5",
5151
},
5252
"com_google_guava_guava_21_0": {
5353
"testonly": True,
@@ -67,8 +67,8 @@ artifacts = {
6767
"sha256": "88241573467ddca44ffd4d74aa04c2bbfd11bf7c17e0c342c94c9de7a70a7c64",
6868
},
6969
"com_google_protobuf_protobuf_java": {
70-
"artifact": "com.google.protobuf:protobuf-java:4.29.0",
71-
"sha256": "16901851ebe5e89fe88aaad3c26866373695bc2e30627bb8932847e2f5fc2e76",
70+
"artifact": "com.google.protobuf:protobuf-java:4.29.3",
71+
"sha256": "442db5991a11974d72127353be7d7e7abdf8d943d83b16668cb2e336d7392f54",
7272
},
7373
"com_lihaoyi_fansi": {
7474
"artifact": "com.lihaoyi:fansi_2.11:0.2.6",
@@ -115,8 +115,8 @@ artifacts = {
115115
"sha256": "8a8f81cf9b359e3f6dfa691a1e776985c061ef2f223c9b2c80753e1b458e8064",
116116
},
117117
"io_bazel_rules_scala_guava": {
118-
"artifact": "com.google.guava:guava:33.3.1-jre",
119-
"sha256": "4bf0e2c5af8e4525c96e8fde17a4f7307f97f8478f11c4c8e35a0e3298ae4e90",
118+
"artifact": "com.google.guava:guava:33.4.0-jre",
119+
"sha256": "b918c98a7e44dbe94ebd9fe3e40cddaadb5a93e6a78eb6008b42df237241e538",
120120
"deps": [
121121
"@com_google_code_findbugs_jsr305",
122122
"@com_google_errorprone_error_prone_annotations",
@@ -566,24 +566,24 @@ artifacts = {
566566
"sha256": "f412ecbb235c2460b45e63584109723dea8d94b819c78c9bfc38f50cba8546c0",
567567
},
568568
"scala_proto_rules_grpc_api": {
569-
"artifact": "io.grpc:grpc-api:1.68.1",
570-
"sha256": "d88d815e07fe58a7572dda5d2823485b61706564f289a1e74281705d50ac2d5b",
569+
"artifact": "io.grpc:grpc-api:1.70.0",
570+
"sha256": "45faf2ac1bf2791e8fdabce53684a86b62c99b84cba26fb13a5ba3f4abf80d6c",
571571
"deps": [
572572
"@com_google_code_findbugs_jsr305",
573573
"@com_google_errorprone_error_prone_annotations",
574574
"@io_bazel_rules_scala_guava",
575575
],
576576
},
577577
"scala_proto_rules_grpc_context": {
578-
"artifact": "io.grpc:grpc-context:1.68.1",
579-
"sha256": "1df4f0310a7e7836bc2948afa95105f5ee27b5d468488aded74e7ff620359076",
578+
"artifact": "io.grpc:grpc-context:1.70.0",
579+
"sha256": "eb2824831c0ac03e741efda86b141aa863a481ebc4aaf5a5c1f13a481dbb40ff",
580580
"deps": [
581581
"@scala_proto_rules_grpc_api",
582582
],
583583
},
584584
"scala_proto_rules_grpc_core": {
585-
"artifact": "io.grpc:grpc-core:1.68.1",
586-
"sha256": "e1eddfe433aa850783cb6af9ad6da1ad3dfe2fb9b4c385b9a98d7a596e4d382a",
585+
"artifact": "io.grpc:grpc-core:1.70.0",
586+
"sha256": "c2b5576b8b363b1b1006673c492d912500baaa1581430a7f9c05e82cc5bdfba4",
587587
"deps": [
588588
"@com_google_android_annotations",
589589
"@com_google_code_gson_gson",
@@ -596,11 +596,12 @@ artifacts = {
596596
],
597597
},
598598
"scala_proto_rules_grpc_netty": {
599-
"artifact": "io.grpc:grpc-netty:1.68.1",
600-
"sha256": "1bf33f36496c4fffa7b83cab9215ab2967f00e483270d87f1c17b23e5722a13f",
599+
"artifact": "io.grpc:grpc-netty:1.70.0",
600+
"sha256": "466bc29f36bb3b33ba6fa044d17cdfac494e5715ff606e1794541d0b90b42c16",
601601
"deps": [
602602
"@com_google_errorprone_error_prone_annotations",
603603
"@io_bazel_rules_scala_guava",
604+
"@org_codehaus_mojo_animal_sniffer_annotations",
604605
"@scala_proto_rules_grpc_api",
605606
"@scala_proto_rules_grpc_core",
606607
"@scala_proto_rules_grpc_util",
@@ -611,8 +612,8 @@ artifacts = {
611612
],
612613
},
613614
"scala_proto_rules_grpc_protobuf": {
614-
"artifact": "io.grpc:grpc-protobuf:1.68.1",
615-
"sha256": "75329d9aa328a0b1feef6803d59b93b527bceed9c97ceaaa0f8bd2d78ce98d14",
615+
"artifact": "io.grpc:grpc-protobuf:1.70.0",
616+
"sha256": "9b98039ed826604c46d6ac8f8a182d413d348ec6abe26467736b05aa92e7e1d3",
616617
"deps": [
617618
"@com_google_code_findbugs_jsr305",
618619
"@com_google_protobuf_protobuf_java",
@@ -623,26 +624,27 @@ artifacts = {
623624
],
624625
},
625626
"scala_proto_rules_grpc_protobuf_lite": {
626-
"artifact": "io.grpc:grpc-protobuf-lite:1.68.1",
627-
"sha256": "f039759f64d365e7495a05bebee938713c85720236b91f628c21a7c3bc7f98de",
627+
"artifact": "io.grpc:grpc-protobuf-lite:1.70.0",
628+
"sha256": "e7cc2ca8981672851cbebf83a24bfb93c1b2b058e75c1a817a757b914f33403d",
628629
"deps": [
629630
"@com_google_code_findbugs_jsr305",
630631
"@io_bazel_rules_scala_guava",
631632
"@scala_proto_rules_grpc_api",
632633
],
633634
},
634635
"scala_proto_rules_grpc_stub": {
635-
"artifact": "io.grpc:grpc-stub:1.68.1",
636-
"sha256": "3d0260ba925cdeb63930b672daac815245f1c76d67ec111dd82e4dac6c9abd47",
636+
"artifact": "io.grpc:grpc-stub:1.70.0",
637+
"sha256": "5adaa1ec1f744b67ae14a8dbc39c9589c010fad0fd557b0a02966202e4d23a18",
637638
"deps": [
638639
"@com_google_errorprone_error_prone_annotations",
639640
"@io_bazel_rules_scala_guava",
641+
"@org_codehaus_mojo_animal_sniffer_annotations",
640642
"@scala_proto_rules_grpc_api",
641643
],
642644
},
643645
"scala_proto_rules_grpc_util": {
644-
"artifact": "io.grpc:grpc-util:1.68.1",
645-
"sha256": "d489e40de9209981272fb9e7b0f61a5f0e5c1ce230195a5f23fb1078cd1baade",
646+
"artifact": "io.grpc:grpc-util:1.70.0",
647+
"sha256": "683aff93d2cabc44ff21dc9ab7794f8ae7b4c65d18748c8474535311eabe8dc4",
646648
"deps": [
647649
"@io_bazel_rules_scala_guava",
648650
"@org_codehaus_mojo_animal_sniffer_annotations",
@@ -777,8 +779,8 @@ artifacts = {
777779
"sha256": "c7b478503ec524e55df19b424d46d27c8a68aeb801664fadd4f069b71f52d0f6",
778780
},
779781
"scala_proto_rules_proto_google_common_protos": {
780-
"artifact": "com.google.api.grpc:proto-google-common-protos:2.48.0",
781-
"sha256": "43ec7807459aaa4012e838a1be4ef2d590cf233305da60af5b54f08ec8cf2302",
782+
"artifact": "com.google.api.grpc:proto-google-common-protos:2.51.0",
783+
"sha256": "0b27938f3d28ccd6884945d7e4f75f4e26a677bbf3cd39bbcb694f130f782aa9",
782784
"deps": [
783785
"@com_google_protobuf_protobuf_java",
784786
],

third_party/repositories/scala_2_12.bzl

Lines changed: 26 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ artifacts = {
6161
],
6262
},
6363
"com_google_errorprone_error_prone_annotations": {
64-
"artifact": "com.google.errorprone:error_prone_annotations:2.28.0",
65-
"sha256": "f3fc8a3a0a4020706a373b00e7f57c2512dd26d1f83d28c7d38768f8682b231e",
64+
"artifact": "com.google.errorprone:error_prone_annotations:2.36.0",
65+
"sha256": "77440e270b0bc9a249903c5a076c36a722c4886ca4f42675f2903a1c53ed61a5",
6666
},
6767
"com_google_guava_guava_21_0": {
6868
"testonly": True,
@@ -82,8 +82,8 @@ artifacts = {
8282
"sha256": "88241573467ddca44ffd4d74aa04c2bbfd11bf7c17e0c342c94c9de7a70a7c64",
8383
},
8484
"com_google_protobuf_protobuf_java": {
85-
"artifact": "com.google.protobuf:protobuf-java:4.29.0",
86-
"sha256": "16901851ebe5e89fe88aaad3c26866373695bc2e30627bb8932847e2f5fc2e76",
85+
"artifact": "com.google.protobuf:protobuf-java:4.29.3",
86+
"sha256": "442db5991a11974d72127353be7d7e7abdf8d943d83b16668cb2e336d7392f54",
8787
},
8888
"com_lihaoyi_fansi": {
8989
"artifact": "com.lihaoyi:fansi_2.12:0.4.0",
@@ -125,8 +125,8 @@ artifacts = {
125125
"sha256": "8a8f81cf9b359e3f6dfa691a1e776985c061ef2f223c9b2c80753e1b458e8064",
126126
},
127127
"io_bazel_rules_scala_guava": {
128-
"artifact": "com.google.guava:guava:33.3.1-jre",
129-
"sha256": "4bf0e2c5af8e4525c96e8fde17a4f7307f97f8478f11c4c8e35a0e3298ae4e90",
128+
"artifact": "com.google.guava:guava:33.4.0-jre",
129+
"sha256": "b918c98a7e44dbe94ebd9fe3e40cddaadb5a93e6a78eb6008b42df237241e538",
130130
"deps": [
131131
"@com_google_code_findbugs_jsr305",
132132
"@com_google_errorprone_error_prone_annotations",
@@ -579,24 +579,24 @@ artifacts = {
579579
"sha256": "f412ecbb235c2460b45e63584109723dea8d94b819c78c9bfc38f50cba8546c0",
580580
},
581581
"scala_proto_rules_grpc_api": {
582-
"artifact": "io.grpc:grpc-api:1.68.1",
583-
"sha256": "d88d815e07fe58a7572dda5d2823485b61706564f289a1e74281705d50ac2d5b",
582+
"artifact": "io.grpc:grpc-api:1.70.0",
583+
"sha256": "45faf2ac1bf2791e8fdabce53684a86b62c99b84cba26fb13a5ba3f4abf80d6c",
584584
"deps": [
585585
"@com_google_code_findbugs_jsr305",
586586
"@com_google_errorprone_error_prone_annotations",
587587
"@io_bazel_rules_scala_guava",
588588
],
589589
},
590590
"scala_proto_rules_grpc_context": {
591-
"artifact": "io.grpc:grpc-context:1.68.1",
592-
"sha256": "1df4f0310a7e7836bc2948afa95105f5ee27b5d468488aded74e7ff620359076",
591+
"artifact": "io.grpc:grpc-context:1.70.0",
592+
"sha256": "eb2824831c0ac03e741efda86b141aa863a481ebc4aaf5a5c1f13a481dbb40ff",
593593
"deps": [
594594
"@scala_proto_rules_grpc_api",
595595
],
596596
},
597597
"scala_proto_rules_grpc_core": {
598-
"artifact": "io.grpc:grpc-core:1.68.1",
599-
"sha256": "e1eddfe433aa850783cb6af9ad6da1ad3dfe2fb9b4c385b9a98d7a596e4d382a",
598+
"artifact": "io.grpc:grpc-core:1.70.0",
599+
"sha256": "c2b5576b8b363b1b1006673c492d912500baaa1581430a7f9c05e82cc5bdfba4",
600600
"deps": [
601601
"@com_google_android_annotations",
602602
"@com_google_code_gson_gson",
@@ -609,11 +609,12 @@ artifacts = {
609609
],
610610
},
611611
"scala_proto_rules_grpc_netty": {
612-
"artifact": "io.grpc:grpc-netty:1.68.1",
613-
"sha256": "1bf33f36496c4fffa7b83cab9215ab2967f00e483270d87f1c17b23e5722a13f",
612+
"artifact": "io.grpc:grpc-netty:1.70.0",
613+
"sha256": "466bc29f36bb3b33ba6fa044d17cdfac494e5715ff606e1794541d0b90b42c16",
614614
"deps": [
615615
"@com_google_errorprone_error_prone_annotations",
616616
"@io_bazel_rules_scala_guava",
617+
"@org_codehaus_mojo_animal_sniffer_annotations",
617618
"@scala_proto_rules_grpc_api",
618619
"@scala_proto_rules_grpc_core",
619620
"@scala_proto_rules_grpc_util",
@@ -624,8 +625,8 @@ artifacts = {
624625
],
625626
},
626627
"scala_proto_rules_grpc_protobuf": {
627-
"artifact": "io.grpc:grpc-protobuf:1.68.1",
628-
"sha256": "75329d9aa328a0b1feef6803d59b93b527bceed9c97ceaaa0f8bd2d78ce98d14",
628+
"artifact": "io.grpc:grpc-protobuf:1.70.0",
629+
"sha256": "9b98039ed826604c46d6ac8f8a182d413d348ec6abe26467736b05aa92e7e1d3",
629630
"deps": [
630631
"@com_google_code_findbugs_jsr305",
631632
"@com_google_protobuf_protobuf_java",
@@ -636,26 +637,27 @@ artifacts = {
636637
],
637638
},
638639
"scala_proto_rules_grpc_protobuf_lite": {
639-
"artifact": "io.grpc:grpc-protobuf-lite:1.68.1",
640-
"sha256": "f039759f64d365e7495a05bebee938713c85720236b91f628c21a7c3bc7f98de",
640+
"artifact": "io.grpc:grpc-protobuf-lite:1.70.0",
641+
"sha256": "e7cc2ca8981672851cbebf83a24bfb93c1b2b058e75c1a817a757b914f33403d",
641642
"deps": [
642643
"@com_google_code_findbugs_jsr305",
643644
"@io_bazel_rules_scala_guava",
644645
"@scala_proto_rules_grpc_api",
645646
],
646647
},
647648
"scala_proto_rules_grpc_stub": {
648-
"artifact": "io.grpc:grpc-stub:1.68.1",
649-
"sha256": "3d0260ba925cdeb63930b672daac815245f1c76d67ec111dd82e4dac6c9abd47",
649+
"artifact": "io.grpc:grpc-stub:1.70.0",
650+
"sha256": "5adaa1ec1f744b67ae14a8dbc39c9589c010fad0fd557b0a02966202e4d23a18",
650651
"deps": [
651652
"@com_google_errorprone_error_prone_annotations",
652653
"@io_bazel_rules_scala_guava",
654+
"@org_codehaus_mojo_animal_sniffer_annotations",
653655
"@scala_proto_rules_grpc_api",
654656
],
655657
},
656658
"scala_proto_rules_grpc_util": {
657-
"artifact": "io.grpc:grpc-util:1.68.1",
658-
"sha256": "d489e40de9209981272fb9e7b0f61a5f0e5c1ce230195a5f23fb1078cd1baade",
659+
"artifact": "io.grpc:grpc-util:1.70.0",
660+
"sha256": "683aff93d2cabc44ff21dc9ab7794f8ae7b4c65d18748c8474535311eabe8dc4",
659661
"deps": [
660662
"@io_bazel_rules_scala_guava",
661663
"@org_codehaus_mojo_animal_sniffer_annotations",
@@ -790,8 +792,8 @@ artifacts = {
790792
"sha256": "c7b478503ec524e55df19b424d46d27c8a68aeb801664fadd4f069b71f52d0f6",
791793
},
792794
"scala_proto_rules_proto_google_common_protos": {
793-
"artifact": "com.google.api.grpc:proto-google-common-protos:2.48.0",
794-
"sha256": "43ec7807459aaa4012e838a1be4ef2d590cf233305da60af5b54f08ec8cf2302",
795+
"artifact": "com.google.api.grpc:proto-google-common-protos:2.51.0",
796+
"sha256": "0b27938f3d28ccd6884945d7e4f75f4e26a677bbf3cd39bbcb694f130f782aa9",
795797
"deps": [
796798
"@com_google_protobuf_protobuf_java",
797799
],

0 commit comments

Comments
 (0)