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

Bump the dependencies group with 2 updates #2451

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2025

Bumps the dependencies group with 2 updates: org.xerial:sqlite-jdbc and org.assertj:assertj-core.

Updates org.xerial:sqlite-jdbc from 3.47.1.0 to 3.47.2.0

Release notes

Sourced from org.xerial:sqlite-jdbc's releases.

Release 3.47.2.0

Changelog

🚀 Features

sqlite

  • upgrade to sqlite 3.47.2 (0bd2f8f)

🐛 Fixes

jdbc

  • getColumns doesn't correctly parse precision/scale with whitespace (8455468), closes #1215

🛠 Build

deps

  • bump org.apache.maven.plugins:maven-javadoc-plugin (533efae)
  • bump org.graalvm.buildtools:native-maven-plugin (bbe5e1e)

deps-dev

  • bump org.assertj:assertj-core from 3.26.3 to 3.27.0 (8283aa7)
  • bump org.junit.jupiter:junit-jupiter (80e51ea)

Contributors

We'd like to thank the following people for their contributions: Gauthier, Gauthier Roebroeck

Commits
  • d56e2c4 chore(release): 3.47.2.0 [skip ci]
  • 3e3f5b9 chore: update native libraries
  • 0bd2f8f feat(sqlite): upgrade to sqlite 3.47.2
  • 8283aa7 build(deps-dev): bump org.assertj:assertj-core from 3.26.3 to 3.27.0
  • 80e51ea build(deps-dev): bump org.junit.jupiter:junit-jupiter
  • 533efae build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin
  • bbe5e1e build(deps): bump org.graalvm.buildtools:native-maven-plugin
  • 8455468 fix(jdbc): getColumns doesn't correctly parse precision/scale with whitespace
  • 27cbdc0 chore(release): prepare next snapshot [skip ci]
  • See full diff in compare view

Updates org.assertj:assertj-core from 3.27.0 to 3.27.2

Release notes

Sourced from org.assertj:assertj-core's releases.

v3.27.2

🐛 Bug Fixes

Core

  • Restore support for null-valued maps when ignoring fields #3723

v3.27.1

🚫 Deprecated

Core

  • Deprecate usingComparatorForFields and remove deprecated assertions from usingComparatorForType documentation #3711
  • Deprecate hasCauseReference(Throwable) from Throwable assertions #3715

🐛 Bug Fixes

Core

  • Fix missing introspection for record accessors #3710
  • Honor assertion description in asString()
  • Avoid InputStream manipulation when mark / reset are supported #3713
  • NPE with custom RecursiveComparisonConfiguration on usingRecursiveFieldByFieldElementComparator #3719

⚡ Improvements

  • Declare license using SPDX identifier #3718

❤️ Contributors

Thanks to all the contributors who worked on this release:

@​Bananeweizen @​jessicant @​nith2001

Commits
  • 4064cb7 [maven-release-plugin] prepare release assertj-build-3.27.2
  • d7df2d7 Restore support for null-valued maps when ignoring fields (#3723)
  • 9cf73ca [maven-release-plugin] prepare for next development iteration
  • 8cd0c63 [maven-release-plugin] prepare release assertj-build-3.27.1
  • 6ea4d4f Recursive comparison: add test with ignored fields in nested map
  • 75954ab Update license header year to 2025
  • 8030727 RecursiveComparisonConfiguration.Builder: set the standard representation if ...
  • 4207e83 Avoid InputStream manipulation when mark / reset are supported (#3713)
  • d692186 Deprecate hasCauseReference(throwable) in favor of cause().isSameAs(throwable)
  • ae98ebd Declare license using SPDX identifier (#3718)
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 2 updates: [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) and [org.assertj:assertj-core](https://github.com/assertj/assertj).


Updates `org.xerial:sqlite-jdbc` from 3.47.1.0 to 3.47.2.0
- [Release notes](https://github.com/xerial/sqlite-jdbc/releases)
- [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG)
- [Commits](xerial/sqlite-jdbc@3.47.1.0...3.47.2.0)

Updates `org.assertj:assertj-core` from 3.27.0 to 3.27.2
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.27.0...assertj-build-3.27.2)

---
updated-dependencies:
- dependency-name: org.xerial:sqlite-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.assertj:assertj-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 6, 2025
@dependabot dependabot bot requested review from a team, komamitsu, brfrn169, feeblefakie and Torch3333 and removed request for a team January 6, 2025 19:19
@brfrn169 brfrn169 merged commit e8de4c5 into master Jan 7, 2025
48 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/dependencies-93fada03ae branch January 7, 2025 01:50
feeblefakie pushed a commit that referenced this pull request Jan 7, 2025
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 improvement java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants