You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by mt...@apache.org on 2022/11/18 13:36:37 UTC

[nifi] 04/05: NIFI-10807 - Update gson to 2.10

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

mthomsen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit f717025380fa0731a9be45179c9ca215bbe4c87e
Author: Pierre Villard <pi...@gmail.com>
AuthorDate: Fri Nov 18 12:16:12 2022 +0100

    NIFI-10807 - Update gson to 2.10
    
    This closes #6680
    
    Signed-off-by: Mike Thomsen <mt...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 771b20a9a7..b6525413a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,7 +106,7 @@
         <inceptionYear>2014</inceptionYear>
         <com.amazonaws.version>1.12.299</com.amazonaws.version>
         <software.amazon.awssdk.version>2.17.270</software.amazon.awssdk.version>
-        <gson.version>2.9.1</gson.version>
+        <gson.version>2.10</gson.version>
         <kotlin.version>1.7.20</kotlin.version>
         <okhttp.version>4.10.0</okhttp.version>
         <org.apache.commons.cli.version>1.5.0</org.apache.commons.cli.version>