You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/08/22 23:04:38 UTC

[maven-indexer] branch master updated: Bump slf4j to 1.7.32

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-indexer.git


The following commit(s) were added to refs/heads/master by this push:
     new a93e5ff  Bump slf4j to 1.7.32
a93e5ff is described below

commit a93e5ff38b2f765fe504149076bc1c1f9cf2e376
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon Aug 23 01:03:33 2021 +0200

    Bump slf4j to 1.7.32
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e063a99..6bf8d74 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,6 +97,7 @@ under the License.
     <archetype.version>3.2.0</archetype.version>
     <wagon.version>3.4.3</wagon.version>
     <surefire.version>2.22.2</surefire.version>
+    <slf4j.version>1.7.32</slf4j.version>
     <maven.site.path>maven-indexer-archives/maven-indexer-LATEST</maven.site.path>
     <project.build.outputTimestamp>2020-02-02T02:02:02Z</project.build.outputTimestamp>
   </properties>
@@ -111,7 +112,7 @@ under the License.
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-api</artifactId>
-        <version>1.7.30</version>
+        <version>${slf4j.version}</version>
       </dependency>
       <dependency>
         <groupId>ch.qos.logback</groupId>
@@ -130,7 +131,7 @@ under the License.
              as it would otherwise use commons-logging and do it's own other thing. -->
         <groupId>org.slf4j</groupId>
         <artifactId>jcl-over-slf4j</artifactId>
-        <version>1.7.30</version>
+        <version>${slf4j.version}</version>
         <optional>true</optional>
       </dependency>