diff --git a/component-runtime-testing/component-runtime-http-junit/pom.xml b/component-runtime-testing/component-runtime-http-junit/pom.xml
index 36ea6444b24df..1cc1c81ac88f2 100644
--- a/component-runtime-testing/component-runtime-http-junit/pom.xml
+++ b/component-runtime-testing/component-runtime-http-junit/pom.xml
@@ -28,7 +28,7 @@
JUnit integration to simplify the HTTP API testing/mocking.
- 4.1.135.Final
+ 4.1.137.Final
${talend.build.name.base}.junit.http
diff --git a/documentation/src/main/java/org/talend/runtime/documentation/Github.java b/documentation/src/main/java/org/talend/runtime/documentation/Github.java
index 5b71bf218cb46..93e976ad70ee5 100644
--- a/documentation/src/main/java/org/talend/runtime/documentation/Github.java
+++ b/documentation/src/main/java/org/talend/runtime/documentation/Github.java
@@ -76,7 +76,7 @@ public Collection load() {
.currentThread()
.getContextClassLoader()
.loadClass("org.apache.cxf.transport.common.gzip.GZIPFeature"));
- } catch (final Exception e) {
+ } catch (final Exception | NoClassDefFoundError e) {
// not critical
}
final WebTarget gravatarBase = client.target(Gravatars.GRAVATAR_BASE);
diff --git a/pom.xml b/pom.xml
index bfca0f19a069b..46ca1587d851b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -174,7 +174,7 @@
1.2.15
2.0.27
9.0.118
- 3.5.11
+ 3.6.12
6.5.0