Skip to content

Commit b42c708

Browse files
apache-hbsimonresch
authored andcommitted
Update ASM dependencies to version 9.8
1 parent 036bf8d commit b42c708

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ SHADED_RUNTIME_MAVEN_ARTIFACTS = [
6161
"io.github.classgraph:classgraph:jar:4.8.170",
6262
"net.bytebuddy:byte-buddy-agent:1.14.13",
6363
"net.jodah:typetools:jar:0.6.3",
64-
"org.ow2.asm:asm:9.7",
65-
"org.ow2.asm:asm-commons:9.7",
66-
"org.ow2.asm:asm-tree:9.7",
64+
"org.ow2.asm:asm:9.8",
65+
"org.ow2.asm:asm-commons:9.8",
66+
"org.ow2.asm:asm-tree:9.8",
6767
]
6868

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

maven_install.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": "THERE_IS_NO_DATA_ONLY_ZUUL",
3-
"__INPUT_ARTIFACTS_HASH": 1598895504,
4-
"__RESOLVED_ARTIFACTS_HASH": 564748184,
3+
"__INPUT_ARTIFACTS_HASH": 285652305,
4+
"__RESOLVED_ARTIFACTS_HASH": -2054117877,
55
"conflict_resolution": {
66
"com.google.code.gson:gson:2.8.6": "com.google.code.gson:gson:2.8.9",
77
"com.google.errorprone:error_prone_annotations:2.3.2": "com.google.errorprone:error_prone_annotations:2.26.1",
@@ -553,21 +553,21 @@
553553
},
554554
"org.ow2.asm:asm": {
555555
"shasums": {
556-
"jar": "adf46d5e34940bdf148ecdd26a9ee8eea94496a72034ff7141066b3eea5c4e9d"
556+
"jar": "876eab6a83daecad5ca67eb9fcabb063c97b5aeb8cf1fca7a989ecde17522051"
557557
},
558-
"version": "9.7"
558+
"version": "9.8"
559559
},
560560
"org.ow2.asm:asm-commons": {
561561
"shasums": {
562-
"jar": "389bc247958e049fc9a0408d398c92c6d370c18035120395d4cba1d9d9304b7a"
562+
"jar": "3301a1c1cb4c59fcc5292648dac1d7c5aed4c0f067dfbe88873b8cdfe77404f4"
563563
},
564-
"version": "9.7"
564+
"version": "9.8"
565565
},
566566
"org.ow2.asm:asm-tree": {
567567
"shasums": {
568-
"jar": "62f4b3bc436045c1acb5c3ba2d8ec556ec3369093d7f5d06c747eb04b56d52b1"
568+
"jar": "14b7880cb7c85eed101e2710432fc3ffb83275532a6a894dc4c4095d49ad59f1"
569569
},
570-
"version": "9.7"
570+
"version": "9.8"
571571
},
572572
"org.springframework:spring-aop": {
573573
"shasums": {

0 commit comments

Comments
 (0)