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