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/04 11:24:26 UTC

[nifi] 01/02: NIFI-9757 Upgraded SLF4J from 1.7.35 to 1.7.36

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

commit 923e9f4e4fef6df622bfdb1c82fbd3abfa2899ed
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Thu Mar 3 18:10:32 2022 -0600

    NIFI-9757 Upgraded SLF4J from 1.7.35 to 1.7.36
    
    This closes #5834
    
    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 64478a7..699409a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,7 +103,7 @@
         <org.apache.httpcomponents.httpclient.version>4.5.13</org.apache.httpcomponents.httpclient.version>
         <org.apache.httpcomponents.httpcore.version>4.4.15</org.apache.httpcomponents.httpcore.version>
         <org.bouncycastle.version>1.70</org.bouncycastle.version>
-        <org.slf4j.version>1.7.35</org.slf4j.version>
+        <org.slf4j.version>1.7.36</org.slf4j.version>
         <ranger.version>2.1.0</ranger.version>
         <jetty.version>9.4.45.v20220203</jetty.version>
         <jackson.version>2.13.1</jackson.version>