Skip to content

Commit ea1be42

Browse files
authored
Merge pull request #38 from nduyhai/dependabot/gradle/com.fasterxml.jackson.dataformat-jackson-dataformat-protobuf-2.20.1
chore(deps): bump com.fasterxml.jackson.dataformat:jackson-dataformat-protobuf from 2.19.2 to 2.20.1
2 parents 8aac452 + 87e0663 commit ea1be42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gateway-service/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies {
3232
implementation 'org.springframework.cloud:spring-cloud-starter-gateway'
3333
implementation 'org.springframework.boot:spring-boot-starter-actuator'
3434
implementation 'io.github.lognet:grpc-spring-boot-starter:5.2.0'
35-
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-protobuf:2.19.2'
35+
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-protobuf:2.20.1'
3636
implementation 'com.fasterxml.jackson.core:jackson-databind:2.19.2'
3737
implementation 'com.fasterxml.jackson.core:jackson-core:2.19.2'
3838
implementation 'io.grpc:grpc-netty:1.74.0'

0 commit comments

Comments
 (0)