Skip to content

Commit 0cc6e11

Browse files
authored
deps: update dependency com.google.guava:guava (#3808)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.guava:guava](https://togithub.com/google/guava) | `30.1.1-jre` -> `31.0.1-jre` | [![age](https://badges.renovateapi.com/packages/maven/com.google.guava:guava/31.0.1-jre/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.guava:guava/31.0.1-jre/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.guava:guava/31.0.1-jre/compatibility-slim/30.1.1-jre)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.guava:guava/31.0.1-jre/confidence-slim/30.1.1-jre)](https://docs.renovatebot.com/merge-confidence/) | | [com.google.guava:guava](https://togithub.com/google/guava) | `31.0-jre` -> `31.1-jre` | [![age](https://badges.renovateapi.com/packages/maven/com.google.guava:guava/31.1-jre/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.guava:guava/31.1-jre/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.guava:guava/31.1-jre/compatibility-slim/31.0-jre)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.guava:guava/31.1-jre/confidence-slim/31.0-jre)](https://docs.renovatebot.com/merge-confidence/) | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-bigtable-hbase). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMTQuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIxNC4wIn0=-->
1 parent cbf0512 commit 0cc6e11

File tree

3 files changed

+3
-3
lines changed
  • bigtable-dataflow-parent/bigtable-beam-import
  • hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent
    • bigtable-hbase-mirroring-client-1.x-2.x-integration-tests
    • bigtable-hbase-mirroring-client-2.x-integration-tests

3 files changed

+3
-3
lines changed

bigtable-dataflow-parent/bigtable-beam-import/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ limitations under the License.
213213
<dependency>
214214
<groupId>com.google.guava</groupId>
215215
<artifactId>guava</artifactId>
216-
<version>31.0-jre</version>
216+
<version>31.1-jre</version>
217217
</dependency>
218218
<dependency>
219219
<groupId>commons-logging</groupId>

hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-1.x-2.x-integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ limitations under the License.
240240
<dependency>
241241
<groupId>com.google.guava</groupId>
242242
<artifactId>guava</artifactId>
243-
<version>30.1.1-jre</version>
243+
<version>31.0.1-jre</version>
244244
<scope>test</scope>
245245
</dependency>
246246

hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-2.x-integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ limitations under the License.
245245
<dependency>
246246
<groupId>com.google.guava</groupId>
247247
<artifactId>guava</artifactId>
248-
<version>30.1.1-jre</version>
248+
<version>31.0.1-jre</version>
249249
<scope>test</scope>
250250
</dependency>
251251

0 commit comments

Comments
 (0)