Skip to content

Commit

Permalink
fix: align protobuf dependencies versions to fix Protobuf crash
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylvln committed Mar 26, 2024
1 parent cf8a06c commit e6a1c0c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/google-agones-sdk/buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins:
- extern_path=.google.protobuf=::pbjson_types
- server_mod_attribute=.=#[cfg(feature = "server")]
- client_mod_attribute=.=#[cfg(feature = "client")]
- plugin: buf.build/protocolbuffers/java:v26.0
- plugin: buf.build/protocolbuffers/java:v25.3
out: bindings/java/src/generated/java
- plugin: buf.build/grpc/java:v1.62.2
out: bindings/java/src/generated/grpc
2 changes: 1 addition & 1 deletion packages/google-open-match-sdk/buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins:
- extern_path=.google.protobuf=::pbjson_types
- server_mod_attribute=.=#[cfg(feature = "server")]
- client_mod_attribute=.=#[cfg(feature = "client")]
- plugin: buf.build/protocolbuffers/java:v26.0
- plugin: buf.build/protocolbuffers/java:v25.3
out: bindings/java/src/generated/java
- plugin: buf.build/grpc/java:v1.62.2
out: bindings/java/src/generated/grpc
2 changes: 1 addition & 1 deletion packages/shulker-sdk/buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins:
- extern_path=.google.protobuf=::pbjson_types
- server_mod_attribute=.=#[cfg(feature = "server")]
- client_mod_attribute=.=#[cfg(feature = "client")]
- plugin: buf.build/protocolbuffers/java:v26.0
- plugin: buf.build/protocolbuffers/java:v25.3
out: bindings/java/src/generated/java
- plugin: buf.build/grpc/java:v1.62.2
out: bindings/java/src/generated/grpc
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencyResolutionManagement {
library("kubernetes-client", "io.fabric8", "kubernetes-client").versionRef("kubernetes-client")
library("kubernetes-client-api", "io.fabric8", "kubernetes-client-api").versionRef("kubernetes-client")
library("kubernetes-client-http", "io.fabric8", "kubernetes-httpclient-okhttp").versionRef("kubernetes-client")
library("protobuf", "com.google.protobuf:protobuf-java:4.26.0")
library("protobuf", "com.google.protobuf:protobuf-java:3.25.3")
library("velocity-api", "com.velocitypowered:velocity-api:3.1.1")

plugin("buildconfig", "com.github.gmazzo.buildconfig").version("4.1.2")
Expand Down

0 comments on commit e6a1c0c

Please sign in to comment.