Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump json-unit from 3.0.0 to 3.2.7 #213

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 26, 2024

Bumps json-unit from 3.0.0 to 3.2.7.
Updates net.javacrumbs.json-unit:json-unit from 3.0.0 to 3.2.7

Commits
  • 9a70f0b [maven-release-plugin] prepare release json-unit-parent-3.2.7
  • 48e7b05 Optimize path comparison
  • 5402c4d Optimize path comparison
  • 69285ff Optimize path comparison
  • 6d9c11c README updated
  • 102d67b [maven-release-plugin] prepare for next development iteration
  • 0bf3447 [maven-release-plugin] prepare release json-unit-parent-3.2.5
  • 327f580 #483 Support JsonPath in whenIgnoringPaths (#729)
  • 62d692c Bump ch.qos.logback:logback-classic from 1.4.14 to 1.5.0 (#728)
  • 7f14d5a Bump spring.version from 6.1.3 to 6.1.4 (#727)
  • Additional commits viewable in compare view

Updates net.javacrumbs.json-unit:json-unit-assertj from 3.0.0 to 3.2.7

Commits
  • 9a70f0b [maven-release-plugin] prepare release json-unit-parent-3.2.7
  • 48e7b05 Optimize path comparison
  • 5402c4d Optimize path comparison
  • 69285ff Optimize path comparison
  • 6d9c11c README updated
  • 102d67b [maven-release-plugin] prepare for next development iteration
  • 0bf3447 [maven-release-plugin] prepare release json-unit-parent-3.2.5
  • 327f580 #483 Support JsonPath in whenIgnoringPaths (#729)
  • 62d692c Bump ch.qos.logback:logback-classic from 1.4.14 to 1.5.0 (#728)
  • 7f14d5a Bump spring.version from 6.1.3 to 6.1.4 (#727)
  • Additional commits viewable in compare view

Updates net.javacrumbs.json-unit:json-unit-json-path from 3.0.0 to 3.2.7

Commits
  • 9a70f0b [maven-release-plugin] prepare release json-unit-parent-3.2.7
  • 48e7b05 Optimize path comparison
  • 5402c4d Optimize path comparison
  • 69285ff Optimize path comparison
  • 6d9c11c README updated
  • 102d67b [maven-release-plugin] prepare for next development iteration
  • 0bf3447 [maven-release-plugin] prepare release json-unit-parent-3.2.5
  • 327f580 #483 Support JsonPath in whenIgnoringPaths (#729)
  • 62d692c Bump ch.qos.logback:logback-classic from 1.4.14 to 1.5.0 (#728)
  • 7f14d5a Bump spring.version from 6.1.3 to 6.1.4 (#727)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps `json-unit` from 3.0.0 to 3.2.7.

Updates `net.javacrumbs.json-unit:json-unit` from 3.0.0 to 3.2.7
- [Commits](lukas-krecan/JsonUnit@json-unit-parent-3.0.0...json-unit-parent-3.2.7)

Updates `net.javacrumbs.json-unit:json-unit-assertj` from 3.0.0 to 3.2.7
- [Commits](lukas-krecan/JsonUnit@json-unit-parent-3.0.0...json-unit-parent-3.2.7)

Updates `net.javacrumbs.json-unit:json-unit-json-path` from 3.0.0 to 3.2.7
- [Commits](lukas-krecan/JsonUnit@json-unit-parent-3.0.0...json-unit-parent-3.2.7)

---
updated-dependencies:
- dependency-name: net.javacrumbs.json-unit:json-unit
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: net.javacrumbs.json-unit:json-unit-assertj
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: net.javacrumbs.json-unit:json-unit-json-path
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Author

dependabot bot commented on behalf of github Feb 26, 2024

The following labels could not be found: dependencies, java.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

❗ No coverage uploaded for pull request base (main@caaf554). Click here to learn what that means.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #213   +/-   ##
=======================================
  Coverage        ?   72.11%           
=======================================
  Files           ?      839           
  Lines           ?    16872           
  Branches        ?      954           
=======================================
  Hits            ?    12168           
  Misses          ?     4306           
  Partials        ?      398           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

github-actions bot commented Feb 26, 2024

Test Results

   500 files  ±0     500 suites  ±0   18m 44s ⏱️ - 2m 4s
12 829 tests ±0  12 797 ✅ ±0  32 💤 ±0  0 ❌ ±0 
12 869 runs  ±0  12 837 ✅ ±0  32 💤 ±0  0 ❌ ±0 

Results for commit eac8798. ± Comparison against base commit caaf554.

This pull request removes 135 and adds 135 tests. Note that renamed tests count towards both.
org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest ‑ [10] ACCEPTING, TERMINATED, java.util.concurrent.CompletableFuture@54275b5d[Completed normally], org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest$DispatchFailureArguments$$Lambda$618/0x0000000801385330@5d01b0d8
org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest ‑ [11] VERIFYING, TERMINATED, java.util.concurrent.CompletableFuture@6851b296[Completed normally], org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest$DispatchFailureArguments$$Lambda$619/0x0000000801385590@9e50283
org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest ‑ [12] TERMINATING, TERMINATED, java.util.concurrent.CompletableFuture@194224ca[Completed normally], org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest$DispatchFailureArguments$$Lambda$620/0x00000008013857f0@254e9709
org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest ‑ [1] REQUESTING, REQUESTING, java.util.concurrent.CompletableFuture@7bc2bb58[Completed exceptionally: org.eclipse.edc.spi.EdcException: error], org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest$DispatchFailureArguments$$Lambda$609/0x0000000801383990@7e2c6fd6
org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest ‑ [2] ACCEPTING, ACCEPTING, java.util.concurrent.CompletableFuture@6728370a[Completed exceptionally: org.eclipse.edc.spi.EdcException: error], org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest$DispatchFailureArguments$$Lambda$610/0x0000000801383bf0@2b5f8e61
org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest ‑ [3] VERIFYING, VERIFYING, java.util.concurrent.CompletableFuture@498a4d62[Completed exceptionally: org.eclipse.edc.spi.EdcException: error], org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest$DispatchFailureArguments$$Lambda$611/0x0000000801383e50@6fbe4800
org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest ‑ [4] TERMINATING, TERMINATING, java.util.concurrent.CompletableFuture@70139a81[Completed exceptionally: org.eclipse.edc.spi.EdcException: error], org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest$DispatchFailureArguments$$Lambda$612/0x00000008013840b0@60f9dc7e
org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest ‑ [5] REQUESTING, TERMINATING, java.util.concurrent.CompletableFuture@632d4cf2[Completed exceptionally: org.eclipse.edc.spi.EdcException: error], org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest$DispatchFailureArguments$$Lambda$613/0x0000000801384310@f10d055
org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest ‑ [6] ACCEPTING, TERMINATING, java.util.concurrent.CompletableFuture@536da29c[Completed exceptionally: org.eclipse.edc.spi.EdcException: error], org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest$DispatchFailureArguments$$Lambda$614/0x0000000801384570@58fbcb71
org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest ‑ [7] VERIFYING, TERMINATING, java.util.concurrent.CompletableFuture@28fa541[Completed exceptionally: org.eclipse.edc.spi.EdcException: error], org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest$DispatchFailureArguments$$Lambda$615/0x00000008013847d0@5a82bc58
…
org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest ‑ [10] ACCEPTING, TERMINATED, java.util.concurrent.CompletableFuture@3ff8a3ad[Completed normally], org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest$DispatchFailureArguments$$Lambda$618/0x00007f1da4381000@550fa96f
org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest ‑ [11] VERIFYING, TERMINATED, java.util.concurrent.CompletableFuture@77ba583[Completed normally], org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest$DispatchFailureArguments$$Lambda$619/0x00007f1da4381260@5613247e
org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest ‑ [12] TERMINATING, TERMINATED, java.util.concurrent.CompletableFuture@2d07aacc[Completed normally], org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest$DispatchFailureArguments$$Lambda$620/0x00007f1da43814c0@ff5d4f1
org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest ‑ [1] REQUESTING, REQUESTING, java.util.concurrent.CompletableFuture@2404abe2[Completed exceptionally: org.eclipse.edc.spi.EdcException: error], org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest$DispatchFailureArguments$$Lambda$609/0x00007f1da4382640@16cf7fd0
org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest ‑ [2] ACCEPTING, ACCEPTING, java.util.concurrent.CompletableFuture@38ef1a0a[Completed exceptionally: org.eclipse.edc.spi.EdcException: error], org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest$DispatchFailureArguments$$Lambda$610/0x00007f1da43828a0@56f9de3b
org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest ‑ [3] VERIFYING, VERIFYING, java.util.concurrent.CompletableFuture@1ed9d173[Completed exceptionally: org.eclipse.edc.spi.EdcException: error], org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest$DispatchFailureArguments$$Lambda$611/0x00007f1da4382b00@6e981e78
org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest ‑ [4] TERMINATING, TERMINATING, java.util.concurrent.CompletableFuture@4fa5cc73[Completed exceptionally: org.eclipse.edc.spi.EdcException: error], org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest$DispatchFailureArguments$$Lambda$612/0x00007f1da4382d60@224e6e88
org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest ‑ [5] REQUESTING, TERMINATING, java.util.concurrent.CompletableFuture@70c56434[Completed exceptionally: org.eclipse.edc.spi.EdcException: error], org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest$DispatchFailureArguments$$Lambda$613/0x00007f1da4382fc0@2c3f43d1
org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest ‑ [6] ACCEPTING, TERMINATING, java.util.concurrent.CompletableFuture@3dd2b9c1[Completed exceptionally: org.eclipse.edc.spi.EdcException: error], org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest$DispatchFailureArguments$$Lambda$614/0x00007f1da4383220@6a1d1467
org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest ‑ [7] VERIFYING, TERMINATING, java.util.concurrent.CompletableFuture@3c27f72[Completed exceptionally: org.eclipse.edc.spi.EdcException: error], org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest$DispatchFailureArguments$$Lambda$615/0x00007f1da4383480@5cbe95b1
…

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Mar 5, 2024

This pull request is stale because it has been open for 7 days with no activity.

@github-actions github-actions bot added the stale label Mar 5, 2024
Copy link

This pull request was closed because it has been inactive for 7 days since being marked as stale.

@github-actions github-actions bot closed this Mar 12, 2024
Copy link
Author

dependabot bot commented on behalf of github Mar 12, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/gradle/json-unit-3.2.7 branch March 12, 2024 01:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant