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/03/11 23:02:24 UTC

[nifi] branch main updated: NIFI-9789 Upgraded Logback from 1.2.10 to 1.2.11

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 6e974a1  NIFI-9789 Upgraded Logback from 1.2.10 to 1.2.11
6e974a1 is described below

commit 6e974a1fd21dc95f78450ced7a4811e1b6e60466
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Fri Mar 11 06:54:42 2022 -0600

    NIFI-9789 Upgraded Logback from 1.2.10 to 1.2.11
    
    This closes #5858
    
    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 4654fc9..dc5f85a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,7 +119,7 @@
         <gcs.version>2.1.5</gcs.version>
         <aspectj.version>1.9.6</aspectj.version>
         <jersey.version>2.35</jersey.version>
-        <logback.version>1.2.10</logback.version>
+        <logback.version>1.2.11</logback.version>
         <mockito.version>3.11.2</mockito.version>
         <netty.3.version>3.10.6.Final</netty.3.version>
         <netty.4.version>4.1.74.Final</netty.4.version>