Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 4a428a0

Browse files
authored
Merge pull request #12 from case-contract-testing/dependabot/gradle/com.fasterxml.jackson.core-jackson-databind-2.17.1
build(deps): bump com.fasterxml.jackson.core:jackson-databind from 2.17.0 to 2.17.1
2 parents 64bd11f + a3b2cd9 commit 4a428a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
implementation "io.grpc:grpc-stub:${grpcVersion}"
3131
implementation "io.grpc:grpc-netty-shaded:${grpcVersion}"
3232
implementation "io.grpc:grpc-protobuf:${grpcVersion}"
33-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.0'
33+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.1'
3434
implementation 'org.jetbrains:annotations:24.1.0'
3535
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
3636
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'

0 commit comments

Comments
 (0)