@@ -38,15 +38,15 @@ bazel_dep(name = "toolchains_llvm", version = "0.10.3")
3838SHADED_RUNTIME_MAVEN_ARTIFACTS = [
3939 # keep sorted
4040 # renovate: keep updated
41- "com.github.jsqlparser:jsqlparser:4.9 " ,
42- "com.google.errorprone:error_prone_annotations:2.26.1 " ,
43- "com.google.errorprone:error_prone_type_annotations :2.26.1 " ,
44- "io.github.classgraph:classgraph:jar:4.8.170 " ,
45- "net.bytebuddy:byte-buddy-agent:1.14.13 " ,
41+ "com.github.jsqlparser:jsqlparser:5.3 " ,
42+ "com.google.errorprone:error_prone_annotations:2.42.0 " ,
43+ "com.google.errorprone:error_prone_annotations :2.42.0 " ,
44+ "io.github.classgraph:classgraph:jar:4.8.184 " ,
45+ "net.bytebuddy:byte-buddy-agent:1.17.8 " ,
4646 "net.jodah:typetools:jar:0.6.3" ,
47- "org.ow2.asm:asm:9.8 " ,
48- "org.ow2.asm:asm-commons:9.8 " ,
49- "org.ow2.asm:asm-tree:9.8 " ,
47+ "org.ow2.asm:asm:9.9 " ,
48+ "org.ow2.asm:asm-commons:9.9 " ,
49+ "org.ow2.asm:asm-tree:9.9 " ,
5050]
5151
5252# Runtime dependencies of Jazzer that are expected to be provided by the fuzzed project.
0 commit comments