diff --git a/pom.xml b/pom.xml
index f6f4a6924e9022774e9f6201639e6d8459c33eeb..c30bc64c01c50973fed67d8fa0d84d3499df642d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,10 +4,11 @@
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
+    <!-- Inherited Icy Parent POM -->
     <parent>
         <groupId>org.bioimageanalysis.icy</groupId>
         <artifactId>parent-pom-plugin</artifactId>
-        <version>1.0.1</version>
+        <version>1.0.3</version>
     </parent>
 
     <artifactId>track-manager</artifactId>
@@ -25,7 +26,7 @@
         <dependency>
             <groupId>org.bioimageanalysis.icy</groupId>
             <artifactId>connected-components</artifactId>
-            <version>${connected-components.version}</version>
+            <version>4.8.7</version>
         </dependency>
     </dependencies>