Skip to content

Commit 4e489d6

Browse files
chore(deps): bump com.fasterxml.jackson.core:jackson-databind
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.19.2 to 2.20.1. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.20.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ea1be42 commit 4e489d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gateway-service/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ dependencies {
3333
implementation 'org.springframework.boot:spring-boot-starter-actuator'
3434
implementation 'io.github.lognet:grpc-spring-boot-starter:5.2.0'
3535
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-protobuf:2.20.1'
36-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.19.2'
37-
implementation 'com.fasterxml.jackson.core:jackson-core:2.19.2'
36+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.20.1'
37+
implementation 'com.fasterxml.jackson.core:jackson-core:2.20.1'
3838
implementation 'io.grpc:grpc-netty:1.74.0'
3939
compileOnly 'org.projectlombok:lombok'
4040
annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'

0 commit comments

Comments
 (0)