From f341c86aa98fb154919f68953ebbe340114135f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 11:34:14 +0000 Subject: [PATCH] build(deps): bump the maven group across 9 directories with 3 updates Bumps the maven group with 2 updates in the /bigtable-dataflow-parent/bigtable-beam-import directory: [com.google.guava:guava](https://github.com/google/guava) and org.apache.commons:commons-compress. Bumps the maven group with 1 update in the /bigtable-hbase-1.x-parent/bigtable-hbase-1.x-tools directory: [com.google.guava:guava](https://github.com/google/guava). Bumps the maven group with 1 update in the /bigtable-test/bigtable-build-helper directory: org.apache.maven:maven-core. Bumps the maven group with 1 update in the /bigtable-test/bigtable-build-helper/src/it/verify-mirror-deps-misaligned directory: [com.google.guava:guava](https://github.com/google/guava). Bumps the maven group with 1 update in the /bigtable-test/bigtable-build-helper/src/it/verify-shaded-exclusions-ok directory: [com.google.guava:guava](https://github.com/google/guava). Bumps the maven group with 1 update in the /bigtable-test/bigtable-build-helper/src/it/verify-shaded-exclusions-unpromoted directory: [com.google.guava:guava](https://github.com/google/guava). Bumps the maven group with 1 update in the /bigtable-test/bigtable-build-helper/src/it/verify-shaded-jar-entries-leak directory: [com.google.guava:guava](https://github.com/google/guava). Bumps the maven group with 1 update in the /bigtable-test/bigtable-build-helper/src/it/verify-shaded-jar-entries-ok directory: [com.google.guava:guava](https://github.com/google/guava). Bumps the maven group with 1 update in the /bigtable-test/bigtable-emulator-maven-plugin directory: org.apache.maven:maven-core. Updates `com.google.guava:guava` from 30.1-jre to 32.0.0-jre - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Updates `org.apache.commons:commons-compress` from 1.20 to 1.26.0 Updates `com.google.guava:guava` from 30.0-jre to 32.0.0-jre - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Updates `org.apache.maven:maven-core` from 3.6.3 to 3.8.1 Updates `com.google.guava:guava` from 30.1-android to 32.0.0-android - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Updates `com.google.guava:guava` from 30.1-android to 32.0.0-android - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Updates `com.google.guava:guava` from 30.1-android to 32.0.0-android - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Updates `com.google.guava:guava` from 30.1-android to 32.0.0-android - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Updates `com.google.guava:guava` from 30.1-android to 32.0.0-android - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Updates `org.apache.maven:maven-core` from 3.6.3 to 3.8.1 --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production dependency-group: maven - dependency-name: org.apache.commons:commons-compress dependency-type: direct:production dependency-group: maven - dependency-name: com.google.guava:guava dependency-type: direct:production dependency-group: maven - dependency-name: org.apache.maven:maven-core dependency-type: direct:production dependency-group: maven - dependency-name: com.google.guava:guava dependency-type: direct:production dependency-group: maven - dependency-name: com.google.guava:guava dependency-type: direct:production dependency-group: maven - dependency-name: com.google.guava:guava dependency-type: direct:production dependency-group: maven - dependency-name: com.google.guava:guava dependency-type: direct:production dependency-group: maven - dependency-name: com.google.guava:guava dependency-type: direct:production dependency-group: maven - dependency-name: org.apache.maven:maven-core dependency-type: direct:production dependency-group: maven ... Signed-off-by: dependabot[bot] --- bigtable-dataflow-parent/bigtable-beam-import/pom.xml | 4 ++-- bigtable-hbase-1.x-parent/bigtable-hbase-1.x-tools/pom.xml | 2 +- bigtable-test/bigtable-build-helper/pom.xml | 2 +- .../src/it/verify-mirror-deps-misaligned/pom.xml | 2 +- .../src/it/verify-shaded-exclusions-ok/pom.xml | 2 +- .../src/it/verify-shaded-exclusions-unpromoted/pom.xml | 2 +- .../src/it/verify-shaded-jar-entries-leak/pom.xml | 2 +- .../src/it/verify-shaded-jar-entries-ok/pom.xml | 2 +- bigtable-test/bigtable-emulator-maven-plugin/pom.xml | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/bigtable-dataflow-parent/bigtable-beam-import/pom.xml b/bigtable-dataflow-parent/bigtable-beam-import/pom.xml index c55395397f..b6b39ad70a 100644 --- a/bigtable-dataflow-parent/bigtable-beam-import/pom.xml +++ b/bigtable-dataflow-parent/bigtable-beam-import/pom.xml @@ -181,7 +181,7 @@ limitations under the License. com.google.guava guava - 30.1-jre + 32.0.0-jre commons-logging @@ -211,7 +211,7 @@ limitations under the License. org.apache.commons commons-compress - 1.20 + 1.26.0 runtime diff --git a/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-tools/pom.xml b/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-tools/pom.xml index 038f9d8e7a..4695a0dfa9 100644 --- a/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-tools/pom.xml +++ b/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-tools/pom.xml @@ -55,7 +55,7 @@ com.google.guava guava - 30.0-jre + 32.0.0-jre org.slf4j diff --git a/bigtable-test/bigtable-build-helper/pom.xml b/bigtable-test/bigtable-build-helper/pom.xml index 3d1dea22e5..af31f150fd 100644 --- a/bigtable-test/bigtable-build-helper/pom.xml +++ b/bigtable-test/bigtable-build-helper/pom.xml @@ -21,7 +21,7 @@ 8 - 3.6.3 + 3.8.1 1.6.1