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-dbutils.git
The following commit(s) were added to refs/heads/master by this push:
new 77a62d8 Bump com.h2database:h2 from 2.4.240 to 2.5.250 (#410)
77a62d8 is described below
commit 77a62d8209c0c05ad6d258ee5849b9dca0a0c5b1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Sep 20 10:27:31 2026 -0400
Bump com.h2database:h2 from 2.4.240 to 2.5.250 (#410)
Bumps [com.h2database:h2](https://github.com/h2database/h2database) from
2.4.240 to 2.5.250.
- [Release notes](https://github.com/h2database/h2database/releases)
-
[Commits](https://github.com/h2database/h2database/compare/version-2.4.240...version-2.5.250)
---
updated-dependencies:
- dependency-name: com.h2database:h2
dependency-version: 2.5.250
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 48eca83..8d85b9d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
- <version>2.4.240</version>
+ <version>2.5.250</version>
<scope>test</scope>
</dependency>
<dependency>