8000 Bump com.fasterxml.jackson:jackson-bom from 2.17.1 to 2.17.2 (#643) · temporalio/samples-java@768456e · GitHub
[go: up one dir, main page]

Skip to content

Commit 768456e

Browse files
Bump com.fasterxml.jackson:jackson-bom from 2.17.1 to 2.17.2 (#643)
Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.17.1 to 2.17.2. - [Commits](FasterXML/jackson-bom@jackson-bom-2.17.1...jackson-bom-2.17.2) --- updated-dependencies: - dependency-name: com.fasterxml.jackson:jackson-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6f8c157 commit 768456e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies {
55
testImplementation("io.temporal:temporal-testing:$javaSDKVersion")
66

77
// Needed for SDK related functionality
8-
implementation(platform("com.fasterxml.jackson:jackson-bom:2.17.1"))
8+
implementation(platform("com.fasterxml.jackson:jackson-bom:2.17.2"))
99
implementation "com.fasterxml.jackson.core:jackson-databind"
1010
implementation "com.fasterxml.jackson.core:jackson-core"
1111

0 commit comments

Comments
 (0)
0