Update Utils dependency to snapshot version. (FELIX-3119)
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1173735 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/bundlerepository/pom.xml b/bundlerepository/pom.xml
index 257714e..0553f45 100644
--- a/bundlerepository/pom.xml
+++ b/bundlerepository/pom.xml
@@ -38,7 +38,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>org.apache.felix.utils</artifactId>
- <version>1.1.0</version>
+ <version>1.1.1-SNAPSHOT</version>
<optional>true</optional>
</dependency>
<dependency>