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-wrapper.git
The following commit(s) were added to refs/heads/master by this push:
new 05fa7d1 (doc) update dependencies to pass build
05fa7d1 is described below
commit 05fa7d1b4425f7cf2a23b40c4ceebf48220d0a65
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Thu Dec 9 00:55:26 2021 +0100
(doc) update dependencies to pass build
---
maven-wrapper/pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/maven-wrapper/pom.xml b/maven-wrapper/pom.xml
index 426ef92..e351e71 100644
--- a/maven-wrapper/pom.xml
+++ b/maven-wrapper/pom.xml
@@ -41,7 +41,7 @@ under the License.
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.12</version>
+ <version>4.13.2</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -53,7 +53,7 @@ under the License.
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>2.8.47</version>
+ <version>4.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -72,7 +72,7 @@ under the License.
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
- <version>1.10.4</version>
+ <version>1.10.11</version>
<scope>test</scope>
</dependency>
</dependencies>