diff options
Diffstat (limited to 'opendc-common')
| -rw-r--r-- | opendc-common/build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc-common/build.gradle.kts b/opendc-common/build.gradle.kts index 0fd56bb5..9bd209d4 100644 --- a/opendc-common/build.gradle.kts +++ b/opendc-common/build.gradle.kts @@ -57,7 +57,7 @@ dependencies { // Source: https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java // @Mateusz crucial this is an _api_ and not _implementation_ - api("com.google.protobuf:protobuf-java:4.33.5") + api("com.google.protobuf:protobuf-java:4.35.0") // Source: https://mvnrepository.com/artifact/io.confluent/kafka-protobuf-serializer implementation("io.confluent:kafka-protobuf-serializer:8.1.1") |
