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

pvillard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new a9f121c815 NIFI-12652 Upgraded SLF4J from 2.0.9 to 2.0.11
a9f121c815 is described below

commit a9f121c815b165841082916d45b65cf3a4a5e6c8
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 c587a1b639..dc5e7108fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,7 +126,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>
         <com.jayway.jsonpath.version>2.9.0</com.jayway.jsonpath.version>
         <derby.version>10.17.1.0</derby.version>
         <ranger.version>2.4.0</ranger.version>

Reply via email to