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 c3303eca01 FELIX-6631 : Migrate webconsole plugins to jakarta.servlet 
api
c3303eca01 is described below

commit c3303eca01bc8a5c4deb6459b5a0576de29732db
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Thu Aug 31 09:46:14 2023 +0200

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

diff --git a/webconsole-plugins/ds/pom.xml b/webconsole-plugins/ds/pom.xml
index cb8ca19c93..fe2ca8b0bc 100644
--- a/webconsole-plugins/ds/pom.xml
+++ b/webconsole-plugins/ds/pom.xml
@@ -126,7 +126,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