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 2e2000c124 FELIX-6631 : Migrate webconsole plugins to jakarta.servlet
api
2e2000c124 is described below
commit 2e2000c1244bb63a80f2428b2213c8aeadc6d966
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Thu Aug 31 09:56:09 2023 +0200
FELIX-6631 : Migrate webconsole plugins to jakarta.servlet api
---
webconsole-plugins/packageadmin/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webconsole-plugins/packageadmin/pom.xml
b/webconsole-plugins/packageadmin/pom.xml
index 2de700839b..ff93c1f3ab 100644
--- a/webconsole-plugins/packageadmin/pom.xml
+++ b/webconsole-plugins/packageadmin/pom.xml
@@ -144,7 +144,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>