Skip to content

Commit a437d88

Browse files
Bump com.jayway.jsonpath:json-path from 2.9.0 to 2.10.0 (micrometer-metrics#6841)
Bumps [com.jayway.jsonpath:json-path](https://github.com/jayway/JsonPath) from 2.9.0 to 2.10.0. - [Release notes](https://github.com/jayway/JsonPath/releases) - [Changelog](https://github.com/json-path/JsonPath/blob/master/changelog.md) - [Commits](json-path/JsonPath@json-path-2.9.0...json-path-2.10.0) --- updated-dependencies: - dependency-name: com.jayway.jsonpath:json-path dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cd188cc commit a437d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jmhAnnotationProcessor = { module = "org.openjdk.jmh:jmh-generator-annprocess",
154154
# 3.14.x is the newest version of OSS jOOQ that supports Java 8
155155
jooq = { module = "org.jooq:jooq", version = "3.14.16" }
156156
jooqLatest = { module = "org.jooq:jooq", version.ref = "jooqNew" }
157-
jsonPath = { module = "com.jayway.jsonpath:json-path", version = "2.9.0" }
157+
jsonPath = { module = "com.jayway.jsonpath:json-path", version = "2.10.0" }
158158
jspecify = { module = "org.jspecify:jspecify", version = "1.0.0" }
159159
jsr107 = { module = "org.jsr107.ri:cache-ri-impl", version.ref = "jsr107" }
160160
jsr305 = { module = "com.google.code.findbugs:jsr305", version.ref = "jsr305" }

0 commit comments

Comments
 (0)