8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f8c157 commit 768456eCopy full SHA for 768456e
core/build.gradle
@@ -5,7 +5,7 @@ dependencies {
5
testImplementation("io.temporal:temporal-testing:$javaSDKVersion")
6
7
// Needed for SDK related functionality
8
- implementation(platform("com.fasterxml.jackson:jackson-bom:2.17.1"))
+ implementation(platform("com.fasterxml.jackson:jackson-bom:2.17.2"))
9
implementation "com.fasterxml.jackson.core:jackson-databind"
10
implementation "com.fasterxml.jackson.core:jackson-core"
11
0 commit comments