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

commit b861bd71834b1919e7f1e0ed009675f24417dd2e
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Thu Aug 31 09:55:00 2023 +0200

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

diff --git a/webconsole-plugins/memoryusage/pom.xml 
b/webconsole-plugins/memoryusage/pom.xml
index fad767583b..57750f070d 100644
--- a/webconsole-plugins/memoryusage/pom.xml
+++ b/webconsole-plugins/memoryusage/pom.xml
@@ -152,7 +152,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