Skip to content

Commit

Permalink
Pin gRPC version for all the modules (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat committed Jan 25, 2024
1 parent 14d137b commit 429e1b1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
13 changes: 0 additions & 13 deletions client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@

<properties>
<caffeine.version>3.1.4</caffeine.version>
<grpc.version>1.59.0</grpc.version>
<grpc-test.version>1.2.2</grpc-test.version>
<javax.annotation.version>1.3.2</javax.annotation.version>
<protobuf.version>3.25.0</protobuf.version>
Expand All @@ -40,18 +39,6 @@
<zah.version>0.16</zah.version>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-bom</artifactId>
<version>${grpc.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
Expand Down
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<grpc.version>1.59.0</grpc.version>

<assertj.version>3.24.1</assertj.version>
<awaitility.version>3.0.0</awaitility.version>
<checkstyle.version>10.12.5</checkstyle.version>
Expand All @@ -87,6 +89,13 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-bom</artifactId>
<version>${grpc.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-bom</artifactId>
Expand Down

0 comments on commit 429e1b1

Please sign in to comment.