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 2022/08/03 18:32:08 UTC

[nifi] branch main updated: NIFI-10311 Upgraded Avro from 1.11.0 to 1.11.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 8e7b78941e NIFI-10311 Upgraded Avro from 1.11.0 to 1.11.1
8e7b78941e is described below

commit 8e7b78941ebaab5bedff2695a4f3d800cabff59c
Author: UcanInfosec <10...@users.noreply.github.com>
AuthorDate: Wed Aug 3 07:45:25 2022 -0400

    NIFI-10311 Upgraded Avro from 1.11.0 to 1.11.1
    
    This closes #6267
    
    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 4a09df5d86..4e4d741108 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,7 +116,7 @@
         <ranger.version>2.2.0</ranger.version>
         <jetty.version>9.4.48.v20220622</jetty.version>
         <jackson.bom.version>2.13.3</jackson.bom.version>
-        <avro.version>1.11.0</avro.version>
+        <avro.version>1.11.1</avro.version>
         <jaxb.runtime.version>2.3.5</jaxb.runtime.version>
         <javax.annotation-api.version>1.3.2</javax.annotation-api.version>
         <jakarta.xml.bind-api.version>2.3.3</jakarta.xml.bind-api.version>