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 cee5c7bb16 Use latest utils and move to newer webconsole dependency
cee5c7bb16 is described below
commit cee5c7bb16f5a6bc29ad31f3934d8257d2582569
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Fri Mar 10 08:28:31 2023 +0100
Use latest utils and move to newer webconsole dependency
---
webconsole-plugins/script-console/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/webconsole-plugins/script-console/pom.xml
b/webconsole-plugins/script-console/pom.xml
index abb2cb6119..f645535729 100644
--- a/webconsole-plugins/script-console/pom.xml
+++ b/webconsole-plugins/script-console/pom.xml
@@ -196,13 +196,13 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.webconsole</artifactId>
- <version>3.1.8</version>
+ <version>4.3.12</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.utils</artifactId>
- <version>1.9.0</version>
+ <version>1.11.8</version>
<scope>provided</scope>
</dependency>
<dependency>