You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by th...@apache.org on 2019/07/25 17:55:35 UTC

[nifi-registry] 05/06: NIFIREG-286 - Upgraded logback-classic dependency.

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

thenatog pushed a commit to branch NIFIREG-286
in repository https://gitbox.apache.org/repos/asf/nifi-registry.git

commit 8570aee991f97bb996da190fca848901f3f2bde6
Author: thenatog <th...@gmail.com>
AuthorDate: Wed Jul 24 12:49:52 2019 -0400

    NIFIREG-286 - Upgraded logback-classic dependency.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9ce09ea..3bac446 100644
--- a/pom.xml
+++ b/pom.xml
@@ -159,7 +159,7 @@
             <dependency>
                 <groupId>ch.qos.logback</groupId>
                 <artifactId>logback-classic</artifactId>
-                <version>1.1.3</version>
+                <version>1.2.3</version>
             </dependency>
             <dependency>
                 <groupId>ch.qos.logback</groupId>