Skip to content

Commit

Permalink
fix(deps): update protobuf to v4
Browse files Browse the repository at this point in the history
| datasource | package                             | from   | to     |
| ---------- | ----------------------------------- | ------ | ------ |
| maven      | com.google.protobuf:protoc          | 3.25.3 | 4.26.0 |
| maven      | com.google.protobuf:protobuf-kotlin | 3.25.3 | 4.26.0 |
| maven      | com.google.protobuf:protobuf-java   | 3.25.3 | 4.26.0 |
  • Loading branch information
renovate[bot] committed Mar 20, 2024
1 parent 88398ab commit 1de9598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencyResolutionManagement {
version("kotlin", "1.9.23")
version("logback", "1.5.3")
version("mutiny-clients", "3.12.0")
version("protobuf", "3.25.3")
version("protobuf", "4.26.0")
version("quarkus", "3.9.0")
version("rxjava", "3.1.8")
version("rxkotlin", "3.0.1")
Expand Down

0 comments on commit 1de9598

Please sign in to comment.