Skip to content

Commit

Permalink
Merge pull request #3891 from HubSpot/jdbc-grpc-version-bump
Browse files Browse the repository at this point in the history
jdbc: bump dep versions in order to pull in grpc 1.5.0 -> 1.11.0
  • Loading branch information
sougou authored May 12, 2018
2 parents b9ec54a + 325e9ca commit 36c044e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- Define versions which are also used by grpc-client/pom.xml. -->
<grpc.version>1.5.0</grpc.version>
<grpc.version>1.11.0</grpc.version>
<protobuf.java.version>3.0.0</protobuf.java.version>
</properties>

Expand All @@ -80,7 +80,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>19.0</version>
<version>20.0</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
Expand Down Expand Up @@ -122,14 +122,14 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
<version>4.1.12.Final</version>
<version>4.1.22.Final</version>
</dependency>
<!-- TODO(mberlin): When we upgrade grpc, check if we can remove this. Without,
grpc-client TLS tests fail with error "Jetty ALPN/NPN has not been properly configured.". -->
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-boringssl-static</artifactId>
<version>2.0.3.Final</version>
<version>2.0.7.Final</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 36c044e

Please sign in to comment.