From c527fd26ad2722bf381eee2108e264a53cf543c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20L=C3=BCdeke?= Date: Mon, 8 Jan 2024 20:58:51 +0100 Subject: [PATCH] use testng 7.5 which is java 8 compatible --- wd-java-testng/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wd-java-testng/pom.xml b/wd-java-testng/pom.xml index 486633a1..2cb168e8 100644 --- a/wd-java-testng/pom.xml +++ b/wd-java-testng/pom.xml @@ -36,7 +36,7 @@ org.testng testng - 7.5.0 + 7.5 test