Skip to content

Commit

Permalink
Update dependency com.jayway.jsonpath:json-path to v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mend-for-github-com[bot] authored Jan 25, 2024
1 parent e2652fc commit 4a1aaa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
implementation "io.micrometer:micrometer-registry-prometheus"

implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.4.12'
implementation group: 'com.jayway.jsonpath', name: 'json-path', version: '2.8.0'
implementation group: 'com.jayway.jsonpath', name: 'json-path', version: '2.9.0'

implementation(platform("io.opentelemetry:opentelemetry-bom:$otelVersion"))
implementation "io.opentelemetry:opentelemetry-sdk"
Expand Down

0 comments on commit 4a1aaa4

Please sign in to comment.