Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump the all group across 1 directory with 38 updates
Bumps the all group with 38 updates in the /java directory: | Package | From | To | | --- | --- | --- | | org.apache.logging.log4j:log4j-api | `2.24.2` | `2.24.3` | | org.apache.logging.log4j:log4j-slf4j2-impl | `2.24.2` | `2.24.3` | | org.apache.logging.log4j:log4j-core | `2.24.2` | `2.24.3` | | org.apache.commons:commons-text | `1.12.0` | `1.13.0` | | [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.15.4` | `2.18.2` | | [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) | `2.15.4` | `2.18.2` | | [org.elasticsearch.client:elasticsearch-rest-high-level-client](https://github.com/elastic/elasticsearch) | `7.17.25` | `7.17.26` | | [io.grpc:grpc-netty-shaded](https://github.com/grpc/grpc-java) | `1.68.1` | `1.69.0` | | [io.grpc:grpc-protobuf](https://github.com/grpc/grpc-java) | `1.68.1` | `1.69.0` | | [io.grpc:grpc-stub](https://github.com/grpc/grpc-java) | `1.68.1` | `1.69.0` | | [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) | `3.47.0.0` | `3.47.1.0` | | software.amazon.awssdk:s3 | `2.29.20` | `2.29.34` | | software.amazon.awssdk:sts | `2.29.20` | `2.29.34` | | software.amazon.awssdk:apache-client | `2.29.20` | `2.29.34` | | software.amazon.awssdk:glue | `2.29.20` | `2.29.34` | | org.eclipse.jetty:jetty-client | `12.0.15` | `12.0.16` | | org.eclipse.jetty:jetty-util | `12.0.15` | `12.0.16` | | org.eclipse.jetty:jetty-http | `12.0.15` | `12.0.16` | | [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `10.20.1` | `10.21.0` | | [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.11.1` | `3.11.2` | | [org.apache.iceberg:iceberg-core](https://github.com/apache/iceberg) | `1.7.0` | `1.7.1` | | [org.apache.iceberg:iceberg-api](https://github.com/apache/iceberg) | `1.7.0` | `1.7.1` | | [org.apache.iceberg:iceberg-bundled-guava](https://github.com/apache/iceberg) | `1.7.0` | `1.7.1` | | [org.apache.iceberg:iceberg-parquet](https://github.com/apache/iceberg) | `1.7.0` | `1.7.1` | | [org.apache.iceberg:iceberg-data](https://github.com/apache/iceberg) | `1.7.0` | `1.7.1` | | [org.apache.iceberg:iceberg-hive-metastore](https://github.com/apache/iceberg) | `1.7.0` | `1.7.1` | | [org.apache.iceberg:iceberg-aws](https://github.com/apache/iceberg) | `1.7.0` | `1.7.1` | | [org.apache.parquet:parquet-avro](https://github.com/apache/parquet-mr) | `1.14.4` | `1.15.0` | | [org.apache.parquet:parquet-common](https://github.com/apache/parquet-mr) | `1.14.4` | `1.15.0` | | [org.apache.parquet:parquet-encoding](https://github.com/apache/parquet-mr) | `1.14.4` | `1.15.0` | | [org.apache.parquet:parquet-column](https://github.com/apache/parquet-mr) | `1.14.4` | `1.15.0` | | [org.apache.parquet:parquet-hadoop](https://github.com/apache/parquet-mr) | `1.14.4` | `1.15.0` | | org.apache.hadoop:hadoop-common | `3.4.1` | `3.4.1` | | org.apache.hadoop:hadoop-mapreduce-client-core | `3.4.1` | `3.4.1` | | org.apache.hadoop:hadoop-mapreduce-client-common | `3.4.1` | `3.4.1` | | org.apache.hadoop:hadoop-mapreduce-client-jobclient | `3.4.1` | `3.4.1` | | org.apache.hadoop:hadoop-client | `3.3.4` | `3.4.1` | | org.apache.hadoop:hadoop-aws | `3.4.1` | `3.4.1` | Updates `org.apache.logging.log4j:log4j-api` from 2.24.2 to 2.24.3 Updates `org.apache.logging.log4j:log4j-slf4j2-impl` from 2.24.2 to 2.24.3 Updates `org.apache.logging.log4j:log4j-core` from 2.24.2 to 2.24.3 Updates `org.apache.logging.log4j:log4j-slf4j2-impl` from 2.24.2 to 2.24.3 Updates `org.apache.logging.log4j:log4j-core` from 2.24.2 to 2.24.3 Updates `org.apache.commons:commons-text` from 1.12.0 to 1.13.0 Updates `com.fasterxml.jackson.core:jackson-databind` from 2.15.4 to 2.18.2 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.core:jackson-core` from 2.15.4 to 2.18.2 - [Commits](FasterXML/jackson-core@jackson-core-2.15.4...jackson-core-2.18.2) Updates `com.fasterxml.jackson.core:jackson-core` from 2.15.4 to 2.18.2 - [Commits](FasterXML/jackson-core@jackson-core-2.15.4...jackson-core-2.18.2) Updates `org.elasticsearch.client:elasticsearch-rest-high-level-client` from 7.17.25 to 7.17.26 - [Release notes](https://github.com/elastic/elasticsearch/releases) - [Changelog](https://github.com/elastic/elasticsearch/blob/main/CHANGELOG.md) - [Commits](elastic/elasticsearch@v7.17.25...v7.17.26) Updates `io.grpc:grpc-netty-shaded` from 1.68.1 to 1.69.0 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](grpc/grpc-java@v1.68.1...v1.69.0) Updates `io.grpc:grpc-protobuf` from 1.68.1 to 1.69.0 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](grpc/grpc-java@v1.68.1...v1.69.0) Updates `io.grpc:grpc-stub` from 1.68.1 to 1.69.0 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](grpc/grpc-java@v1.68.1...v1.69.0) Updates `io.grpc:grpc-protobuf` from 1.68.1 to 1.69.0 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](grpc/grpc-java@v1.68.1...v1.69.0) Updates `io.grpc:grpc-stub` from 1.68.1 to 1.69.0 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](grpc/grpc-java@v1.68.1...v1.69.0) Updates `org.xerial:sqlite-jdbc` from 3.47.0.0 to 3.47.1.0 - [Release notes](https://github.com/xerial/sqlite-jdbc/releases) - [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG) - [Commits](xerial/sqlite-jdbc@3.47.0.0...3.47.1.0) Updates `software.amazon.awssdk:s3` from 2.29.20 to 2.29.34 Updates `software.amazon.awssdk:sts` from 2.29.20 to 2.29.34 Updates `software.amazon.awssdk:apache-client` from 2.29.20 to 2.29.34 Updates `software.amazon.awssdk:glue` from 2.29.20 to 2.29.34 Updates `software.amazon.awssdk:sts` from 2.29.20 to 2.29.34 Updates `software.amazon.awssdk:apache-client` from 2.29.20 to 2.29.34 Updates `software.amazon.awssdk:glue` from 2.29.20 to 2.29.34 Updates `org.eclipse.jetty:jetty-client` from 12.0.15 to 12.0.16 Updates `org.eclipse.jetty:jetty-util` from 12.0.15 to 12.0.16 Updates `org.eclipse.jetty:jetty-http` from 12.0.15 to 12.0.16 Updates `org.eclipse.jetty:jetty-util` from 12.0.15 to 12.0.16 Updates `org.eclipse.jetty:jetty-http` from 12.0.15 to 12.0.16 Updates `com.puppycrawl.tools:checkstyle` from 10.20.1 to 10.21.0 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-10.20.1...checkstyle-10.21.0) Updates `org.apache.maven.plugins:maven-javadoc-plugin` from 3.11.1 to 3.11.2 - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.11.1...maven-javadoc-plugin-3.11.2) Updates `org.apache.iceberg:iceberg-core` from 1.7.0 to 1.7.1 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](apache/iceberg@apache-iceberg-1.7.0...apache-iceberg-1.7.1) Updates `org.apache.iceberg:iceberg-api` from 1.7.0 to 1.7.1 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](apache/iceberg@apache-iceberg-1.7.0...apache-iceberg-1.7.1) Updates `org.apache.iceberg:iceberg-bundled-guava` from 1.7.0 to 1.7.1 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](apache/iceberg@apache-iceberg-1.7.0...apache-iceberg-1.7.1) Updates `org.apache.iceberg:iceberg-parquet` from 1.7.0 to 1.7.1 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](apache/iceberg@apache-iceberg-1.7.0...apache-iceberg-1.7.1) Updates `org.apache.iceberg:iceberg-data` from 1.7.0 to 1.7.1 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](apache/iceberg@apache-iceberg-1.7.0...apache-iceberg-1.7.1) Updates `org.apache.iceberg:iceberg-hive-metastore` from 1.7.0 to 1.7.1 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](apache/iceberg@apache-iceberg-1.7.0...apache-iceberg-1.7.1) Updates `org.apache.iceberg:iceberg-aws` from 1.7.0 to 1.7.1 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](apache/iceberg@apache-iceberg-1.7.0...apache-iceberg-1.7.1) Updates `org.apache.iceberg:iceberg-api` from 1.7.0 to 1.7.1 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](apache/iceberg@apache-iceberg-1.7.0...apache-iceberg-1.7.1) Updates `org.apache.iceberg:iceberg-bundled-guava` from 1.7.0 to 1.7.1 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](apache/iceberg@apache-iceberg-1.7.0...apache-iceberg-1.7.1) Updates `org.apache.iceberg:iceberg-parquet` from 1.7.0 to 1.7.1 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](apache/iceberg@apache-iceberg-1.7.0...apache-iceberg-1.7.1) Updates `org.apache.iceberg:iceberg-data` from 1.7.0 to 1.7.1 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](apache/iceberg@apache-iceberg-1.7.0...apache-iceberg-1.7.1) Updates `org.apache.iceberg:iceberg-hive-metastore` from 1.7.0 to 1.7.1 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](apache/iceberg@apache-iceberg-1.7.0...apache-iceberg-1.7.1) Updates `org.apache.parquet:parquet-avro` from 1.14.4 to 1.15.0 - [Release notes](https://github.com/apache/parquet-mr/releases) - [Changelog](https://github.com/apache/parquet-java/blob/master/CHANGES.md) - [Commits](apache/parquet-java@apache-parquet-1.14.4...apache-parquet-1.15.0) Updates `org.apache.parquet:parquet-common` from 1.14.4 to 1.15.0 - [Release notes](https://github.com/apache/parquet-mr/releases) - [Changelog](https://github.com/apache/parquet-java/blob/master/CHANGES.md) - [Commits](apache/parquet-java@apache-parquet-1.14.4...apache-parquet-1.15.0) Updates `org.apache.parquet:parquet-encoding` from 1.14.4 to 1.15.0 - [Release notes](https://github.com/apache/parquet-mr/releases) - [Changelog](https://github.com/apache/parquet-java/blob/master/CHANGES.md) - [Commits](apache/parquet-java@apache-parquet-1.14.4...apache-parquet-1.15.0) Updates `org.apache.parquet:parquet-column` from 1.14.4 to 1.15.0 - [Release notes](https://github.com/apache/parquet-mr/releases) - [Changelog](https://github.com/apache/parquet-java/blob/master/CHANGES.md) - [Commits](apache/parquet-java@apache-parquet-1.14.4...apache-parquet-1.15.0) Updates `org.apache.parquet:parquet-hadoop` from 1.14.4 to 1.15.0 - [Release notes](https://github.com/apache/parquet-mr/releases) - [Changelog](https://github.com/apache/parquet-java/blob/master/CHANGES.md) - [Commits](apache/parquet-java@apache-parquet-1.14.4...apache-parquet-1.15.0) Updates `org.apache.iceberg:iceberg-aws` from 1.7.0 to 1.7.1 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](apache/iceberg@apache-iceberg-1.7.0...apache-iceberg-1.7.1) Updates `org.apache.parquet:parquet-common` from 1.14.4 to 1.15.0 - [Release notes](https://github.com/apache/parquet-mr/releases) - [Changelog](https://github.com/apache/parquet-java/blob/master/CHANGES.md) - [Commits](apache/parquet-java@apache-parquet-1.14.4...apache-parquet-1.15.0) Updates `org.apache.parquet:parquet-encoding` from 1.14.4 to 1.15.0 - [Release notes](https://github.com/apache/parquet-mr/releases) - [Changelog](https://github.com/apache/parquet-java/blob/master/CHANGES.md) - [Commits](apache/parquet-java@apache-parquet-1.14.4...apache-parquet-1.15.0) Updates `org.apache.parquet:parquet-column` from 1.14.4 to 1.15.0 - [Release notes](https://github.com/apache/parquet-mr/releases) - [Changelog](https://github.com/apache/parquet-java/blob/master/CHANGES.md) - [Commits](apache/parquet-java@apache-parquet-1.14.4...apache-parquet-1.15.0) Updates `org.apache.parquet:parquet-hadoop` from 1.14.4 to 1.15.0 - [Release notes](https://github.com/apache/parquet-mr/releases) - [Changelog](https://github.com/apache/parquet-java/blob/master/CHANGES.md) - [Commits](apache/parquet-java@apache-parquet-1.14.4...apache-parquet-1.15.0) Updates `org.apache.hadoop:hadoop-common` from 3.4.1 to 3.4.1 Updates `org.apache.hadoop:hadoop-mapreduce-client-core` from 3.4.1 to 3.4.1 Updates `org.apache.hadoop:hadoop-mapreduce-client-common` from 3.4.1 to 3.4.1 Updates `org.apache.hadoop:hadoop-mapreduce-client-jobclient` from 3.4.1 to 3.4.1 Updates `org.apache.hadoop:hadoop-client` from 3.3.4 to 3.4.1 Updates `org.apache.hadoop:hadoop-aws` from 3.4.1 to 3.4.1 --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.apache.logging.log4j:log4j-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.apache.logging.log4j:log4j-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.apache.commons:commons-text dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: com.fasterxml.jackson.core:jackson-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: com.fasterxml.jackson.core:jackson-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.elasticsearch.client:elasticsearch-rest-high-level-client dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: io.grpc:grpc-netty-shaded dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: io.grpc:grpc-protobuf dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: io.grpc:grpc-stub dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: io.grpc:grpc-protobuf dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: io.grpc:grpc-stub dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.xerial:sqlite-jdbc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: software.amazon.awssdk:s3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: software.amazon.awssdk:sts dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: software.amazon.awssdk:apache-client dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: software.amazon.awssdk:glue dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: software.amazon.awssdk:sts dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: software.amazon.awssdk:apache-client dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: software.amazon.awssdk:glue dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.eclipse.jetty:jetty-client dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.eclipse.jetty:jetty-util dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.eclipse.jetty:jetty-http dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.eclipse.jetty:jetty-util dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.eclipse.jetty:jetty-http dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.apache.iceberg:iceberg-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.apache.iceberg:iceberg-api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.apache.iceberg:iceberg-bundled-guava dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.apache.iceberg:iceberg-parquet dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.apache.iceberg:iceberg-data dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.apache.iceberg:iceberg-hive-metastore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.apache.iceberg:iceberg-aws dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.apache.iceberg:iceberg-api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.apache.iceberg:iceberg-bundled-guava dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.apache.iceberg:iceberg-parquet dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.apache.iceberg:iceberg-data dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.apache.iceberg:iceberg-hive-metastore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.apache.parquet:parquet-avro dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.apache.parquet:parquet-common dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.apache.parquet:parquet-encoding dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.apache.parquet:parquet-column dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.apache.parquet:parquet-hadoop dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.apache.iceberg:iceberg-aws dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.apache.parquet:parquet-common dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.apache.parquet:parquet-encoding dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.apache.parquet:parquet-column dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.apache.parquet:parquet-hadoop dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.apache.hadoop:hadoop-common dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.apache.hadoop:hadoop-mapreduce-client-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.apache.hadoop:hadoop-mapreduce-client-common dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.apache.hadoop:hadoop-mapreduce-client-jobclient dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.apache.hadoop:hadoop-client dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: org.apache.hadoop:hadoop-aws dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information