From 61fcd9244069a38ffed8b573610bd59dbed6dece Mon Sep 17 00:00:00 2001 From: Jan Fretheim Date: Fri, 16 Jun 2023 11:35:08 +0200 Subject: [PATCH] GH-218: address CVE-2023-34455 --- .idea/encodings.xml | 2 -- pom.xml | 8 +++++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.idea/encodings.xml b/.idea/encodings.xml index ec51e76..ee46050 100644 --- a/.idea/encodings.xml +++ b/.idea/encodings.xml @@ -5,7 +5,5 @@ - - \ No newline at end of file diff --git a/pom.xml b/pom.xml index 087a77e..72c75d6 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ 3.1.2 3.1.2 UTF-8 - 3.4.1 + 3.5.0 7.4.0 2.13 5.5.0 @@ -42,6 +42,7 @@ 2.0.7 0.23.1 2.7.10 + 1.1.10.1 @@ -143,6 +144,11 @@ pom import + + org.xerial.snappy + snappy-java + ${snappy.version} +