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

Commit 5cf7c45

Browse files
build(deps): bump com.fasterxml.jackson.core:jackson-databind from 2.17.1 to 2.17.2 (#27)
build(deps): bump com.fasterxml.jackson.core:jackson-databind Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.17.1 to 2.17.2. - [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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 27b8777 commit 5cf7c45

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
@@ -33,7 +33,7 @@ dependencies {
3333
implementation "io.grpc:grpc-stub:${grpcVersion}"
3434
implementation "io.grpc:grpc-netty-shaded:${grpcVersion}"
3535
implementation "io.grpc:grpc-protobuf:${grpcVersion}"
36-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.1'
36+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
3737
implementation 'org.jetbrains:annotations:24.1.0'
3838
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
3939
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.3'

0 commit comments

Comments
 (0)