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

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


The following commit(s) were added to refs/heads/master by this push:
     new 5e98f01d61 FELIX-6631 : Migrate webconsole plugins to jakarta.servlet 
api
5e98f01d61 is described below

commit 5e98f01d61c8ea54b818f2b5777823e6d28e69bf
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Thu Aug 31 09:54:28 2023 +0200

    FELIX-6631 : Migrate webconsole plugins to jakarta.servlet api
---
 webconsole-plugins/gogo/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webconsole-plugins/gogo/pom.xml b/webconsole-plugins/gogo/pom.xml
index c23350ccb3..d95ff21b26 100644
--- a/webconsole-plugins/gogo/pom.xml
+++ b/webconsole-plugins/gogo/pom.xml
@@ -97,7 +97,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.webconsole</artifactId>
-            <version>4.8.13-SNAPSHOT</version>
+            <version>4.9.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>

Reply via email to