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
commit d22472a623a69f5b27fe25c93b4413ecadb658de Author: Jaikiran Pai <[email protected]> AuthorDate: Sun May 5 17:51:46 2024 +0530 upgrade junit5 dependencies --- lib/libraries.properties | 6 +++--- src/etc/poms/ant-junitlauncher/pom.xml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/libraries.properties b/lib/libraries.properties index 898fdc3c3..3ce11b384 100644 --- a/lib/libraries.properties +++ b/lib/libraries.properties @@ -68,11 +68,11 @@ jruby.version=1.6.8 # in src/etc/poms/pom.xml. junit.version=4.13.2 rhino.version=1.7.14 -junit-platform-launcher.version=1.10.0 +junit-platform-launcher.version=1.10.2 # Only used for internal tests in Ant project -junit-vintage-engine.version=5.10.0 +junit-vintage-engine.version=5.10.2 # Only used for internal tests in Ant project -junit-jupiter-engine.version=5.10.0 +junit-jupiter-engine.version=5.10.2 # Only used for internal tests in Ant project junit-jupiter-params.version=${junit-jupiter-engine.version} jsch.version=0.1.55 diff --git a/src/etc/poms/ant-junitlauncher/pom.xml b/src/etc/poms/ant-junitlauncher/pom.xml index 7e65778ac..4aeffc67a 100644 --- a/src/etc/poms/ant-junitlauncher/pom.xml +++ b/src/etc/poms/ant-junitlauncher/pom.xml @@ -45,25 +45,25 @@ <dependency> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-launcher</artifactId> - <version>1.10.0</version> + <version>1.10.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-engine</artifactId> - <version>5.10.0</version> + <version>5.10.2</version> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-params</artifactId> - <version>5.10.0</version> + <version>5.10.2</version> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.vintage</groupId> <artifactId>junit-vintage-engine</artifactId> - <version>5.10.0</version> + <version>5.10.2</version> <scope>test</scope> </dependency> </dependencies>
