Missing update of the karaf home

Change-Id: I90967e70ed371ce3e3018db378843b10aa2da89f
diff --git a/tools/test/bin/onos-check-bits b/tools/test/bin/onos-check-bits
index 71f897e..865abd2 100755
--- a/tools/test/bin/onos-check-bits
+++ b/tools/test/bin/onos-check-bits
@@ -32,7 +32,7 @@
   echo "ONOS archive does not contain the proper version file" && exit 1
 fi
 
-tar tzf ${ONOS_TAR} | grep -q apache-karaf-4.2.9
+tar tzf ${ONOS_TAR} | grep -q apache-karaf-4.2.14
 if [ $? -ne 0 ]; then
   echo "ONOS archive does not contain karaf" && exit 1
 fi