This is an automated email from the ASF dual-hosted git repository.
stbischof 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 736d48ca46 FELIX-6687 Fix handling of typed properties in felix
fileinstall.
736d48ca46 is described below
commit 736d48ca46f9f7e2f60430333cf2db9df3c355e5
Author: Łukasz Dywicki <[email protected]>
AuthorDate: Thu Aug 8 00:32:38 2024 +0200
FELIX-6687 Fix handling of typed properties in felix fileinstall.
Due to bug in older version of felix-utils fileinstall can't handle all
variants of typed properties properly, especially (a, b, c) syntax..
Signed-off-by: Łukasz Dywicki <[email protected]>
---
fileinstall/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fileinstall/pom.xml b/fileinstall/pom.xml
index 842d49dfad..b0334a8d6e 100644
--- a/fileinstall/pom.xml
+++ b/fileinstall/pom.xml
@@ -62,7 +62,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.utils</artifactId>
- <version>1.11.2</version>
+ <version>1.11.8</version>
</dependency>
<dependency>
<groupId>org.easymock</groupId>