diff --git a/client-implementations/java-client-jersey2/pom.xml b/client-implementations/java-client-jersey2/pom.xml
index c5727d2..ec783ec 100644
--- a/client-implementations/java-client-jersey2/pom.xml
+++ b/client-implementations/java-client-jersey2/pom.xml
@@ -44,7 +44,7 @@
- 2.36
+ 2.47
@@ -65,7 +65,7 @@
io.featurehub.sdk.composites
sdk-composite-jersey2
- [1.1, 2)
+ [2, 3)
diff --git a/client-implementations/java-client-jersey3/pom.xml b/client-implementations/java-client-jersey3/pom.xml
index 5e25b18..8901680 100644
--- a/client-implementations/java-client-jersey3/pom.xml
+++ b/client-implementations/java-client-jersey3/pom.xml
@@ -44,7 +44,7 @@
- 3.1.2
+ 3.1.11
@@ -58,7 +58,7 @@
io.featurehub.sdk.composites
sdk-composite-jersey3
- [1.1, 2)
+ [2, 3)
diff --git a/examples/todo-java-jersey2/pom.xml b/examples/todo-java-jersey2/pom.xml
index 3a6122c..e9edc1a 100644
--- a/examples/todo-java-jersey2/pom.xml
+++ b/examples/todo-java-jersey2/pom.xml
@@ -45,7 +45,7 @@
io.featurehub.sdk.composites
sdk-composite-jersey2
- [1.1-SNAPSHOT, 2)
+ [2, 3)
diff --git a/examples/todo-java-jersey3/pom.xml b/examples/todo-java-jersey3/pom.xml
index 2ced2ea..3316a5a 100644
--- a/examples/todo-java-jersey3/pom.xml
+++ b/examples/todo-java-jersey3/pom.xml
@@ -59,7 +59,7 @@
io.featurehub.sdk.composites
sdk-composite-jersey3
- [1.1-SNAPSHOT, 2)
+ [2, 3)
diff --git a/support/composite-jersey2/pom.xml b/support/composite-jersey2/pom.xml
index 43cb480..a65f2ff 100644
--- a/support/composite-jersey2/pom.xml
+++ b/support/composite-jersey2/pom.xml
@@ -4,7 +4,7 @@
io.featurehub.sdk.composites
sdk-composite-jersey2
- 1.3-SNAPSHOT
+ 2.1-SNAPSHOT
sdk-composite-jersey2
@@ -45,7 +45,7 @@
- 2.36
+ 2.47
@@ -62,6 +62,11 @@
jersey-client
${jersey.version}
+
+ org.glassfish.jersey.core
+ jersey-common
+ ${jersey.version}
+
org.glassfish.jersey.inject
diff --git a/support/composite-jersey3/pom.xml b/support/composite-jersey3/pom.xml
index 85b8c43..c1acb5f 100644
--- a/support/composite-jersey3/pom.xml
+++ b/support/composite-jersey3/pom.xml
@@ -4,7 +4,7 @@
io.featurehub.sdk.composites
sdk-composite-jersey3
- 1.3-SNAPSHOT
+ 2.1-SNAPSHOT
sdk-composite-jersey3
@@ -45,7 +45,7 @@
- 3.1.2
+ 3.1.11
@@ -68,6 +68,11 @@
jersey-client
${jersey.version}
+
+ org.glassfish.jersey.core
+ jersey-common
+ ${jersey.version}
+