Bump com.jayway.jsonpath:json-path from 2.7.0 to 2.8.0 in /benchmark-overhead (#8147)
Bumps [com.jayway.jsonpath:json-path](https://github.com/jayway/JsonPath) from 2.7.0 to 2.8.0. <details> <summary>Commits</summary> <ul> <li><a href="8a0d2fd594
"><code>8a0d2fd</code></a> Fix archive signing</li> <li><a href="8bae57fcbc
"><code>8bae57f</code></a> Merge branch 'master' of github.com:json-path/JsonPath</li> <li><a href="08830e92f4
"><code>08830e9</code></a> Upgrade org.json:json from 20140107 to 20230227 (<a href="https://redirect.github.com/jayway/JsonPath/issues/907">#907</a>)</li> <li><a href="edf52aa667
"><code>edf52aa</code></a> Release and fix docs</li> <li><a href="4a59845a74
"><code>4a59845</code></a> Revert to deprecated 'baseName'</li> <li><a href="1e6647bbce
"><code>1e6647b</code></a> Fix dependency issues in gradle build files</li> <li><a href="9a77472cc1
"><code>9a77472</code></a> Update dependencies</li> <li><a href="9729cb048b
"><code>9729cb0</code></a> Defines the pattern for taking item from collection of JSONArray by index (<a href="https://redirect.github.com/jayway/JsonPath/issues/842">#842</a>)</li> <li><a href="2eed3b9675
"><code>2eed3b9</code></a> Fix description for sub-array index example in table (<a href="https://redirect.github.com/jayway/JsonPath/issues/861">#861</a>)</li> <li><a href="b9860126d4
"><code>b986012</code></a> Update build.gradle (<a href="https://redirect.github.com/jayway/JsonPath/issues/866">#866</a>)</li> <li>Additional commits viewable in <a href="https://github.com/jayway/JsonPath/compare/json-path-2.7.0...json-path-2.8.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
925dffc0ac
commit
430b550430
|
@ -24,7 +24,7 @@ dependencies {
|
|||
testImplementation("org.junit.jupiter:junit-jupiter-params")
|
||||
testImplementation("com.squareup.okhttp3:okhttp:4.10.0")
|
||||
testImplementation("org.jooq:joox:2.0.0")
|
||||
testImplementation("com.jayway.jsonpath:json-path:2.7.0")
|
||||
testImplementation("com.jayway.jsonpath:json-path:2.8.0")
|
||||
testImplementation("org.slf4j:slf4j-simple:2.0.7")
|
||||
|
||||
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
|
||||
|
|
Loading…
Reference in New Issue