This is an automated email from the ASF dual-hosted git repository.
jaikiran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git
The following commit(s) were added to refs/heads/master by this push:
new 57d0973b1 update the dependency versions in various pom.xml files,
which were missed during my previous dependency upgrade commits
57d0973b1 is described below
commit 57d0973b11e67e9dc127edeff5d41cbb8d088702
Author: Jaikiran Pai <[email protected]>
AuthorDate: Sun Aug 13 12:03:51 2023 +0530
update the dependency versions in various pom.xml files, which were missed
during my previous dependency upgrade commits
---
src/etc/poms/ant-apache-xalan2/pom.xml | 2 +-
src/etc/poms/ant-junit/pom.xml | 4 ++--
src/etc/poms/ant-junit4/pom.xml | 2 +-
src/etc/poms/ant-junitlauncher/pom.xml | 12 +++++++++---
src/etc/poms/ant-testutil/pom.xml | 2 +-
src/etc/poms/ant-xz/pom.xml | 2 +-
6 files changed, 15 insertions(+), 9 deletions(-)
diff --git a/src/etc/poms/ant-apache-xalan2/pom.xml
b/src/etc/poms/ant-apache-xalan2/pom.xml
index 590612b31..52ca3e42e 100644
--- a/src/etc/poms/ant-apache-xalan2/pom.xml
+++ b/src/etc/poms/ant-apache-xalan2/pom.xml
@@ -45,7 +45,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
https://maven.apache.org/m
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
- <version>2.7.2</version>
+ <version>2.7.3</version>
<scope>compile</scope>
</dependency>
</dependencies>
diff --git a/src/etc/poms/ant-junit/pom.xml b/src/etc/poms/ant-junit/pom.xml
index baf7ccfa6..0dbbd06e3 100644
--- a/src/etc/poms/ant-junit/pom.xml
+++ b/src/etc/poms/ant-junit/pom.xml
@@ -45,7 +45,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
https://maven.apache.org/m
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.13.1</version>
+ <version>4.13.2</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -57,7 +57,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
https://maven.apache.org/m
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
- <version>2.7.2</version>
+ <version>2.7.3</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/src/etc/poms/ant-junit4/pom.xml b/src/etc/poms/ant-junit4/pom.xml
index 145351180..2895427cb 100644
--- a/src/etc/poms/ant-junit4/pom.xml
+++ b/src/etc/poms/ant-junit4/pom.xml
@@ -45,7 +45,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.13.1</version>
+ <version>4.13.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
diff --git a/src/etc/poms/ant-junitlauncher/pom.xml
b/src/etc/poms/ant-junitlauncher/pom.xml
index 4949b82d9..76d12b26a 100644
--- a/src/etc/poms/ant-junitlauncher/pom.xml
+++ b/src/etc/poms/ant-junitlauncher/pom.xml
@@ -45,19 +45,25 @@
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
- <version>1.8.2</version>
+ <version>1.10.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
- <version>5.8.2</version>
+ <version>5.10.0</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter-params</artifactId>
+ <version>5.10.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
- <version>5.8.2</version>
+ <version>5.10.0</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/src/etc/poms/ant-testutil/pom.xml
b/src/etc/poms/ant-testutil/pom.xml
index 2419ff38a..7c7143d2b 100644
--- a/src/etc/poms/ant-testutil/pom.xml
+++ b/src/etc/poms/ant-testutil/pom.xml
@@ -46,7 +46,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.13.1</version>
+ <version>4.13.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
diff --git a/src/etc/poms/ant-xz/pom.xml b/src/etc/poms/ant-xz/pom.xml
index 9c274d1f0..4a52cb7a2 100644
--- a/src/etc/poms/ant-xz/pom.xml
+++ b/src/etc/poms/ant-xz/pom.xml
@@ -45,7 +45,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
https://maven.apache.org/m
<dependency>
<groupId>org.tukaani</groupId>
<artifactId>xz</artifactId>
- <version>1.8</version>
+ <version>1.9</version>
<scope>compile</scope>
</dependency>
</dependencies>