This is an automated email from the ASF dual-hosted git repository.
jungm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/johnzon.git
The following commit(s) were added to refs/heads/master by this push:
new eb2362ae Bump h2 from 2.1.214 to 2.2.220 in /johnzon-mapper (#108)
eb2362ae is described below
commit eb2362aed4606fd7d8740fc750cafe79a1252c6c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Mar 17 18:16:55 2024 +0100
Bump h2 from 2.1.214 to 2.2.220 in /johnzon-mapper (#108)
Bumps [h2](https://github.com/h2database/h2database) from 2.1.214 to
2.2.220.
- [Release notes](https://github.com/h2database/h2database/releases)
-
[Commits](https://github.com/h2database/h2database/compare/version-2.1.214...version-2.2.220)
---
updated-dependencies:
- dependency-name: com.h2database:h2
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
johnzon-mapper/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/johnzon-mapper/pom.xml b/johnzon-mapper/pom.xml
index e40b9b6e..209de6f5 100644
--- a/johnzon-mapper/pom.xml
+++ b/johnzon-mapper/pom.xml
@@ -63,7 +63,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
- <version>2.1.214</version>
+ <version>2.2.220</version>
<scope>test</scope>
</dependency>
</dependencies>