diff --git a/router-protobuf/build.gradle.kts b/router-protobuf/build.gradle.kts index ba3495a8..b81e5a0f 100644 --- a/router-protobuf/build.gradle.kts +++ b/router-protobuf/build.gradle.kts @@ -14,8 +14,8 @@ dependencies { implementation(kotlin("reflect")) implementation("org.slf4j:slf4j-api:2.0.9") - api("com.google.protobuf:protobuf-java:3.25.1") - api("com.google.protobuf:protobuf-java-util:3.25.1") + api("com.google.protobuf:protobuf-java:3.25.2") + api("com.google.protobuf:protobuf-java-util:3.25.2") implementation("com.google.guava:guava:32.1.3-jre") api(project(":router"))