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

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

commit 626edcd80c639f839a6b596a1ce5db28e66be775
Author: Pierre Villard <pierre.villard...@gmail.com>
AuthorDate: Sat Mar 18 18:34:35 2023 +0200

    NIFI-11299 Upgraded SLF4J from 2.0.6 to 2.0.7
    
    This closes #7054
    
    Signed-off-by: David Handermann <exceptionfact...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 19a900af70..2c0f5bfae9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,7 +118,7 @@
         
<org.apache.httpcomponents.httpcore.version>4.4.15</org.apache.httpcomponents.httpcore.version>
         <org.bouncycastle.version>1.71</org.bouncycastle.version>
         <testcontainers.version>1.17.6</testcontainers.version>
-        <org.slf4j.version>2.0.6</org.slf4j.version>
+        <org.slf4j.version>2.0.7</org.slf4j.version>
         <ranger.version>2.3.0</ranger.version>
         <jetty.version>9.4.50.v20221201</jetty.version>
         <jackson.bom.version>2.14.1</jackson.bom.version>

Reply via email to