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

rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/main by this push:
     new a415a9bedd Bump org.codehaus.mojo:tomcat-maven-plugin from 1.0-beta-1 
to 1.1 (#1182)
a415a9bedd is described below

commit a415a9bedd68a3fad35afa6adf148bd0b133baf0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 3 10:11:48 2024 +0200

    Bump org.codehaus.mojo:tomcat-maven-plugin from 1.0-beta-1 to 1.1 (#1182)
    
    Bumps org.codehaus.mojo:tomcat-maven-plugin from 1.0-beta-1 to 1.1.
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.mojo:tomcat-maven-plugin
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 examples/jsf-cdi-and-ejb/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/jsf-cdi-and-ejb/pom.xml b/examples/jsf-cdi-and-ejb/pom.xml
index 6132d67f6d..8641e31807 100644
--- a/examples/jsf-cdi-and-ejb/pom.xml
+++ b/examples/jsf-cdi-and-ejb/pom.xml
@@ -51,7 +51,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>tomcat-maven-plugin</artifactId>
-        <version>1.0-beta-1</version>
+        <version>1.1</version>
         <configuration>
           <url>http://localhost:8080/manager/html
           </url>

Reply via email to