Skip to content

Commit 1fb100f

Browse files
chore(deps): update maven deps
1 parent 86378b7 commit 1fb100f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

MODULE.bazel

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ bazel_dep(name = "toolchains_llvm", version = "0.10.3")
4444
SHADED_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

Comments
 (0)