Skip to content

Commit 4556c5e

Browse files
authored
Merge pull request #37 from nduyhai/dependabot/gradle/com.fasterxml.jackson.core-jackson-core-2.20.1
chore(deps): bump com.fasterxml.jackson.core:jackson-core from 2.19.2 to 2.20.1
2 parents a5d4b4d + 2230fa2 commit 4556c5e

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.76.0'
3939
compileOnly 'org.projectlombok:lombok'
4040
annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'

0 commit comments

Comments
 (0)