This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git
The following commit(s) were added to refs/heads/master by this push:
new b34b9e28b Bump org.dbunit:dbunit from 3.0.0 to 3.2.0 (#643)
b34b9e28b is described below
commit b34b9e28b0543c3be3eb1691ac6681504fad6be4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 1 19:01:51 2026 -0400
Bump org.dbunit:dbunit from 3.0.0 to 3.2.0 (#643)
Bumps [org.dbunit:dbunit](https://github.com/dbunit/dbunit-extension) from
3.0.0 to 3.2.0.
-
[Commits](https://github.com/dbunit/dbunit-extension/compare/dbunit-3.0.0...dbunit-3.2.0)
---
updated-dependencies:
- dependency-name: org.dbunit:dbunit
dependency-version: 3.2.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 555508c07..c38979d1e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -263,7 +263,7 @@
<dependency>
<groupId>org.dbunit</groupId>
<artifactId>dbunit</artifactId>
- <version>3.0.0</version>
+ <version>3.2.0</version>
<scope>test</scope>
</dependency>
<dependency>