update to bnd 4.3.0

Signed-off-by: Raymond Augé <rotty3000@apache.org>
diff --git a/cdi-itests/itest.bndrun b/cdi-itests/itest.bndrun
index 2604522..e34707c 100644
--- a/cdi-itests/itest.bndrun
+++ b/cdi-itests/itest.bndrun
@@ -44,7 +44,7 @@
 	sun.misc
 
 -runbundles: \
-	biz.aQute.junit;version='[4.2.0,4.2.1)',\
+	biz.aQute.junit;version='[4.3.0,4.3.1)',\
 	javax.ejb-api;version='[3.2.0,3.2.1)',\
 	javax.transaction-api;version='[1.2.0,1.2.1)',\
 	jboss-classfilewriter;version='[1.2.3,1.2.4)',\
diff --git a/pom.xml b/pom.xml
index 10a15e9..59e9159 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
 	<packaging>pom</packaging>
 
 	<properties>
-		<bnd.version>4.2.0</bnd.version>
+		<bnd.version>4.3.0</bnd.version>
 		<jsp.version>2.0</jsp.version>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 		<surefire.version>2.12</surefire.version>