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 2020/10/25 07:45:09 UTC

[maven] 01/01: update dependencies

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

slachiewicz pushed a commit to branch feature/update_versions
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 3bf4687c0ef4c9f696586302ffb26f111080f29f
Author: gmakris <ge...@gmail.com>
AuthorDate: Sun Oct 25 08:28:31 2020 +0100

    update dependencies
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9976dff..6a9e4da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,15 +51,15 @@ under the License.
     <maven.compiler.target>1.8</maven.compiler.target>
     <classWorldsVersion>2.6.0</classWorldsVersion>
     <commonsCliVersion>1.4</commonsCliVersion>
-    <commonsLangVersion>3.8.1</commonsLangVersion>
-    <junitVersion>4.13</junitVersion>
-    <mockitoVersion>3.2.0</mockitoVersion>
+    <commonsLangVersion>3.11</commonsLangVersion>
+    <junitVersion>4.13.1</junitVersion>
+    <mockitoVersion>3.5.13</mockitoVersion>
     <plexusVersion>2.1.0</plexusVersion>
     <plexusInterpolationVersion>1.26</plexusInterpolationVersion>
     <plexusUtilsVersion>3.3.0</plexusUtilsVersion>
     <guiceVersion>4.2.3</guiceVersion>
     <sisuInjectVersion>0.3.4</sisuInjectVersion>
-    <wagonVersion>3.4.0</wagonVersion>
+    <wagonVersion>3.4.1</wagonVersion>
     <jsoupVersion>1.12.1</jsoupVersion>
     <securityDispatcherVersion>1.4</securityDispatcherVersion>
     <cipherVersion>1.8</cipherVersion>
@@ -328,7 +328,7 @@ under the License.
       <dependency>
         <groupId>ch.qos.logback</groupId>
         <artifactId>logback-classic</artifactId>
-        <version>1.2.1</version>
+        <version>1.2.3</version>
         <optional>true</optional>
       </dependency>
       <!--  Wagon -->