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

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


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

commit b41bafff42cc12c2d8dd1fa6ca868eb0d91500ee
Author: Julian Reschke <[email protected]>
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 dcccb58672..8100014e0e 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