Skip to content

build(deps): bump org.dbunit:dbunit from 3.4.0 to 3.5.1 - #53

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/org.dbunit-dbunit-3.5.1
Closed

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/org.dbunit-dbunit-3.5.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 29, 2026

Copy link
Copy Markdown
Contributor

Bumps org.dbunit:dbunit from 3.4.0 to 3.5.1.

Release notes

Sourced from org.dbunit:dbunit's releases.

3.5.1

Fixed Bugs

  • Fix a 3.5.0 regression (introduced by issue dbunit/dbunit-extension#496 fix) where FlatXmlProducer added every table from an explicitly-supplied metadata IDataSet as an empty table, not just tables actually present in the flat XML body: FlatXmlDataSetBuilder#setMetaDataSet(IDataSet) is documented as supplying column metadata only, but a broad metadata source such as a live database's full IDataSet (e.g. via DatabaseConnection#createDataSet()) was being read as if it enumerated the fixture's own tables, so DELETE_ALL/CLEAN_INSERT ended up touching every table in that broader source instead of only the ones the XML body mentions. FlatXmlProducer's issue dbunit/dbunit-extension#496 empty-table backfill now only runs when the metadata source is DTD-derived (a FlatDtdDataSet, whether parsed inline from the flat XML's own DOCTYPE or supplied via FlatXmlDataSetBuilder#setMetaDataSetFromDtd), restoring pre-3.5.0 behavior for any other explicitly-supplied metadata dataset. Issue: 951. Thanks to tkrah.

Full Changelog: dbunit/dbunit-extension@dbunit-3.5.0...dbunit-3.5.1

3.5.0

What's Changed

Full Changelog: dbunit/dbunit-extension@dbunit-3.4.0...dbunit-3.5.0

Commits
  • a1f5944 docs(site): Update index.adoc with 3.5.1 release
  • 2c76618 chore(release): Prep 3.5.1
  • 4674c5d fix(dataset): Restrict FlatXmlProducer empty-table backfill to DTD metadata
  • 085c74d docs: Convert lists and words to page links
  • 32a8e00 [maven-release-plugin] prepare for next development iteration
  • fe87f1b [maven-release-plugin] prepare release dbunit-3.5.0
  • 7b6d028 chore(release): Prep 3.5.0
  • 94d5db6 build: Change all 3.4.1 version refs to 3.5.0
  • b59c038 docs(site): Update next release summaries
  • c1685b5 fix(postgresql): PostgreSQLOidDataType doesn't read non-large-object oid
  • 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 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 [org.dbunit:dbunit](https://github.com/dbunit/dbunit-extension) from 3.4.0 to 3.5.1.
- [Release notes](https://github.com/dbunit/dbunit-extension/releases)
- [Commits](dbunit/dbunit-extension@dbunit-3.4.0...dbunit-3.5.1)

---
updated-dependencies:
- dependency-name: org.dbunit:dbunit
  dependency-version: 3.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 29, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 19, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #61.

@dependabot dependabot Bot closed this Sep 19, 2026
@dependabot
dependabot Bot deleted the dependabot/maven/org.dbunit-dbunit-3.5.1 branch September 19, 2026 19:12
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 java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants