Skip to content

Commit

Permalink
Merge pull request #81 from aman-agrawal/OES-1.30.1
Browse files Browse the repository at this point in the history
Removed explicit json-path dependency version from clouddriver-kubern…
  • Loading branch information
sanopsmx authored Feb 1, 2024
2 parents 9881db4 + 998fac7 commit 35a4749
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 35a4749

Please sign in to comment.