diff --git a/protobuf-java-converter/build.gradle.kts b/protobuf-java-converter/build.gradle.kts index fdf5e1a27..bfbd94c3b 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.23.0") + implementation("com.google.protobuf:protobuf-java:3.23.1") implementation("org.jetbrains.kotlin:kotlin-reflect:1.8.21") implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1")