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

Commit a3b2cd9

Browse files
build(deps): bump com.fasterxml.jackson.core:jackson-databind
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.17.0 to 2.17.1. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 64bd11f commit a3b2cd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)