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

weichiu pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/branch-2.7 by this push:
     new 8ccb1c241a AMBARI-25727:Update slf4j version to 2.0.0 (#3360)
8ccb1c241a is described below

commit 8ccb1c241add242c753b7217acb9198fea3b3c4e
Author: Bhavik Patel <bhavikpatel...@gmail.com>
AuthorDate: Fri Sep 16 01:19:58 2022 +0530

    AMBARI-25727:Update slf4j version to 2.0.0 (#3360)
    
    Co-authored-by: Patel <bhavi...@visa.com>
---
 ambari-metrics/ambari-metrics-timelineservice/pom.xml | 5 +++--
 ambari-project/pom.xml                                | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/ambari-metrics/ambari-metrics-timelineservice/pom.xml 
b/ambari-metrics/ambari-metrics-timelineservice/pom.xml
index f0c9706971..06f58461d3 100644
--- a/ambari-metrics/ambari-metrics-timelineservice/pom.xml
+++ b/ambari-metrics/ambari-metrics-timelineservice/pom.xml
@@ -36,6 +36,7 @@
     <protobuf.version>2.5.0</protobuf.version>
     <phoenix.version>5.1.2</phoenix.version>
     <hbase.version>2.4.2</hbase.version>
+    <slf4j.version>2.0.0</slf4j.version>
   </properties>
 
   <build>
@@ -701,13 +702,13 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
-      <version>1.7.35</version>
+      <version>${slf4j.version}</version>
     </dependency>
 
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-reload4j</artifactId>
-      <version>1.7.35</version>
+      <version>${slf4j.version}</version>
     </dependency>
 
     <dependency>
diff --git a/ambari-project/pom.xml b/ambari-project/pom.xml
index a40805ad82..499393ea9c 100644
--- a/ambari-project/pom.xml
+++ b/ambari-project/pom.xml
@@ -36,7 +36,7 @@
     <checkstyle.version>6.19</checkstyle.version> <!-- last version that does 
not require Java 8 -->
     <swagger.version>1.5.19</swagger.version>
     <swagger.maven.plugin.version>3.1.4</swagger.maven.plugin.version>
-    <slf4j.version>1.7.35</slf4j.version>
+    <slf4j.version>2.0.0</slf4j.version>
     <reload4j.version>1.2.22</reload4j.version>
     <logback.version>1.2.10</logback.version>
     <guice.version>4.1.0</guice.version>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@ambari.apache.org
For additional commands, e-mail: commits-h...@ambari.apache.org

Reply via email to