[java-idp-integration-tests] 01/02: Bump Jetty, Tomcat, and some test dependencies

Tom Zeller tzeller at dragonacea.biz
Tue May 20 22:20:41 UTC 2025


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

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

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=9eb5570486028685544da1ca7d345d9a8f78126c

commit 9eb5570486028685544da1ca7d345d9a8f78126c
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue May 20 17:19:19 2025 -0500

    Bump Jetty, Tomcat, and some test dependencies
---
 pom.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4b7c176..a786cb4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,11 +24,11 @@
         <idp-to-be-tested.version>${idp.version}</idp-to-be-tested.version>
 
         <!-- Jetty -->
-        <jetty.version>12.0.15</jetty.version>
+        <jetty.version>12.0.21</jetty.version>
         <idp-jetty-base.version>12.0.0-SNAPSHOT</idp-jetty-base.version>
 
         <!-- Tomcat -->
-        <tomcat.version>10.1.31</tomcat.version>
+        <tomcat.version>10.1.41</tomcat.version>
         <idp-tomcat-base.version>10.1.0-SNAPSHOT</idp-tomcat-base.version>
         <idp-tomcat-base.type>tgz</idp-tomcat-base.type>
 
@@ -40,13 +40,13 @@
         <opensaml.version>5.2.0-SNAPSHOT</opensaml.version>
 
         <!-- Selenium -->
-        <selenium.version>4.24.0</selenium.version>
+        <selenium.version>4.32.0</selenium.version>
 
         <!-- AWS SDK -->
-        <aws.java.sdk.version>2.26.18</aws.java.sdk.version>
+        <aws.java.sdk.version>2.31.44</aws.java.sdk.version>
         
         <!-- Testcontainers.com -->
-        <testcontainers.version>1.19.8</testcontainers.version>
+        <testcontainers.version>1.21.0</testcontainers.version>
         
         <!-- Apache Commons Net -->
         <commons-net.version>3.11.1</commons-net.version>
@@ -67,7 +67,7 @@
         <idp-conf.artifactId>idp-conf-impl</idp-conf.artifactId>
 
         <!-- Redirect test output to file target/surefire-reports/testName-output.txt -->
-        <redirectTestOutputToFile>true</redirectTestOutputToFile>
+        <redirectTestOutputToFile>false</redirectTestOutputToFile>
     </properties>
 
     <dependencyManagement>

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


More information about the commits mailing list