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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6d8167e  [DOXIASITETOOLS-260] Upgrade dependencies
6d8167e is described below

commit 6d8167e30620eb5a683c3115b72c45152d971ad6
Author: Michael Osipov <micha...@apache.org>
AuthorDate: Sun Jun 12 10:20:15 2022 +0200

    [DOXIASITETOOLS-260] Upgrade dependencies
---
 pom.xml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2529215..ad9ca19 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,7 @@ under the License.
   <properties>
     <javaVersion>8</javaVersion>
     <doxiaVersion>2.0.0-M2</doxiaVersion>
-    <slf4jVersion>1.7.32</slf4jVersion>
+    <slf4jVersion>1.7.36</slf4jVersion>
     <mavenVersion>3.2.5</mavenVersion>
     <aetherVersion>1.0.0.v20140518</aetherVersion>
     <wagonVersion>2.8</wagonVersion>
@@ -142,7 +142,7 @@ under the License.
       <dependency>
         <groupId>com.google.inject</groupId>
         <artifactId>guice</artifactId>
-        <version>4.2.2</version>
+        <version>4.2.3</version>
         <classifier>no_aop</classifier>
       </dependency>
       <dependency>
@@ -156,11 +156,10 @@ under the License.
           </exclusion>
         </exclusions>
       </dependency>
-      <!-- Don't upgrade, it is broken: 
https://github.com/codehaus-plexus/plexus-utils/commit/1e18ddcc98f318b36449102f3267fd4631cc668b
 -->
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-utils</artifactId>
-        <version>3.3.0</version>
+        <version>3.4.2</version>
       </dependency>
       <!--  SLF4J -->
       <dependency>

Reply via email to