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
The following commit(s) were added to refs/heads/main by this push:
new 86f01af60e NIFI-10480 Upgraded gson to 2.9.1
86f01af60e is described below
commit 86f01af60ea7d328d62758e29d34c855bb176b9f
Author: UcanInfosec <[email protected]>
AuthorDate: Sun Sep 11 09:25:57 2022 -0400
NIFI-10480 Upgraded gson to 2.9.1
This closes #6399
Signed-off-by: Mike Thomsen <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 4c704c313b..df1ca7f83b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,7 +104,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<inceptionYear>2014</inceptionYear>
- <gson.version>2.9.0</gson.version>
+ <gson.version>2.9.1</gson.version>
<kotlin.version>1.7.10</kotlin.version>
<okhttp.version>4.10.0</okhttp.version>
<org.apache.commons.lang3.version>3.12.0</org.apache.commons.lang3.version>