Skip to content

Commit

Permalink
Removed explicit json-path dependency version from clouddriver-kubern…
Browse files Browse the repository at this point in the history
…etes.gradle
  • Loading branch information
aman-agrawal committed Feb 1, 2024
1 parent 9881db4 commit 998fac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clouddriver-kubernetes/clouddriver-kubernetes.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies {
implementation "org.apache.groovy:groovy-all:4.0.11"
implementation "com.google.code.findbugs:jsr305"
implementation "com.google.guava:guava"
implementation 'com.jayway.jsonpath:json-path:2.3.0'
implementation 'com.jayway.jsonpath:json-path'
implementation "com.github.ben-manes.caffeine:guava"
implementation "com.github.wnameless.json:json-flattener:0.11.1"
implementation "com.netflix.frigga:frigga:0.26.0"
Expand Down

0 comments on commit 998fac7

Please sign in to comment.