[java-idp-integration-tests] 03/06: Override TestNG and SureFire plugin versions

Codeberg noreply at shibboleth.net
Mon May 11 15:47:03 UTC 2026


This is an automated email from the git hooks/post-receive script.

codeberg pushed a commit to branch main
in repository java-idp-integration-tests.

View the commit online:
https://codeberg.org/Shibboleth/java-idp-integration-tests/commit/78d89cd81a99184bea955e7871d2f459757c19e2

commit 78d89cd81a99184bea955e7871d2f459757c19e2
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Sun May 10 11:49:12 2026 -0500

    Override TestNG and SureFire plugin versions
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 1c4327e..a854429 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,6 +57,12 @@
         <!-- HikariCP driver -->
         <hikaricp.version>7.0.2</hikaricp.version>
 
+        <!-- Override TestNG version -->
+        <testng.version>7.12.0</testng.version>
+
+        <!-- Override Surefire version -->
+        <maven-surefire-plugin.version>3.5.5</maven-surefire-plugin.version>
+
         <!-- Directory where the IdP and Servlet container are unpacked -->
         <test-distributions.directory>${project.basedir}/test-distributions</test-distributions.directory>
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list