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 2021/03/29 10:06:55 UTC

[santuario-xml-security-java] 01/04: Updating Jetty to 9.4.36.v20210114

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

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

commit 0bb1ed8e7c5494aaaf617a9ae5b620d253d3aa4b
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Jan 20 10:21:53 2021 +0000

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

diff --git a/pom.xml b/pom.xml
index c6fadaf..79955fc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -533,7 +533,7 @@
         <xmlunit.version>2.6.3</xmlunit.version>
         <commons.codec.version>1.15</commons.codec.version>
         <woodstox.core.version>5.2.1</woodstox.core.version>
-        <jetty.version>9.4.24.v20191120</jetty.version>
+        <jetty.version>9.4.36.v20210114</jetty.version>
         <xmlsec.jaxb.context.class />
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <targetJdk>1.8</targetJdk>