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

smolnar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git


The following commit(s) were added to refs/heads/master by this push:
     new 641d0a4cd upgrade gson due to security issue (#582)
641d0a4cd is described below

commit 641d0a4cd6ee21fbf303af3dd21e5b91753318f1
Author: PJ Fanning <[email protected]>
AuthorDate: Wed Jun 1 16:08:51 2022 +0100

    upgrade gson due to security issue (#582)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 26d56d865..15f75cfc6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -200,7 +200,7 @@
         <forbiddenapis.version>3.1</forbiddenapis.version>
         <frontend-maven-plugin.version>1.11.0</frontend-maven-plugin.version>
         <glassfish-jaxb.version>2.3.3</glassfish-jaxb.version>
-        <gson.version>2.8.6</gson.version>
+        <gson.version>2.8.9</gson.version>
         <groovy.version>3.0.7</groovy.version>
         <guava.version>28.2-jre</guava.version>
         <hadoop.version>3.2.2</hadoop.version>

Reply via email to