You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@johnzon.apache.org by jl...@apache.org on 2023/05/09 13:49:47 UTC

[johnzon] branch master updated: fix: CVE-2022-45868

This is an automated email from the ASF dual-hosted git repository.

jlmonteiro 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 aad59d60 fix: CVE-2022-45868
aad59d60 is described below

commit aad59d6071a63c7ad189d750171633460f26bcbb
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Tue May 9 15:49:37 2023 +0200

    fix: CVE-2022-45868
---
 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 c4666137..d808dcad 100644
--- a/johnzon-mapper/pom.xml
+++ b/johnzon-mapper/pom.xml
@@ -61,7 +61,7 @@
     <dependency>
       <groupId>com.h2database</groupId>
       <artifactId>h2</artifactId>
-      <version>2.1.210</version>
+      <version>2.1.214</version>
       <scope>test</scope>
     </dependency>
   </dependencies>