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

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


The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
     new 088cbc5221 NIFI-12652 Upgraded SLF4J from 2.0.9 to 2.0.11
088cbc5221 is described below

commit 088cbc5221f60d0643f5aaabe5977edf817ff772
Author: exceptionfactory <exceptionfact...@apache.org>
AuthorDate: Mon Jan 22 11:03:12 2024 -0600

    NIFI-12652 Upgraded SLF4J from 2.0.9 to 2.0.11
    
    Signed-off-by: Pierre Villard <pierre.villard...@gmail.com>
    
    This closes #8283.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 03909ad6ff..bc0cc97345 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,7 +122,7 @@
         
<org.apache.httpcomponents.httpcore.version>4.4.16</org.apache.httpcomponents.httpcore.version>
         <org.bouncycastle.version>1.77</org.bouncycastle.version>
         <testcontainers.version>1.19.3</testcontainers.version>
-        <org.slf4j.version>2.0.9</org.slf4j.version>
+        <org.slf4j.version>2.0.11</org.slf4j.version>
         <ranger.version>2.4.0</ranger.version>
         <jetty.version>9.4.53.v20231009</jetty.version>
         <jackson.bom.version>2.16.1</jackson.bom.version>

Reply via email to