Skip to content

Commit ab5025a

Browse files
authored
bump gax version (#2549)
and put the version of netty ssl in one place
1 parent 72ae1ff commit ab5025a

15 files changed

Lines changed: 10 additions & 18 deletions

File tree

google-cloud-core-grpc/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
<dependency>
2323
<groupId>io.netty</groupId>
2424
<artifactId>netty-tcnative-boringssl-static</artifactId>
25-
<version>2.0.3.Final</version>
2625
</dependency>
2726
<dependency>
2827
<groupId>com.google.auth</groupId>

google-cloud-dlp/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
<dependency>
2323
<groupId>io.netty</groupId>
2424
<artifactId>netty-tcnative-boringssl-static</artifactId>
25-
<version>2.0.3.Final</version>
2625
</dependency>
2726
<dependency>
2827
<groupId>${project.groupId}</groupId>

google-cloud-errorreporting/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
<dependency>
2323
<groupId>io.netty</groupId>
2424
<artifactId>netty-tcnative-boringssl-static</artifactId>
25-
<version>2.0.3.Final</version>
2625
</dependency>
2726
<dependency>
2827
<groupId>${project.groupId}</groupId>

google-cloud-firestore/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
<dependency>
2626
<groupId>io.netty</groupId>
2727
<artifactId>netty-tcnative-boringssl-static</artifactId>
28-
<version>2.0.3.Final</version>
2928
</dependency>
3029
<dependency>
3130
<groupId>${project.groupId}</groupId>

google-cloud-language/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
<dependency>
2323
<groupId>io.netty</groupId>
2424
<artifactId>netty-tcnative-boringssl-static</artifactId>
25-
<version>2.0.3.Final</version>
2625
</dependency>
2726
<dependency>
2827
<groupId>${project.groupId}</groupId>

google-cloud-logging/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
<dependency>
2323
<groupId>io.netty</groupId>
2424
<artifactId>netty-tcnative-boringssl-static</artifactId>
25-
<version>2.0.3.Final</version>
2625
</dependency>
2726
<dependency>
2827
<groupId>${project.groupId}</groupId>

google-cloud-monitoring/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
<dependency>
2323
<groupId>io.netty</groupId>
2424
<artifactId>netty-tcnative-boringssl-static</artifactId>
25-
<version>2.0.3.Final</version>
2625
</dependency>
2726
<dependency>
2827
<groupId>${project.groupId}</groupId>

google-cloud-pubsub/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
<dependency>
2323
<groupId>io.netty</groupId>
2424
<artifactId>netty-tcnative-boringssl-static</artifactId>
25-
<version>2.0.3.Final</version>
2625
</dependency>
2726
<dependency>
2827
<groupId>${project.groupId}</groupId>

google-cloud-spanner/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@
8484
<dependency>
8585
<groupId>io.netty</groupId>
8686
<artifactId>netty-tcnative-boringssl-static</artifactId>
87-
<version>2.0.3.Final</version>
8887
</dependency>
8988
<dependency>
9089
<groupId>${project.groupId}</groupId>

google-cloud-speech/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
<dependency>
2323
<groupId>io.netty</groupId>
2424
<artifactId>netty-tcnative-boringssl-static</artifactId>
25-
<version>2.0.3.Final</version>
2625
</dependency>
2726
<dependency>
2827
<groupId>${project.groupId}</groupId>

0 commit comments

Comments
 (0)