Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps io.burt:jmespath-jackson from 0.5.1 to 0.6.0.

Release notes

Sourced from io.burt:jmespath-jackson's releases.

jmespath-0.6.0

This release adds an adapter for Jackson jr thanks to @​jeromevdl, see #78 and a fix for negations by @​mntnorv, see #70

It also updates the minimum required version of Java to 8, see #79

Commits
  • 62ccff6 [maven-release-plugin] prepare release jmespath-0.6.0
  • 8bb8249 Add the Jackson jr module to pom.xml
  • 15dd014 Update my name in the contributors list
  • b7f1606 Revert "Merge pull request #75 from shuklaabhi/kotlinx-support"
  • 3514cb1 Merge pull request #79 from burtcorp/modernize
  • 4f8bad7 Change to Java 8 catch syntax with multiple exception types
  • 88bd640 Change from Arrays.asList to Collections.singletonList
  • b37d735 Prefer #isEmpty over #size/#length > 0
  • fd1ab53 Make the adapter variable final in the compliance tests
  • b673441 Use Hamcrest syntax for the compliance tests
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file maven labels Feb 26, 2024
@codecov-commenter
Copy link

codecov-commenter commented Feb 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.17%. Comparing base (cdad990) to head (16811c0).
Report is 1 commits behind head on main.

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

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #1587   +/-   ##
=========================================
  Coverage     79.17%   79.17%           
  Complexity      754      754           
=========================================
  Files            93       93           
  Lines          2877     2877           
  Branches        307      307           
=========================================
  Hits           2278     2278           
  Misses          501      501           
  Partials         98       98           

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

@jeromevdl
Copy link
Contributor

@dependabot recreate

Bumps [io.burt:jmespath-jackson](https://github.com/burtcorp/jmespath-java) from 0.5.1 to 0.6.0.
- [Release notes](https://github.com/burtcorp/jmespath-java/releases)
- [Commits](burtcorp/jmespath-java@jmespath-0.5.1...jmespath-0.6.0)

---
updated-dependencies:
- dependency-name: io.burt:jmespath-jackson
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/io.burt-jmespath-jackson-0.6.0 branch from 15ede75 to 16811c0 Compare February 26, 2024 16:46
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link
Contributor

💾 Artifacts Size Report

Module Version Size (KB)
powertools-core 1.19.0-SNAPSHOT 9.95
powertools-serialization 1.19.0-SNAPSHOT 17.93
powertools-logging 1.19.0-SNAPSHOT 45.84
powertools-tracing 1.19.0-SNAPSHOT 13.44
powertools-sqs 1.19.0-SNAPSHOT 29.00
powertools-metrics 1.19.0-SNAPSHOT 14.30
powertools-parameters 1.19.0-SNAPSHOT 41.06
powertools-validation 1.19.0-SNAPSHOT 18.90
powertools-cloudformation 1.19.0-SNAPSHOT 16.83
powertools-idempotency 1.19.0-SNAPSHOT 43.48
powertools-large-messages 1.19.0-SNAPSHOT 17.64
powertools-batch 1.19.0-SNAPSHOT 16.89

@jeromevdl jeromevdl merged commit 2289d97 into main Feb 26, 2024
@jeromevdl jeromevdl deleted the dependabot/maven/io.burt-jmespath-jackson-0.6.0 branch February 26, 2024 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file maven size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants