This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/main by this push:
new 276c4fbd6f Bump com.h2database:h2 from 2.2.224 to 2.4.240 (#2465)
276c4fbd6f is described below
commit 276c4fbd6f650315f0118c54040f037429a64316
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Mar 21 06:30:28 2026 +0100
Bump com.h2database:h2 from 2.2.224 to 2.4.240 (#2465)
Bumps [com.h2database:h2](https://github.com/h2database/h2database) from
2.2.224 to 2.4.240.
- [Release notes](https://github.com/h2database/h2database/releases)
-
[Commits](https://github.com/h2database/h2database/compare/version-2.2.224...version-2.4.240)
---
updated-dependencies:
- dependency-name: com.h2database:h2
dependency-version: 2.4.240
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>
---
jaas/modules/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jaas/modules/pom.xml b/jaas/modules/pom.xml
index 8c27386263..9dcf7f2ebc 100644
--- a/jaas/modules/pom.xml
+++ b/jaas/modules/pom.xml
@@ -138,7 +138,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
- <version>2.2.224</version>
+ <version>2.4.240</version>
<scope>test</scope>
</dependency>
<dependency>