[java-idp-integration-tests] 04/04: Bump versions of Jetty 12 and Tomcat 10 and 9

Tom Zeller tzeller at dragonacea.biz
Tue Jul 9 23:54:46 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=8932b05e3f981ed7dbc1c24f39c2309f847cfb6d

commit 8932b05e3f981ed7dbc1c24f39c2309f847cfb6d
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Jul 9 18:53:09 2024 -0500

    Bump versions of Jetty 12 and Tomcat 10 and 9
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 210428a..6bb037a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -342,11 +342,11 @@
                 <idp-to-be-tested.version>4.3.3</idp-to-be-tested.version>
                 <idp-conf.artifactId>idp-conf</idp-conf.artifactId>
                 <idp-jetty-base.version>10.0.0-SNAPSHOT</idp-jetty-base.version>
-                <jetty.version>10.0.21</jetty.version>
+                <jetty.version>10.0.22</jetty.version>
                 <testbed.version>0.8.0-SNAPSHOT</testbed.version>
                 <idp-tomcat-base.type>tar.gz</idp-tomcat-base.type>
                 <idp-tomcat-base.version>9.0.0-SNAPSHOT</idp-tomcat-base.version>
-                <tomcat.version>9.0.89</tomcat.version>
+                <tomcat.version>9.0.91</tomcat.version>
             </properties>
         </profile>
 
@@ -356,7 +356,7 @@
         <profile>
             <id>jetty-12</id>
             <properties>
-                <jetty.version>12.0.10</jetty.version>
+                <jetty.version>12.0.11</jetty.version>
                 <idp-jetty-base.version>12.0.0-SNAPSHOT</idp-jetty-base.version>
             </properties>
         </profile>

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


More information about the commits mailing list