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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new bd237f298d OAK-10819: examples: update jetty-maven-plugin to 11.0.21 
(#1471)
bd237f298d is described below

commit bd237f298dda2945e56582c2ec411f68363eb354
Author: Julian Reschke <resc...@apache.org>
AuthorDate: Sun May 19 14:56:03 2024 +0200

    OAK-10819: examples: update jetty-maven-plugin to 11.0.21 (#1471)
---
 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