Skip to content

Commit c4577b5

Browse files
authored
update guava (#75)
1 parent 840bc76 commit c4577b5

4 files changed

Lines changed: 17 additions & 17 deletions

File tree

google-cloud-logging/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
<site.installationModule>google-cloud-logging</site.installationModule>
1818
</properties>
1919
<dependencies>
20+
<dependency>
21+
<groupId>com.google.guava</groupId>
22+
<artifactId>guava</artifactId>
23+
</dependency>
2024
<dependency>
2125
<groupId>io.grpc</groupId>
2226
<artifactId>grpc-api</artifactId>
@@ -46,10 +50,6 @@
4650
<groupId>com.google.api.grpc</groupId>
4751
<artifactId>proto-google-cloud-logging-v2</artifactId>
4852
</dependency>
49-
<dependency>
50-
<groupId>com.google.guava</groupId>
51-
<artifactId>guava</artifactId>
52-
</dependency>
5353
<dependency>
5454
<groupId>com.google.api</groupId>
5555
<artifactId>gax</artifactId>

grpc-google-cloud-logging-v2/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@
1313
<version>1.99.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-logging:current} -->
1414
</parent>
1515
<dependencies>
16+
<dependency>
17+
<groupId>com.google.guava</groupId>
18+
<artifactId>guava</artifactId>
19+
</dependency>
20+
<dependency>
21+
<groupId>com.google.protobuf</groupId>
22+
<artifactId>protobuf-java</artifactId>
23+
</dependency>
1624
<dependency>
1725
<groupId>io.grpc</groupId>
1826
<artifactId>grpc-api</artifactId>
@@ -25,17 +33,9 @@
2533
<groupId>io.grpc</groupId>
2634
<artifactId>grpc-protobuf</artifactId>
2735
</dependency>
28-
<dependency>
29-
<groupId>com.google.protobuf</groupId>
30-
<artifactId>protobuf-java</artifactId>
31-
</dependency>
3236
<dependency>
3337
<groupId>com.google.api.grpc</groupId>
3438
<artifactId>proto-google-cloud-logging-v2</artifactId>
3539
</dependency>
36-
<dependency>
37-
<groupId>com.google.guava</groupId>
38-
<artifactId>guava</artifactId>
39-
</dependency>
4040
</dependencies>
4141
</project>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<grpc.version>1.26.0</grpc.version>
7171
<protobuf.version>3.11.1</protobuf.version>
7272
<junit.version>4.13</junit.version>
73-
<guava.version>28.1-android</guava.version>
73+
<guava.version>28.2-android</guava.version>
7474
<threeten.version>1.4.1</threeten.version>
7575
<javax.annotations.version>1.3.2</javax.annotations.version>
7676
<animal-sniffer.version>1.18</animal-sniffer.version>

proto-google-cloud-logging-v2/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
<version>1.99.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-logging:current} -->
1414
</parent>
1515
<dependencies>
16+
<dependency>
17+
<groupId>com.google.guava</groupId>
18+
<artifactId>guava</artifactId>
19+
</dependency>
1620
<dependency>
1721
<groupId>com.google.protobuf</groupId>
1822
<artifactId>protobuf-java</artifactId>
@@ -25,9 +29,5 @@
2529
<groupId>com.google.api</groupId>
2630
<artifactId>api-common</artifactId>
2731
</dependency>
28-
<dependency>
29-
<groupId>com.google.guava</groupId>
30-
<artifactId>guava</artifactId>
31-
</dependency>
3232
</dependencies>
3333
</project>

0 commit comments

Comments
 (0)