Skip to content

Commit

Permalink
[Java] Fix vulnerabilities (ray-project#37320)
Browse files Browse the repository at this point in the history
Signed-off-by: 久龙 <guyang.sgy@antfin.com>
Signed-off-by: e428265 <arvind.chandramouli@lmco.com>
  • Loading branch information
SongGuyang authored and arvind-chandra committed Aug 31, 2023
1 parent e0dfcd2 commit 1eb5cce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions java/dependencies.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ load("@rules_jvm_external//:specs.bzl", "maven")
def gen_java_deps():
maven_install(
artifacts = [
"com.fasterxml.jackson.core:jackson-databind:2.13.3",
"com.fasterxml.jackson.core:jackson-databind:2.13.5",
"com.github.java-json-tools:json-schema-validator:2.2.14",
"com.google.code.gson:gson:2.9.1",
"com.google.guava:guava:30.0-jre",
"com.google.protobuf:protobuf-java:3.19.4",
"com.google.protobuf:protobuf-java-util:3.19.4",
"com.google.protobuf:protobuf-java:3.19.6",
"com.google.protobuf:protobuf-java-util:3.19.6",
"com.puppycrawl.tools:checkstyle:8.15",
"com.sun.xml.bind:jaxb-core:2.3.0",
"com.sun.xml.bind:jaxb-impl:2.3.0",
Expand Down

0 comments on commit 1eb5cce

Please sign in to comment.