Skip to content

Commit 646b431

Browse files
committed
deps: Update Java dependencies
1 parent cd945cf commit 646b431

File tree

2 files changed

+28
-42
lines changed

2 files changed

+28
-42
lines changed

WORKSPACE.bazel

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ rules_java_toolchains()
2828
http_archive(
2929
name = "com_google_protobuf",
3030
patches = ["//third_party:protobuf-disable-layering_check.patch"],
31-
sha256 = "0930b1a6eb840a2295dfcb13bb5736d1292c3e0d61a90391181399327be7d8f1",
32-
strip_prefix = "protobuf-24.1",
31+
sha256 = "616bb3536ac1fff3fb1a141450fa28b875e985712170ea7f1bfe5e5fc41e2cd8",
32+
strip_prefix = "protobuf-24.4",
3333
# Keep in sync with com_google_protobuf_protobuf_java in repositories.bzl.
34-
urls = ["https://github.com/protocolbuffers/protobuf/releases/download/v24.1/protobuf-24.1.tar.gz"],
34+
urls = ["https://github.com/protocolbuffers/protobuf/releases/download/v24.4/protobuf-24.4.tar.gz"],
3535
)
3636

3737
http_archive(
@@ -117,15 +117,15 @@ http_file(
117117
http_file(
118118
name = "jacocoagent",
119119
downloaded_file_path = "jacocoagent.jar",
120-
sha256 = "191734a0b7ef97606e6a09ae584c4acab47eb30fcb4c555d3d440d4e0d71d73d",
121-
urls = ["https://repo1.maven.org/maven2/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar"],
120+
sha256 = "40d25997de4c625769bf5d1283eb855b87c9caef4ca1fa03b8ef0b752ba4b54a",
121+
urls = ["https://repo1.maven.org/maven2/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar"],
122122
)
123123

124124
http_file(
125125
name = "jacococli",
126126
downloaded_file_path = "jacococli.jar",
127-
sha256 = "29c7754338512599f742ebfedd095c9c93800fefbce407500eceb16f0ed5a20d",
128-
urls = ["https://repo1.maven.org/maven2/org/jacoco/org.jacoco.cli/0.8.9/org.jacoco.cli-0.8.9-nodeps.jar"],
127+
sha256 = "c821fe4f59dc5c1bb29341a259b6c9e49d6425f200f4ac0e373bf46bbfa54cf2",
128+
urls = ["https://repo1.maven.org/maven2/org/jacoco/org.jacoco.cli/0.8.10/org.jacoco.cli-0.8.10-nodeps.jar"],
129129
)
130130

131131
http_jar(
@@ -210,20 +210,6 @@ load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
210210

211211
protobuf_deps()
212212

213-
http_file(
214-
name = "jacocoagent",
215-
downloaded_file_path = "jacocoagent.jar",
216-
sha256 = "67de51e9ca1db044f3a3d10613518befb02e8eee1015f2ff6d56cfb9d4506546",
217-
urls = ["https://repo1.maven.org/maven2/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar"],
218-
)
219-
220-
http_file(
221-
name = "jacococli",
222-
downloaded_file_path = "jacococli.jar",
223-
sha256 = "c449591174982bbc003d1290003fcbc7b939215436922d2f0f25239d110d531a",
224-
urls = ["https://repo1.maven.org/maven2/org/jacoco/org.jacoco.cli/0.8.8/org.jacoco.cli-0.8.8-nodeps.jar"],
225-
)
226-
227213
load("//third_party/android:android_configure.bzl", "android_configure")
228214

229215
android_configure(name = "configure_android_rules")

repositories.bzl

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ def jazzer_dependencies(android = False):
6565
maybe(
6666
http_archive,
6767
name = "com_google_absl",
68-
sha256 = "5366d7e7fa7ba0d915014d387b66d0d002c03236448e1ba9ef98122c13b35c36",
69-
strip_prefix = "abseil-cpp-20230125.3",
70-
url = "https://github.com/abseil/abseil-cpp/archive/refs/tags/20230125.3.tar.gz",
68+
sha256 = "987ce98f02eefbaf930d6e38ab16aa05737234d7afbab2d5c4ea7adbe50c28ed",
69+
strip_prefix = "abseil-cpp-20230802.1",
70+
url = "https://github.com/abseil/abseil-cpp/archive/refs/tags/20230802.1.tar.gz",
7171
)
7272

7373
maybe(
@@ -91,9 +91,9 @@ def jazzer_dependencies(android = False):
9191
http_archive,
9292
build_file = Label("//third_party:classgraph.BUILD"),
9393
name = "com_github_classgraph_classgraph",
94-
sha256 = "62ba0109800ba55f4ccd9a7ba5f73a050293b90237c25e96132ca40d7f4e438f",
95-
strip_prefix = "classgraph-classgraph-4.8.161",
96-
url = "https://github.com/classgraph/classgraph/archive/refs/tags/classgraph-4.8.161.tar.gz",
94+
sha256 = "83f3c193e90b77487cfc24fb6f73e9624e7478d9be4f94e2b20a29165a1aa906",
95+
strip_prefix = "classgraph-classgraph-4.8.162",
96+
url = "https://github.com/classgraph/classgraph/archive/refs/tags/classgraph-4.8.162.tar.gz",
9797
)
9898

9999
maybe(
@@ -106,36 +106,36 @@ def jazzer_dependencies(android = False):
106106
maybe(
107107
http_jar,
108108
name = "net_bytebuddy_byte_buddy_agent",
109-
sha256 = "55f19862b870f5d85890ba5386b1b45e9bbc88d5fe1f819abe0c788b4929fa6b",
110-
url = "https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy-agent/1.14.5/byte-buddy-agent-1.14.5.jar",
109+
sha256 = "f7c60fd229df2b0f4e390f50e0582a23ac1d895645df0d487c54dd67a289800b",
110+
url = "https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy-agent/1.14.8/byte-buddy-agent-1.14.8.jar",
111111
)
112112

113113
maybe(
114114
http_jar,
115115
name = "org_ow2_asm_asm",
116-
sha256 = "b62e84b5980729751b0458c534cf1366f727542bb8d158621335682a460f0353",
117-
url = "https://repo1.maven.org/maven2/org/ow2/asm/asm/9.5/asm-9.5.jar",
116+
sha256 = "3c6fac2424db3d4a853b669f4e3d1d9c3c552235e19a319673f887083c2303a1",
117+
url = "https://repo1.maven.org/maven2/org/ow2/asm/asm/9.6/asm-9.6.jar",
118118
)
119119

120120
maybe(
121121
http_jar,
122122
name = "org_ow2_asm_asm_commons",
123-
sha256 = "72eee9fbafb9de8d9463f20dd584a48ceeb7e5152ad4c987bfbe17dd4811c9ae",
124-
url = "https://repo1.maven.org/maven2/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar",
123+
sha256 = "7aefd0d5c0901701c69f7513feda765fb6be33af2ce7aa17c5781fc87657c511",
124+
url = "https://repo1.maven.org/maven2/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.jar",
125125
)
126126

127127
maybe(
128128
http_jar,
129129
name = "org_ow2_asm_asm_tree",
130-
sha256 = "3c33a648191079aeaeaeb7c19a49b153952f9e40fe86fbac5205554ddd9acd94",
131-
url = "https://repo1.maven.org/maven2/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar",
130+
sha256 = "c43ecf17b539c777e15da7b5b86553b377e2d39a683de6285567d5283888e7ef",
131+
url = "https://repo1.maven.org/maven2/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar",
132132
)
133133

134134
maybe(
135135
http_jar,
136136
name = "com_github_jsqlparser_jsqlparser",
137-
sha256 = "61b02b8520fda987b7bc12878833b223234450e505de83c36e78abe6d69c0184",
138-
url = "https://repo1.maven.org/maven2/com/github/jsqlparser/jsqlparser/4.6/jsqlparser-4.6.jar",
137+
sha256 = "9d25de1d79a669352f0d535daee906c2e35e8162e6894d82ea3f0aad8545655e",
138+
url = "https://repo1.maven.org/maven2/com/github/jsqlparser/jsqlparser/4.7/jsqlparser-4.7.jar",
139139
)
140140

141141
maybe(
@@ -155,9 +155,9 @@ def jazzer_dependencies(android = False):
155155
maybe(
156156
http_jar,
157157
name = "com_google_protobuf_protobuf_java",
158-
sha256 = "b7eb9203fd2dd6e55b929debf2d079c949e0f9a85f15ec3a298b7534bc7ebd41",
158+
sha256 = "e5655522be1aa5cc1f2f092aa036b0445157f294928eedf1332ac938c7b69686",
159159
# Keep in sync with com_google_protobuf in WORKSPACE.
160-
url = "https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java/3.24.1/protobuf-java-3.24.1.jar",
160+
url = "https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java/3.24.4/protobuf-java-3.24.4.jar",
161161
)
162162

163163
maybe(
@@ -169,9 +169,9 @@ def jazzer_dependencies(android = False):
169169
Label("//third_party:jacoco-make-probe-inserter-subclassable.patch"),
170170
Label("//third_party:jacoco-ignore-offline-instrumentation.patch"),
171171
],
172-
sha256 = "b6b90469db034dff01a8577d8e91da51bc40f328a988359028652771f20abf1d",
173-
strip_prefix = "jacoco-0.8.9",
174-
url = "https://github.com/jacoco/jacoco/archive/refs/tags/v0.8.9.tar.gz",
172+
sha256 = "5c72dea2d13eef33a4d972d157186fc12d85149bc042186953efe1be50c220ee",
173+
strip_prefix = "jacoco-0.8.10",
174+
url = "https://github.com/jacoco/jacoco/archive/refs/tags/v0.8.10.tar.gz",
175175
)
176176

177177
maybe(

0 commit comments

Comments
 (0)