diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2026-06-16 12:21:53 +0200 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2026-06-16 12:21:53 +0200 |
| commit | 3a4363d0bba006c6a278c12a3264b8976b8d4485 (patch) | |
| tree | 32c3dd6acf360db8e66a176f616857ce01b97139 /opendc-common | |
| parent | fa3ec84a38ca24157d5fb52a9715d9dad9a3e8c6 (diff) | |
fix: fixing bugs that arise from different compute monitors
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") |
