Skip to content

build(deps): bump org.dbunit:dbunit from 3.4.0 to 3.5.2 - #61

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 19, 2026

Copy link
Copy Markdown
Contributor

Bumps org.dbunit:dbunit from 3.4.0 to 3.5.2.

Release notes

Sourced from org.dbunit:dbunit's releases.

3.5.2

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

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
  • 7383091 chore(release): Prep 3.5.2
  • 07ca36c fix(database): Warn when DefaultPrepAndExpectedTestCase gets a non-autocommit...
  • 9ec2bc7 fix(database): Drop a closed connection kept by DefaultPrepAndExpectedTestCase
  • 7873c15 build: Set project version to 3.5.2-SNAPSHOT
  • 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
  • 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.2.
- [Release notes](https://github.com/dbunit/dbunit-extension/releases)
- [Commits](dbunit/dbunit-extension@dbunit-3.4.0...dbunit-3.5.2)

---
updated-dependencies:
- dependency-name: org.dbunit:dbunit
  dependency-version: 3.5.2
  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 Sep 19, 2026
@coderabbitai

coderabbitai Bot commented Sep 19, 2026

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository: dbunit/dbunit-maven-plugin/.coderabbit.yml

Review profile: ASSERTIVE

Plan: Advanced

Run ID: ede8a1fc-20b0-4b44-813e-f044d6a281d6

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@dependabot @github

dependabot Bot commented on behalf of github Sep 20, 2026

Copy link
Copy Markdown
Contributor Author

Looks like org.dbunit:dbunit is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 20, 2026
@dependabot
dependabot Bot deleted the dependabot/maven/org.dbunit-dbunit-3.5.2 branch September 20, 2026 16:40
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