Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ SHADED_RUNTIME_MAVEN_ARTIFACTS = [
"io.github.classgraph:classgraph:jar:4.8.170",
"net.bytebuddy:byte-buddy-agent:1.14.13",
"net.jodah:typetools:jar:0.6.3",
"org.ow2.asm:asm:9.7",
"org.ow2.asm:asm-commons:9.7",
"org.ow2.asm:asm-tree:9.7",
"org.ow2.asm:asm:9.8",
"org.ow2.asm:asm-commons:9.8",
"org.ow2.asm:asm-tree:9.8",
]

# Runtime dependencies of Jazzer that are expected to be provided by the fuzzed project.
Expand Down
16 changes: 8 additions & 8 deletions maven_install.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": "THERE_IS_NO_DATA_ONLY_ZUUL",
"__INPUT_ARTIFACTS_HASH": 1598895504,
"__RESOLVED_ARTIFACTS_HASH": 564748184,
"__INPUT_ARTIFACTS_HASH": 285652305,
"__RESOLVED_ARTIFACTS_HASH": -2054117877,
"conflict_resolution": {
"com.google.code.gson:gson:2.8.6": "com.google.code.gson:gson:2.8.9",
"com.google.errorprone:error_prone_annotations:2.3.2": "com.google.errorprone:error_prone_annotations:2.26.1",
Expand Down Expand Up @@ -553,21 +553,21 @@
},
"org.ow2.asm:asm": {
"shasums": {
"jar": "adf46d5e34940bdf148ecdd26a9ee8eea94496a72034ff7141066b3eea5c4e9d"
"jar": "876eab6a83daecad5ca67eb9fcabb063c97b5aeb8cf1fca7a989ecde17522051"
},
"version": "9.7"
"version": "9.8"
},
"org.ow2.asm:asm-commons": {
"shasums": {
"jar": "389bc247958e049fc9a0408d398c92c6d370c18035120395d4cba1d9d9304b7a"
"jar": "3301a1c1cb4c59fcc5292648dac1d7c5aed4c0f067dfbe88873b8cdfe77404f4"
},
"version": "9.7"
"version": "9.8"
},
"org.ow2.asm:asm-tree": {
"shasums": {
"jar": "62f4b3bc436045c1acb5c3ba2d8ec556ec3369093d7f5d06c747eb04b56d52b1"
"jar": "14b7880cb7c85eed101e2710432fc3ffb83275532a6a894dc4c4095d49ad59f1"
},
"version": "9.7"
"version": "9.8"
},
"org.springframework:spring-aop": {
"shasums": {
Expand Down