We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8aac452 + 87e0663 commit ea1be42Copy full SHA for ea1be42
gateway-service/build.gradle
@@ -32,7 +32,7 @@ dependencies {
32
implementation 'org.springframework.cloud:spring-cloud-starter-gateway'
33
implementation 'org.springframework.boot:spring-boot-starter-actuator'
34
implementation 'io.github.lognet:grpc-spring-boot-starter:5.2.0'
35
- implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-protobuf:2.19.2'
+ 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'
38
implementation 'io.grpc:grpc-netty:1.74.0'
0 commit comments