Skip to content

Commit

Permalink
fix: fix runtime failure (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
saxenakshitiz authored Apr 14, 2023
1 parent e4a685f commit a6e7704
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions query-service-impl/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ dependencies {
implementation("com.fasterxml.jackson.core:jackson-databind:2.14.2") {
because("Multiple vulnerabilities")
}
implementation("com.101tec:zkclient:0.11") {
because("Multiple vulnerabilities")
}
}
api(project(":query-service-api"))
api("com.typesafe:config:1.4.1")
Expand Down

0 comments on commit a6e7704

Please sign in to comment.