From b48b6903c18b87038e3583bc88296ebd5c4266a4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Jul 2022 04:51:30 +0000 Subject: [PATCH] fix: upgrade com.h2database:h2 from 2.1.212 to 2.1.214 Snyk has created this PR to upgrade com.h2database:h2 from 2.1.212 to 2.1.214. See this package in Maven Repository: https://mvnrepository.com/artifact/com.h2database/h2/ See this project in Snyk: https://app.snyk.io/org/boomerang-io/project/09b9b599-a86e-4de6-96de-9403891ff5a1?utm_source=github&utm_medium=referral&page=upgrade-pr --- distributed-lock-example/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distributed-lock-example/pom.xml b/distributed-lock-example/pom.xml index 629c113..4a42ad4 100644 --- a/distributed-lock-example/pom.xml +++ b/distributed-lock-example/pom.xml @@ -30,7 +30,7 @@ com.h2database h2 - 2.1.212 + 2.1.214 \ No newline at end of file