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

reschke pushed a commit to branch OAK-10819
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git

commit 625e2fe62a9ad8078d0a704bad6cfea1a0cbaa5d
Author: Julian Reschke <resc...@apache.org>
AuthorDate: Sun May 19 13:55:31 2024 +0100

    OAK-10819: examples: update jetty-maven-plugin to 11.0.21
---
 oak-examples/webapp/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oak-examples/webapp/pom.xml b/oak-examples/webapp/pom.xml
index b962c023e0..6ee4d78862 100644
--- a/oak-examples/webapp/pom.xml
+++ b/oak-examples/webapp/pom.xml
@@ -215,7 +215,7 @@
       <plugin>
          <groupId>org.eclipse.jetty</groupId>
          <artifactId>jetty-maven-plugin</artifactId>
-         <version>11.0.20</version>
+         <version>11.0.21</version>
          <configuration>
            <scan>-1</scan>
            <httpConnector>

Reply via email to