Skip to content

Commit 5aa3546

Browse files
simonreschkyakdan
authored andcommitted
chore: update byte buddy & ASM deps
1 parent 04a987e commit 5aa3546

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

MODULE.bazel

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ SHADED_RUNTIME_MAVEN_ARTIFACTS = [
4141
"com.github.jsqlparser:jsqlparser:4.9",
4242
"com.google.errorprone:error_prone_annotations:2.42.0",
4343
"io.github.classgraph:classgraph:jar:4.8.184",
44-
"net.bytebuddy:byte-buddy-agent:1.14.13",
44+
"net.bytebuddy:byte-buddy-agent:1.17.8",
4545
"net.jodah:typetools:jar:0.6.3",
46-
"org.ow2.asm:asm:9.8",
47-
"org.ow2.asm:asm-commons:9.8",
48-
"org.ow2.asm:asm-tree:9.8",
46+
"org.ow2.asm:asm:9.9",
47+
"org.ow2.asm:asm-commons:9.9",
48+
"org.ow2.asm:asm-tree:9.9",
4949
]
5050

5151
# Runtime dependencies of Jazzer that are expected to be provided by the fuzzed project.

maven_install.json

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
{
22
"__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": "THERE_IS_NO_DATA_ONLY_ZUUL",
3-
"__INPUT_ARTIFACTS_HASH": -959354005,
4-
"__RESOLVED_ARTIFACTS_HASH": 858113298,
3+
"__INPUT_ARTIFACTS_HASH": -1805494723,
4+
"__RESOLVED_ARTIFACTS_HASH": -141517399,
55
"conflict_resolution": {
66
"com.google.code.gson:gson:2.8.6": "com.google.code.gson:gson:2.8.9",
77
"com.google.guava:guava:32.0.1-jre": "com.google.guava:guava:33.4.3-android",
88
"com.google.guava:guava:33.0.0-jre": "com.google.guava:guava:33.4.3-android",
99
"com.google.j2objc:j2objc-annotations:2.8": "com.google.j2objc:j2objc-annotations:3.0.0",
10-
"com.google.protobuf:protobuf-java:4.27.2": "com.google.protobuf:protobuf-java:4.32.0",
11-
"net.bytebuddy:byte-buddy-agent:1.14.13": "net.bytebuddy:byte-buddy-agent:1.17.7",
12-
"org.ow2.asm:asm-commons:9.8": "org.ow2.asm:asm-commons:9.9",
13-
"org.ow2.asm:asm-tree:9.8": "org.ow2.asm:asm-tree:9.9",
14-
"org.ow2.asm:asm:9.8": "org.ow2.asm:asm:9.9"
10+
"com.google.protobuf:protobuf-java:4.27.2": "com.google.protobuf:protobuf-java:4.32.0"
1511
},
1612
"artifacts": {
1713
"com.alibaba:fastjson": {
@@ -250,9 +246,9 @@
250246
},
251247
"net.bytebuddy:byte-buddy-agent": {
252248
"shasums": {
253-
"jar": "a9ba887dca252ad61b7d5153294f34e6f3bdf4b2736b04373d13615a695fc0ff"
249+
"jar": "5b17113e66e77ca6f8af07ff367c216df964a980f0e9f11e3b1aa793253aa64f"
254250
},
255-
"version": "1.17.7"
251+
"version": "1.17.8"
256252
},
257253
"net.jodah:typetools": {
258254
"shasums": {

0 commit comments

Comments
 (0)