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/04/03 21:23:14 UTC

[maven-site-plugin] 02/03: Bump slf4j to 1.7.29 (tests)

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

slachiewicz pushed a commit to branch MSITE-871
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git

commit 145ecb57facd3866ff1e794060c9e13a79c6049c
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Apr 3 23:13:15 2021 +0200

    Bump slf4j to 1.7.29 (tests)
---
 pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1306104..02beb4d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -204,6 +204,7 @@ under the License.
     <plexusVersion>1.5.4</plexusVersion>
     <scmVersion>1.4</scmVersion>
     <wagonVersion>3.3.1</wagonVersion>
+    <slf4jVersion>1.7.29</slf4jVersion>
     <!-- for ITs -->
     <checkstylePluginVersion>2.9.1</checkstylePluginVersion>
     <javadocPluginVersion>3.0.1</javadocPluginVersion>
@@ -462,21 +463,21 @@ under the License.
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
-      <version>1.5.3</version>
+      <version>${slf4jVersion}</version>
       <scope>test</scope>
     </dependency>
 
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
-      <version>1.5.3</version>
+      <version>${slf4jVersion}</version>
       <scope>test</scope>
     </dependency>
 
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>jcl-over-slf4j</artifactId>
-      <version>1.6.1</version>
+      <version>${slf4jVersion}</version>
       <scope>test</scope>
     </dependency>