You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ex...@apache.org on 2023/01/20 20:31:33 UTC

[nifi] branch main updated: NIFI-11080 Updated Gson from 2.10 to 2.10.1

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

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


The following commit(s) were added to refs/heads/main by this push:
     new a4188bb487 NIFI-11080 Updated Gson from 2.10 to 2.10.1
a4188bb487 is described below

commit a4188bb487c2faa444f064af5d8984680fcbfd3e
Author: mr1716 <ms...@rit.edu>
AuthorDate: Fri Jan 20 07:51:17 2023 -0500

    NIFI-11080 Updated Gson from 2.10 to 2.10.1
    
    This closes #6874
    
    Signed-off-by: David Handermann <ex...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fe3ce12cdc..fa9be9a577 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,7 +106,7 @@
         <inceptionYear>2014</inceptionYear>
         <com.amazonaws.version>1.12.371</com.amazonaws.version>
         <software.amazon.awssdk.version>2.17.295</software.amazon.awssdk.version>
-        <gson.version>2.10</gson.version>
+        <gson.version>2.10.1</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>