You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by re...@apache.org on 2023/12/21 09:32:35 UTC

(jackrabbit) branch 2.20 updated: JCR-4986: update Jetty to 9.4.53.v20231009

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

reschke pushed a commit to branch 2.20
in repository https://gitbox.apache.org/repos/asf/jackrabbit.git


The following commit(s) were added to refs/heads/2.20 by this push:
     new 2da947372 JCR-4986: update Jetty to 9.4.53.v20231009
2da947372 is described below

commit 2da9473729eb6c67a85b4631128ffbb4850459af
Author: Julian Reschke <re...@apache.org>
AuthorDate: Fri Nov 3 10:46:28 2023 +0000

    JCR-4986: update Jetty to 9.4.53.v20231009
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1913553 13f79535-47bb-0310-9956-ffa450edef68
---
 jackrabbit-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jackrabbit-parent/pom.xml b/jackrabbit-parent/pom.xml
index 0d084148e..fcc417b20 100644
--- a/jackrabbit-parent/pom.xml
+++ b/jackrabbit-parent/pom.xml
@@ -50,7 +50,7 @@
     <oak-jackrabbit-api.version.implemented>1.48.0</oak-jackrabbit-api.version.implemented>
     <!-- OAK version used in componenents that *use* oak-jackrabbit-api -->
     <oak-jackrabbit-api.version.used>1.22.17</oak-jackrabbit-api.version.used>
-    <jetty.version>9.4.51.v20230217</jetty.version>
+    <jetty.version>9.4.53.v20231009</jetty.version>
     <tika.version>2.4.1</tika.version>
     <project.reporting.outputEncoding>${project.build.sourceEncoding}</project.reporting.outputEncoding>
     <slf4j.api.version>1.7.36</slf4j.api.version>