[java-idp-integration-tests] 03/04: Bump versions of Tomcat and Jetty as well as dependencies

Tom Zeller tzeller at dragonacea.biz
Tue Jul 9 23:54:45 UTC 2024


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=23b76b9af32b7aa740e5570f8f5ff639d75f16aa

commit 23b76b9af32b7aa740e5570f8f5ff639d75f16aa
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Jul 9 18:31:15 2024 -0500

    Bump versions of Tomcat and Jetty as well as dependencies
---
 pom.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3a9636a..210428a 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>11.0.21</jetty.version>
+        <jetty.version>11.0.22</jetty.version>
         <idp-jetty-base.version>11.0.0-SNAPSHOT</idp-jetty-base.version>
 
         <!-- Tomcat -->
-        <tomcat.version>10.1.24</tomcat.version>
+        <tomcat.version>10.1.25</tomcat.version>
         <idp-tomcat-base.version>10.1.0-SNAPSHOT</idp-tomcat-base.version>
         <idp-tomcat-base.type>tgz</idp-tomcat-base.type>
 
@@ -40,16 +40,16 @@
         <opensaml.version>5.1.3-SNAPSHOT</opensaml.version>
 
         <!-- Selenium -->
-        <selenium.version>4.21.0</selenium.version>
+        <selenium.version>4.22.0</selenium.version>
 
         <!-- AWS SDK -->
-        <aws.java.sdk.version>2.26.4</aws.java.sdk.version>
+        <aws.java.sdk.version>2.26.18</aws.java.sdk.version>
         
         <!-- Testcontainers.com -->
-        <testcontainers.version>1.19.5</testcontainers.version>
+        <testcontainers.version>1.19.8</testcontainers.version>
         
         <!-- Apache Commons Net -->
-        <commons-net.version>3.5</commons-net.version>
+        <commons-net.version>3.11.1</commons-net.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