-
Notifications
You must be signed in to change notification settings - Fork 646
chore(deps): Bump the all group across 1 directory with 32 updates #21718
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c973ed1
to
77283dd
Compare
Bumps the all group with 32 updates in the /java directory: | Package | From | To | | --- | --- | --- | | org.apache.commons:commons-text | `1.13.0` | `1.13.1` | | commons-io:commons-io | `2.18.0` | `2.19.0` | | [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.18.3` | `2.19.0` | | [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) | `2.18.3` | `2.19.0` | | [com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) | `9.2.0` | `9.3.0` | | [org.opensearch.client:opensearch-rest-high-level-client](https://github.com/opensearch-project/OpenSearch) | `2.19.1` | `2.19.2` | | [io.grpc:grpc-netty-shaded](https://github.com/grpc/grpc-java) | `1.71.0` | `1.72.0` | | [io.grpc:grpc-protobuf](https://github.com/grpc/grpc-java) | `1.71.0` | `1.72.0` | | [io.grpc:grpc-stub](https://github.com/grpc/grpc-java) | `1.71.0` | `1.72.0` | | [com.google.code.gson:gson](https://github.com/google/gson) | `2.12.1` | `2.13.1` | | [com.google.guava:guava](https://github.com/google/guava) | `33.4.6-jre` | `33.4.8-jre` | | software.amazon.awssdk:s3 | `2.31.17` | `2.31.35` | | software.amazon.awssdk:sts | `2.31.17` | `2.31.35` | | software.amazon.awssdk:apache-client | `2.31.17` | `2.31.35` | | software.amazon.awssdk:glue | `2.31.17` | `2.31.35` | | org.eclipse.jetty:jetty-client | `12.0.19` | `12.0.20` | | org.eclipse.jetty:jetty-util | `12.0.19` | `12.0.20` | | org.eclipse.jetty:jetty-http | `12.0.19` | `12.0.20` | | [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) | `1.20.6` | `1.21.0` | | [org.testcontainers:mysql](https://github.com/testcontainers/testcontainers-java) | `1.20.6` | `1.21.0` | | [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.20.6` | `1.21.0` | | [org.testcontainers:mongodb](https://github.com/testcontainers/testcontainers-java) | `1.20.6` | `1.21.0` | | [org.testcontainers:elasticsearch](https://github.com/testcontainers/testcontainers-java) | `1.20.6` | `1.21.0` | | [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `10.23.0` | `10.23.1` | | [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `3.25.6` | `3.25.7` | | [org.apache.iceberg:iceberg-core](https://github.com/apache/iceberg) | `1.8.1` | `1.9.0` | | [org.apache.iceberg:iceberg-api](https://github.com/apache/iceberg) | `1.8.1` | `1.9.0` | | [org.apache.iceberg:iceberg-bundled-guava](https://github.com/apache/iceberg) | `1.8.1` | `1.9.0` | | [org.apache.iceberg:iceberg-hive-metastore](https://github.com/apache/iceberg) | `1.8.1` | `1.9.0` | | [org.apache.iceberg:iceberg-aws](https://github.com/apache/iceberg) | `1.8.1` | `1.9.0` | | [org.apache.iceberg:iceberg-gcp](https://github.com/apache/iceberg) | `1.8.1` | `1.9.0` | | [org.apache.iceberg:iceberg-snowflake](https://github.com/apache/iceberg) | `1.8.1` | `1.9.0` | Updates `org.apache.commons:commons-text` from 1.13.0 to 1.13.1 Updates `commons-io:commons-io` from 2.18.0 to 2.19.0 Updates `com.fasterxml.jackson.core:jackson-databind` from 2.18.3 to 2.19.0 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.core:jackson-core` from 2.18.3 to 2.19.0 - [Commits](FasterXML/jackson-core@jackson-core-2.18.3...jackson-core-2.19.0) Updates `com.fasterxml.jackson.core:jackson-core` from 2.18.3 to 2.19.0 - [Commits](FasterXML/jackson-core@jackson-core-2.18.3...jackson-core-2.19.0) Updates `com.mysql:mysql-connector-j` from 9.2.0 to 9.3.0 - [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/9.x/CHANGES) - [Commits](mysql/mysql-connector-j@9.2.0...9.3.0) Updates `org.opensearch.client:opensearch-rest-high-level-client` from 2.19.1 to 2.19.2 - [Release notes](https://github.com/opensearch-project/OpenSearch/releases) - [Changelog](https://github.com/opensearch-project/OpenSearch/blob/main/CHANGELOG.md) - [Commits](opensearch-project/OpenSearch@2.19.1...2.19.2) Updates `io.grpc:grpc-netty-shaded` from 1.71.0 to 1.72.0 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](grpc/grpc-java@v1.71.0...v1.72.0) Updates `io.grpc:grpc-protobuf` from 1.71.0 to 1.72.0 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](grpc/grpc-java@v1.71.0...v1.72.0) Updates `io.grpc:grpc-stub` from 1.71.0 to 1.72.0 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](grpc/grpc-java@v1.71.0...v1.72.0) Updates `io.grpc:grpc-protobuf` from 1.71.0 to 1.72.0 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](grpc/grpc-java@v1.71.0...v1.72.0) Updates `io.grpc:grpc-stub` from 1.71.0 to 1.72.0 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](grpc/grpc-java@v1.71.0...v1.72.0) Updates `com.google.code.gson:gson` from 2.12.1 to 2.13.1 - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](google/gson@gson-parent-2.12.1...gson-parent-2.13.1) Updates `com.google.guava:guava` from 33.4.6-jre to 33.4.8-jre - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Updates `software.amazon.awssdk:s3` from 2.31.17 to 2.31.35 Updates `software.amazon.awssdk:sts` from 2.31.17 to 2.31.35 Updates `software.amazon.awssdk:apache-client` from 2.31.17 to 2.31.35 Updates `software.amazon.awssdk:glue` from 2.31.17 to 2.31.35 Updates `software.amazon.awssdk:sts` from 2.31.17 to 2.31.35 Updates `software.amazon.awssdk:apache-client` from 2.31.17 to 2.31.35 Updates `software.amazon.awssdk:glue` from 2.31.17 to 2.31.35 Updates `org.eclipse.jetty:jetty-client` from 12.0.19 to 12.0.20 Updates `org.eclipse.jetty:jetty-util` from 12.0.19 to 12.0.20 Updates `org.eclipse.jetty:jetty-http` from 12.0.19 to 12.0.20 Updates `org.eclipse.jetty:jetty-util` from 12.0.19 to 12.0.20 Updates `org.eclipse.jetty:jetty-http` from 12.0.19 to 12.0.20 Updates `org.testcontainers:testcontainers` from 1.20.6 to 1.21.0 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.20.6...1.21.0) Updates `org.testcontainers:mysql` from 1.20.6 to 1.21.0 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.20.6...1.21.0) Updates `org.testcontainers:postgresql` from 1.20.6 to 1.21.0 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.20.6...1.21.0) Updates `org.testcontainers:mongodb` from 1.20.6 to 1.21.0 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.20.6...1.21.0) Updates `org.testcontainers:elasticsearch` from 1.20.6 to 1.21.0 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.20.6...1.21.0) Updates `org.testcontainers:mysql` from 1.20.6 to 1.21.0 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.20.6...1.21.0) Updates `org.testcontainers:postgresql` from 1.20.6 to 1.21.0 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.20.6...1.21.0) Updates `org.testcontainers:mongodb` from 1.20.6 to 1.21.0 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.20.6...1.21.0) Updates `com.puppycrawl.tools:checkstyle` from 10.23.0 to 10.23.1 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-10.23.0...checkstyle-10.23.1) Updates `com.google.protobuf:protobuf-java` from 3.25.6 to 3.25.7 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v3.25.6...v3.25.7) Updates `org.apache.iceberg:iceberg-core` from 1.8.1 to 1.9.0 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](apache/iceberg@apache-iceberg-1.8.1...apache-iceberg-1.9.0) Updates `org.apache.iceberg:iceberg-api` from 1.8.1 to 1.9.0 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](apache/iceberg@apache-iceberg-1.8.1...apache-iceberg-1.9.0) Updates `org.apache.iceberg:iceberg-bundled-guava` from 1.8.1 to 1.9.0 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](apache/iceberg@apache-iceberg-1.8.1...apache-iceberg-1.9.0) Updates `org.apache.iceberg:iceberg-hive-metastore` from 1.8.1 to 1.9.0 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](apache/iceberg@apache-iceberg-1.8.1...apache-iceberg-1.9.0) Updates `org.apache.iceberg:iceberg-aws` from 1.8.1 to 1.9.0 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](apache/iceberg@apache-iceberg-1.8.1...apache-iceberg-1.9.0) Updates `org.apache.iceberg:iceberg-gcp` from 1.8.1 to 1.9.0 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](apache/iceberg@apache-iceberg-1.8.1...apache-iceberg-1.9.0) Updates `org.apache.iceberg:iceberg-api` from 1.8.1 to 1.9.0 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](apache/iceberg@apache-iceberg-1.8.1...apache-iceberg-1.9.0) Updates `org.apache.iceberg:iceberg-bundled-guava` from 1.8.1 to 1.9.0 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](apache/iceberg@apache-iceberg-1.8.1...apache-iceberg-1.9.0) Updates `org.apache.iceberg:iceberg-hive-metastore` from 1.8.1 to 1.9.0 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](apache/iceberg@apache-iceberg-1.8.1...apache-iceberg-1.9.0) Updates `org.apache.iceberg:iceberg-aws` from 1.8.1 to 1.9.0 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](apache/iceberg@apache-iceberg-1.8.1...apache-iceberg-1.9.0) Updates `org.apache.iceberg:iceberg-gcp` from 1.8.1 to 1.9.0 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](apache/iceberg@apache-iceberg-1.8.1...apache-iceberg-1.9.0) Updates `org.apache.iceberg:iceberg-snowflake` from 1.8.1 to 1.9.0 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](apache/iceberg@apache-iceberg-1.8.1...apache-iceberg-1.9.0) Updates `org.testcontainers:elasticsearch` from 1.20.6 to 1.21.0 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.20.6...1.21.0) --- updated-dependencies: - dependency-name: org.apache.commons:commons-text dependency-version: 1.13.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: commons-io:commons-io dependency-version: 2.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.19.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: com.fasterxml.jackson.core:jackson-core dependency-version: 2.19.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: com.fasterxml.jackson.core:jackson-core dependency-version: 2.19.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: com.mysql:mysql-connector-j dependency-version: 9.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.opensearch.client:opensearch-rest-high-level-client dependency-version: 2.19.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: io.grpc:grpc-netty-shaded dependency-version: 1.72.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: io.grpc:grpc-protobuf dependency-version: 1.72.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: io.grpc:grpc-stub dependency-version: 1.72.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: io.grpc:grpc-protobuf dependency-version: 1.72.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: io.grpc:grpc-stub dependency-version: 1.72.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: com.google.code.gson:gson dependency-version: 2.13.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: com.google.guava:guava dependency-version: 33.4.8-jre dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: software.amazon.awssdk:s3 dependency-version: 2.31.35 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: software.amazon.awssdk:sts dependency-version: 2.31.35 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: software.amazon.awssdk:apache-client dependency-version: 2.31.35 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: software.amazon.awssdk:glue dependency-version: 2.31.35 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: software.amazon.awssdk:sts dependency-version: 2.31.35 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: software.amazon.awssdk:apache-client dependency-version: 2.31.35 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: software.amazon.awssdk:glue dependency-version: 2.31.35 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.eclipse.jetty:jetty-client dependency-version: 12.0.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: 8000 all - dependency-name: org.eclipse.jetty:jetty-util dependency-version: 12.0.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.eclipse.jetty:jetty-http dependency-version: 12.0.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.eclipse.jetty:jetty-util dependency-version: 12.0.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.eclipse.jetty:jetty-http dependency-version: 12.0.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.testcontainers:testcontainers dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.testcontainers:mysql dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.testcontainers:postgresql dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.testcontainers:mongodb dependency-version: 1.21.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: org.testcontainers:elasticsearch dependency-version: 1.21.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: org.testcontainers:mysql dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.testcontainers:postgresql dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.testcontainers:mongodb dependency-version: 1.21.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 10.23.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: com.google.protobuf:protobuf-java dependency-version: 3.25.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.apache.iceberg:iceberg-core dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.apache.iceberg:iceberg-api dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.apache.iceberg:iceberg-bundled-guava dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.apache.iceberg:iceberg-hive-metastore dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.apache.iceberg:iceberg-aws dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.apache.iceberg:iceberg-gcp dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.apache.iceberg:iceberg-api dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.apache.iceberg:iceberg-bundled-guava dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.apache.iceberg:iceberg-hive-metastore dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.apache.iceberg:iceberg-aws dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.apache.iceberg:iceberg-gcp dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.apache.iceberg:iceberg-snowflake dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.testcontainers:elasticsearch dependency-version: 1.21.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
77283dd
to
007cf7c
Compare
lmatz
approved these changes
May 21, 2025
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
ci/main-cron/run-all
ci/run-e2e-iceberg-tests
dependencies
Pull requests that update a dependency file
java
Pull requests that update Java code
type/chore
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the all group with 32 updates in the /java directory:
1.13.0
1.13.1
2.18.0
2.19.0
2.18.3
2.19.0
2.18.3
2.19.0
9.2.0
9.3.0
2.19.1
2.19.2
1.71.0
1.72.0
1.71.0
1.72.0
1.71.0
1.72.0
2.12.1
2.13.1
33.4.6-jre
33.4.8-jre
2.31.17
2.31.35
2.31.17
2.31.35
2.31.17
2.31.35
2.31.17
2.31.35
12.0.19
12.0.20
12.0.19
12.0.20
12.0.19
12.0.20
1.20.6
1.21.0
1.20.6
1.21.0
1.20.6
1.21.0
1.20.6
1.21.0
1.20.6
1.21.0
10.23.0
10.23.1
3.25.6
3.25.7
1.8.1
1.9.0
1.8.1
1.9.0
1.8.1
1.9.0
1.8.1
1.9.0
1.8.1
1.9.0
1.8.1
1.9.0
1.8.1
1.9.0
Updates
org.apache.commons:commons-text
from 1.13.0 to 1.13.1Updates
commons-io:commons-io
from 2.18.0 to 2.19.0Updates
com.fasterxml.jackson.core:jackson-databind
from 2.18.3 to 2.19.0Commits
Updates
com.fasterxml.jackson.core:jackson-core
from 2.18.3 to 2.19.0Commits
9c99b45
[maven-release-plugin] prepare release jackson-core-2.19.01ac378d
Prep for 2.19.0104f6b1
Fixes #1421: makeJsonReadContext
non-final (#1423)453696a
Merge branch '2.18' into 2.19ed885e1
CI to latest ubuntu0617b40
...29a731c
Start "master"->"3.x" renaming (JSTEP-12)e1c99c5
Back to snapshot dep92dcbc2
[maven-release-plugin] prepare for next development iterationc0d9101
[maven-release-plugin] prepare release jackson-core-2.19.0-rc2Updates
com.fasterxml.jackson.core:jackson-core
from 2.18.3 to 2.19.0Commits
9c99b45
[maven-release-plugin] prepare release jackson-core-2.19.01ac378d
Prep for 2.19.0104f6b1
Fixes #1421: makeJsonReadContext
non-final (#1423)453696a
Merge branch '2.18' into 2.19ed885e1
CI to latest ubuntu0617b40
...29a731c
Start "master"->"3.x" renaming (JSTEP-12)e1c99c5
Back to snapshot dep92dcbc2
[maven-release-plugin] prepare for next development iterationc0d9101
[maven-release-plugin] prepare release jackson-core-2.19.0-rc2Updates
com.mysql:mysql-connector-j
from 9.2.0 to 9.3.0Changelog
Sourced from com.mysql:mysql-connector-j's changelog.
... (truncated)
Commits
20ef8ee
Fix for Bug#117294 (Bug#37523180), Updatable ResultSet fails with 'Parameter ...36c448a
Fix for tests failing after changes in MySQL 9.3.0.7ed2d27
Fix for StatementsTest.testBatchRewriteErrors() due to test database name len...6bbbf90
Fix for Bug#20802830, RESULTSET UPDATE METHODS NOT CHECKING VALIDITY OF RESUL...ea6a238
Update for GPL license book.ffb6ef5
WL#16723, DatabaseMetaData clean up.f2edd67
WL#16756, Implement missing methods in DatabaseMetaDataUsingInfoSchema.a69fe66
Fix for Bug#20279671, PROCEDURE EXECUTION FAILS WHEN THE PARAMETER NAME CONTA...9027bec
Fix for Bug#37311996, allow only Krb5LoginModule in Kerberos authentication.52c87f0
Fix for Bug#19857207, EXECUTE ON CALLABLESTATEMENT RESULTS IN ARRAYINDEXOUTOF...Updates
org.opensearch.client:opensearch-rest-high-level-client
from 2.19.1 to 2.19.2Commits
e0ba5ee
Authenticate jenkins calls for gradle check (#17691) (#17701)55f2002
Add search backpressure service check for query group tasks (#17576) (#17613)35167a0
Update tj-actions/changed-files usage from the Github Action checks since it ...a5ac691
Resolve typo in 2.x jdk version 21 (#17516) (#17523)eb62e57
[AUTO] Increment version to 2.19.2. (#17482)e3a5d64
Change IOContext from READONCE to DEFAULT to avoid WrongThreadException (#175...Updates
io.grpc:grpc-netty-shaded
from 1.71.0 to 1.72.0Release notes
Sourced from io.grpc:grpc-netty-shaded's releases.
Commits
b0794e4
Bump version to 1.72.0a2b642c
Update README etc to reference 1.72.0b4e635d
stub: Utility method StreamObservers.nextAndComplete() that does both onNext ...a6e1c1f
stub: trailersFromThrowable() metadata should be copied (#11979) (#12008)8681786
xds: ClusterResolverLoadBalancer handle update for both resolved addresses an...666136b
core: Avoid Set.removeAll() when passing a possibly-large List (#11994) (#12000)2448c8b
util: Replace BUFFER_PICKER with FixedResultPicker2e260a4
util: Graceful switch to new LB when leaving CONNECTING7507a9e
core: Use java.time.Time.getNano in InstantTimeProvider without reflection (#...a332edd
fix: cleans up FileWatcherCertificateProvider in XdsSecurityClientServerTestUpdates
io.grpc:grpc-protobuf
from 1.71.0 to 1.72.0Release notes
Sourced from io.grpc:grpc-protobuf's releases.
Commits
b0794e4
Bump version to 1.72.0a2b642c
Update README etc to reference 1.72.0b4e635d
stub: Utility method StreamObservers.nextAndComplete() that does both onNext ...a6e1c1f
stub: trailersFromThrowable() metadata should be copied (#11979) (#12008)8681786
xds: ClusterResolverLoadBalancer handle update for both resolved addresses an...666136b
core: Avoid Set.removeAll() when passing a possibly-large List (#11994) (#12000)2448c8b
util: Replace BUFFER_PICKER with FixedResultPicker2e260a4
util: Graceful switch to new LB when leaving CONNECTING7507a9e
core: Use java.time.Time.getNano in InstantTimeProvider without reflection (#...a332edd
fix: cleans up FileWatcherCertificateProvider in XdsSecurityClientServerTestUpdates
io.grpc:grpc-stub
from 1.71.0 to 1.72.0Release notes
Sourced from io.grpc:grpc-stub's releases.
Commits
b0794e4
Bump version to 1.72.0a2b642c
Update README etc to reference 1.72.0b4e635d
stub: Utility method StreamObservers.nextAndComplete() that does both onNext ...a6e1c1f
stub: trailersFromThrowable() metadata should be copied (#11979) (#12008)8681786
xds: ClusterResolverLoadBalancer handle update for both resolved addresses an...666136b
core: Avoid Set.removeAll() when passing a possibly-large List (#11994) (#12000)2448c8b
util: Replace BUFFER_PICKER with FixedResultPicker2e260a4
util: Graceful switch to new LB when leaving CONNECTING7507a9e
core: Use java.time.Time.getNano in InstantTimeProvider without reflection (#...a332edd
fix: cleans up FileWatcherCertificateProvider in XdsSecurityClientServerTestUpdates
io.grpc:grpc-protobuf
from 1.71.0 to 1.72.0Release notes
Sourced from io.grpc:grpc-protobuf's releases.
Commits
b0794e4
Bump version to 1.72.0a2b642c
Update README etc to reference 1.72.0b4e635d
stub: Utility method StreamObservers.nextAndComplete() that does both onNext ...a6e1c1f
stub: trailersFromThrowable() metadata should be copied (#11979) (#12008)8681786
xds: ClusterResolverLoadBalancer handle update for both resolved addresses an...666136b
core: Avoid Set.removeAll() when passing a possibly-large List (#11994) (#12000)2448c8b
util: Replace BUFFER_PICKER with FixedResultPicker2e260a4
util: Graceful switch to new LB when leaving CONNECTING7507a9e
core: Use java.time.Time.getNano in InstantTimeProvider without reflection (#...a332edd
fix: cleans up FileWatcherCertificateProvider in XdsSecurityClientServerTestUpdates
io.grpc:grpc-stub
from 1.71.0 to 1.72.0Release notes
Sourced from io.grpc:grpc-stub's releases.
Commits
b0794e4
Bump version to 1.72.0a2b642c
Update README etc to reference 1.72.0b4e635d
stub: Utility method StreamObservers.nextAndComplete() that does both onNext ...a6e1c1f
stub: trailersFromThrowable() metadata should be copied (#11979) (#12008)8681786
xds: ClusterResolverLoadBalancer handle update for both resolved addresses an...666136b
core: Avoid Set.removeAll() when passing a possibly-large List (#11994) (#12000)2448c8b
util: Replace BUFFER_PICKER with FixedResultPicker2e260a4
util: Graceful switch to new LB when leaving CONNECTING7507a9e
core: Use java.time.Time.getNano in InstantTimeProvider without reflection (#...a332edd
fix: cleans up FileWatcherCertificateProvider in XdsSecurityClientServerTestUpdates
com.google.code.gson:gson
from 2.12.1 to 2.13.1Release notes
Sourced from com.google.code.gson:gson's releases.
Commits
257bee9
[maven-release-plugin] prepare release gson-parent-2.13.163d74b3
Bump the maven group with 5 updates (#2851)810e356
Add shrinker test for interface implementation being deserialized (#2845)00ae397
Adjust Troubleshooting Guide ProGuard / R8 section (#2844)0eec6f3
Remove outdated android-proguard-example (#2843)4e65e6a
Give FieldNamingStrategy the ability to return multiple String names (#2776)6010131
[maven-release-plugin] prepare for next development iterationbfe0fd5
[maven-release-plugin] prepare release gson-parent-2.13.06ed64ca
add multi-catch support to the code base (#2841)0074376
Bump the maven group with 3 updates (#2840)Updates
com.google.guava:guava
from 33.4.6-jre to 33.4.8-jreRelease notes
Sourced from com.google.guava:guava's releases.
... (truncated)
Commits
Updates
software.amazon.awssdk:s3
from 2.31.17 to 2.31.35Updates
software.amazon.awssdk:sts
from 2.31.17 to 2.31.35Updates
software.amazon.awssdk:apache-client
from 2.31.17 to 2.31.35Updates
software.amazon.awssdk:glue
from 2.31.17 to 2.31.35Updates
software.amazon.awssdk:sts
from 2.31.17 to 2.31.35Updates
software.amazon.awssdk:apache-client
from 2.31.17 to 2.31.35Updates
software.amazon.awssdk:glue
from 2.31.17 to 2.31.35Updates
org.eclipse.jetty:jetty-client
from 12.0.19 to 12.0.20Updates
org.eclipse.jetty:jetty-util
from 12.0.19 to 12.0.20Updates
org.eclipse.jetty:jetty-http
from 12.0.19 to 12.0.20Updates
org.eclipse.jetty:jetty-util
from 12.0.19 to 12.0.20Updates
org.eclipse.jetty:jetty-http
from 12.0.19 to 12.0.20Updates
org.testcontainers:testcontainers
from 1.20.6 to 1.21.0Release notes
Sourced from org.testcontainers:testcontainers's releases.