You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by co...@apache.org on 2022/04/20 15:44:09 UTC

[santuario-xml-security-java] 02/03: Updating Jetty to 9.4.45

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch 2.1.x-fixes
in repository https://gitbox.apache.org/repos/asf/santuario-xml-security-java.git

commit 627fdddf9cc95ffe90cdfaf7a2b0442cb0d51a34
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Feb 10 08:09:38 2022 +0000

    Updating Jetty to 9.4.45
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e3f889a1..ffd7a257 100644
--- a/pom.xml
+++ b/pom.xml
@@ -532,7 +532,7 @@
         <xmlunit.version>1.6</xmlunit.version>
         <commons.codec.version>1.15</commons.codec.version>
         <woodstox.core.version>5.0.3</woodstox.core.version>
-        <jetty.version>9.4.24.v20191120</jetty.version>
+        <jetty.version>9.4.45.v20220203</jetty.version>
         <xmlsec.jaxb.context.class />
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <targetJdk>1.8</targetJdk>