diff --git a/gateway-service/build.gradle b/gateway-service/build.gradle index 086ad6d..0d315f9 100644 --- a/gateway-service/build.gradle +++ b/gateway-service/build.gradle @@ -33,8 +33,8 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-actuator' implementation 'io.github.lognet:grpc-spring-boot-starter:5.2.0' implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-protobuf:2.20.1' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.19.2' - implementation 'com.fasterxml.jackson.core:jackson-core:2.19.2' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.20.1' + implementation 'com.fasterxml.jackson.core:jackson-core:2.20.1' implementation 'io.grpc:grpc-netty:1.76.0' compileOnly 'org.projectlombok:lombok' annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'