Skip to content

Commit 1cd23cb

Browse files
deps: Version bump cloud BOM and remove no longer needed dependency management settings (#777)
1 parent b6e48dc commit 1cd23cb

File tree

2 files changed

+5
-25
lines changed

2 files changed

+5
-25
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>com.google.cloud</groupId>
2929
<artifactId>google-cloud-bom</artifactId>
30-
<version>0.156.0</version>
30+
<version>0.158.0</version>
3131
<type>pom</type>
3232
<scope>import</scope>
3333
</dependency>

pubsublite-beam-io/pom.xml

Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -17,32 +17,12 @@
1717
<url>https://github.com/googleapis/java-pubsublite</url>
1818
<description>Beam IO for Google Cloud Pub/Sub Lite</description>
1919
<dependencyManagement>
20-
<!-- Settings here exist to fix RequireUpperBoundDeps errors. -->
2120
<dependencies>
21+
<!-- Settings here exist to fix RequireUpperBoundDeps errors until fixed upstream in cloud BOM. -->
2222
<dependency>
23-
<groupId>org.apache.httpcomponents</groupId>
24-
<artifactId>httpclient</artifactId>
25-
<version>4.5.13</version>
26-
</dependency>
27-
<dependency>
28-
<groupId>org.apache.httpcomponents</groupId>
29-
<artifactId>httpcore</artifactId>
30-
<version>4.4.14</version>
31-
</dependency>
32-
<dependency>
33-
<groupId>com.google.apis</groupId>
34-
<artifactId>google-api-services-bigquery</artifactId>
35-
<version>v2-rev20210617-1.32.1</version>
36-
</dependency>
37-
<dependency>
38-
<groupId>com.google.oauth-client</groupId>
39-
<artifactId>google-oauth-client</artifactId>
40-
<version>1.31.5</version>
41-
</dependency>
42-
<dependency>
43-
<groupId>com.google.oauth-client</groupId>
44-
<artifactId>google-oauth-client-java6</artifactId>
45-
<version>1.31.5</version>
23+
<groupId>com.google.cloud</groupId>
24+
<artifactId>grpc-gcp</artifactId>
25+
<version>1.1.0</version>
4626
</dependency>
4727
</dependencies>
4828
</dependencyManagement>

0 commit comments

Comments
 (0)