[FELIX-5167] Upgrade to felix utils 1.8.2
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1724576 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/fileinstall/doc/changelog.txt b/fileinstall/doc/changelog.txt
index 5f58eb3..570f208 100644
--- a/fileinstall/doc/changelog.txt
+++ b/fileinstall/doc/changelog.txt
@@ -10,6 +10,7 @@
** Improvement
* [FELIX-4714] - Felix should sort bundles by alphabetical name from "deploy" directory
+ * [FELIX-5167] - Upgrade to felix utils 1.8.2
Version 3.5.0
-------------
diff --git a/fileinstall/pom.xml b/fileinstall/pom.xml
index 85985bc..c7f2ed9 100644
--- a/fileinstall/pom.xml
+++ b/fileinstall/pom.xml
@@ -60,7 +60,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.utils</artifactId>
- <version>1.8.0</version>
+ <version>1.8.2</version>
</dependency>
</dependencies>
<build>