Skip to content

Commit

Permalink
deps: Bump assorted dependencies which need to be incremented together (
Browse files Browse the repository at this point in the history
#943)

* deps: Bump assorted dependencies which need to be incremented together

* deps: Bump assorted dependencies which need to be incremented together
  • Loading branch information
dpcollins-google committed Nov 10, 2021
1 parent a0170f5 commit ab63bf2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bom</artifactId>
<version>0.158.0</version>
<version>0.163.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
7 changes: 6 additions & 1 deletion pubsublite-beam-io/pom.xml
Expand Up @@ -24,6 +24,11 @@
<artifactId>grpc-gcp</artifactId>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker-compat-qual</artifactId>
<version>2.5.5</version>
</dependency>
</dependencies>
</dependencyManagement>
<properties>
Expand Down Expand Up @@ -76,7 +81,7 @@
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.10.12</version>
<version>2.10.13</version>
</dependency>
<dependency>
<groupId>org.checkerframework</groupId>
Expand Down

0 comments on commit ab63bf2

Please sign in to comment.