[java-idp-integration-tests] branch main updated: Bump dependency versions

Codeberg noreply at shibboleth.net
Sun Sep 20 23:54:08 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/1abffbef80f56ecfbdc49ba3b364244ac55624e0

The following commit(s) were added to refs/heads/main by this push:
     new 1abffbe  Bump dependency versions
1abffbe is described below

commit 1abffbef80f56ecfbdc49ba3b364244ac55624e0
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Sun Sep 20 18:53:45 2026 -0500

    Bump dependency versions
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9731285..8aa260d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,8 +24,8 @@
         <idp-to-be-tested.version>${idp.version}</idp-to-be-tested.version>
 
         <!-- Jetty -->
-        <jetty.version>12.1.10</jetty.version>
-        <idp-jetty-base.version>12.1.0</idp-jetty-base.version>
+        <jetty.version>12.1.13</jetty.version>
+        <idp-jetty-base.version>12.1.1</idp-jetty-base.version>
 
         <!-- Tomcat -->
         <tomcat.version>11.0.25</tomcat.version>
@@ -40,10 +40,10 @@
         <opensaml.version>${idp.version}</opensaml.version>
 
         <!-- Selenium -->
-        <selenium.version>4.44.0</selenium.version>
+        <selenium.version>4.49.0</selenium.version>
 
         <!-- AWS SDK -->
-        <aws.java.sdk.version>2.45.1</aws.java.sdk.version>
+        <aws.java.sdk.version>2.55.1</aws.java.sdk.version>
         
         <!-- Testcontainers.com -->
         <testcontainers.version>2.0.5</testcontainers.version>
@@ -61,7 +61,7 @@
         <testng.version>7.12.0</testng.version>
 
         <!-- Override Surefire version -->
-        <maven-surefire-plugin.version>3.5.5</maven-surefire-plugin.version>
+        <maven-surefire-plugin.version>3.5.6</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