diff --git a/pom.xml b/pom.xml
index 09b6e743f..765328bdd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
which conflict with dapr-sdk's jackson dependencies
https://github.com/microsoft/durabletask-java/blob/main/client/build.gradle#L16
-->
- 2.16.1
+ 2.17.2
true
true
../spotbugs-exclude.xml
@@ -211,7 +211,6 @@
3.3.1
checkstyle.xml
- UTF-8
true
warning
true
diff --git a/sdk/pom.xml b/sdk/pom.xml
index 9f5253f99..53a4ff484 100644
--- a/sdk/pom.xml
+++ b/sdk/pom.xml
@@ -29,12 +29,6 @@
org.slf4j
slf4j-api
-
- org.apache.maven.plugins
- maven-resources-plugin
- 3.3.0
- maven-plugin
-
io.dapr
dapr-sdk-autogen
@@ -43,18 +37,13 @@
com.fasterxml.jackson.core
jackson-databind
- 2.15.1
+ ${jackson.version}
io.projectreactor
reactor-core
3.5.0
-
- io.projectreactor
- reactor-test
- 3.5.0
-
com.squareup.okhttp3
okhttp
@@ -68,7 +57,7 @@
com.fasterxml.jackson.dataformat
jackson-dataformat-xml
- 2.15.1
+ ${jackson.version}
test