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 edf85cdf03 FELIX-6631 : Migrate webconsole plugins to jakarta.servlet
api
edf85cdf03 is described below
commit edf85cdf032dfcc75f269985498414704a86e6ec
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Thu Aug 31 09:55:38 2023 +0200
FELIX-6631 : Migrate webconsole plugins to jakarta.servlet api
---
webconsole-plugins/obr/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webconsole-plugins/obr/pom.xml b/webconsole-plugins/obr/pom.xml
index 48efd5d97f..041ac727de 100644
--- a/webconsole-plugins/obr/pom.xml
+++ b/webconsole-plugins/obr/pom.xml
@@ -128,7 +128,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>