diff --git a/protobuf-java-converter/build.gradle.kts b/protobuf-java-converter/build.gradle.kts index 1fac46f80..59a89a993 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.24.2") + implementation("com.google.protobuf:protobuf-java:3.24.3") implementation("org.jetbrains.kotlin:kotlin-reflect:1.9.10") implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0")