You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2022/01/13 16:26:55 UTC

[nifi] branch support/nifi-1.15 updated: NIFI-9566 This closes #5657. Upgraded Logback from 1.2.9 to 1.2.10

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

joewitt pushed a commit to branch support/nifi-1.15
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/support/nifi-1.15 by this push:
     new 87ee86c  NIFI-9566 This closes #5657. Upgraded Logback from 1.2.9 to 1.2.10
87ee86c is described below

commit 87ee86c444b59073b7a87067d857ca6c08cd0c99
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Thu Jan 13 10:18:55 2022 -0600

    NIFI-9566 This closes #5657. Upgraded Logback from 1.2.9 to 1.2.10
    
    Signed-off-by: Joe Witt <jo...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1904f51..b8edf46 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,7 @@
         <gcs.version>2.1.5</gcs.version>
         <aspectj.version>1.9.6</aspectj.version>
         <jersey.version>2.33</jersey.version>
-        <logback.version>1.2.9</logback.version>
+        <logback.version>1.2.10</logback.version>
         <mockito.version>3.11.2</mockito.version>
         <netty.3.version>3.10.6.Final</netty.3.version>
         <netty.4.version>4.1.69.Final</netty.4.version>