diff --git a/protobuf-java-converter/build.gradle.kts b/protobuf-java-converter/build.gradle.kts index 1b6b990edf..8b3757d2a6 100644 --- a/protobuf-java-converter/build.gradle.kts +++ b/protobuf-java-converter/build.gradle.kts @@ -22,7 +22,7 @@ dependencies { implementation(projects.kompendiumJsonSchema) - implementation("com.google.protobuf:protobuf-java:3.25.3") + implementation("com.google.protobuf:protobuf-java:4.26.1") implementation("org.jetbrains.kotlin:kotlin-reflect:1.9.24") implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3")