From a9de0edfee70482ef7450c19ac73657e8529c558 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Schn=C3=A9ider?= Date: Thu, 17 Nov 2022 08:54:31 -0700 Subject: [PATCH] Update commons-text Resolves CVE-2022-42889 and fixes #438 --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 2eb8c796adb..4a648141001 100644 --- a/pom.xml +++ b/pom.xml @@ -145,6 +145,12 @@ rsocket-core 1.1.3 + + + org.apache.commons + commons-text + 1.10.0 + org.rocksdb rocksdbjni @@ -205,6 +211,7 @@ + org.junit.jupiter junit-jupiter-api ${junit-jupiter.version}