Skip to content

Commit

Permalink
Use older protobuf/grpc codegen to support older runtimes
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari committed Jun 22, 2023
1 parent 23c83a3 commit e92a919
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,10 @@
<httpclient.version>4.5.13</httpclient.version>
<httpcore.version>4.4.15</httpcore.version>
<protobuf.version>3.22.3</protobuf.version>
<protoc3.version>3.22.3</protoc3.version>
<protoc-gen-grpc-java.version>${grpc.version}</protoc-gen-grpc-java.version>
<!-- set protoc3.version to the oldest version of protobuf to support at runtime -->
<protoc3.version>3.19.6</protoc3.version>
<!-- set protco-gen-grpc-java.version to the oldest version of grpc to support at runtime -->
<protoc-gen-grpc-java.version>1.45.1</protoc-gen-grpc-java.version>
<reflections.version>0.9.11</reflections.version>
<rocksdb.version>7.9.2</rocksdb.version>
<shrinkwrap.version>3.0.1</shrinkwrap.version>
Expand Down

0 comments on commit e92a919

Please sign in to comment.