Skip to content
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

Bump the root-gradle-deps group with 8 updates #1533

Merged
merged 1 commit into from
Dec 27, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 27, 2023

Bumps the root-gradle-deps group with 8 updates:

Package From To
com.google.guava:guava 32.1.3-jre 33.0.0-jre
com.amazonaws:aws-java-sdk-bom 1.12.618 1.12.626
org.apache.logging.log4j:log4j-api 2.22.0 2.22.1
org.apache.logging.log4j:log4j-core 2.22.0 2.22.1
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml 2.16.0 2.16.1
io.grpc:grpc-api 1.60.0 1.60.1
io.grpc:grpc-netty-shaded 1.60.0 1.60.1
software.amazon.awssdk:s3 2.21.44 2.22.6

Updates com.google.guava:guava from 32.1.3-jre to 33.0.0-jre

Release notes

Sourced from com.google.guava:guava's releases.

33.0.0

Maven

<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava</artifactId>
  <version>33.0.0-jre</version>
  <!-- or, for Android: -->
  <version>33.0.0-android</version>
</dependency>

Jar files

Guava requires one runtime dependency, which you can download here:

Javadoc

JDiff

Changelog

  • This version of guava-android contains some package-private methods whose signature includes the Java 8 Collector API. This is a test to identify any problems before we expose those methods publicly to users. Please report any problems that you encounter. (73dbf7ef26)
  • Changed various classes to catch Exception instead of RuntimeException even when only RuntimeException is theoretically possible. This can help code that throws undeclared exceptions, as some bytecode rewriters (e.g., Robolectric) and languages (e.g., Kotlin) do. (c294c23760, 747924e, b2baf48)
  • Added an Automatic-Module-Name to failureaccess, Guava's one strong runtime dependency. (280b5d2f60)
  • reflect: In guava-android only, removed Invokable.getAnnotatedReturnType() and Parameter.getAnnotatedType(). These methods never worked in an Android VM, and to reflect that, they were born @Deprecated, @Beta, and @DoNotCall. They're now preventing us from rolling out some new Android compatibility testing. This is the only binary-incompatible change in this release, and it should have no effect in practice. Still, we bump the major version number to follow Semantic Versioning. (045cd8428f)
  • util.concurrent: Changed our implementations to avoid eagerly initializing loggers during class loading. This can help performance, especially under Android. (4fe1df56bd)
Commits

Updates com.amazonaws:aws-java-sdk-bom from 1.12.618 to 1.12.626

Changelog

Sourced from com.amazonaws:aws-java-sdk-bom's changelog.

1.12.626 2023-12-26

AWS Identity and Access Management

  • Features

    • Documentation updates for AWS Identity and Access Management (IAM).

1.12.625 2023-12-22

AWS Glue

  • Features

    • This release adds additional configurations for Query Session Context on the following APIs: GetUnfilteredTableMetadata, GetUnfilteredPartitionMetadata, GetUnfilteredPartitionsMetadata.

AWS Lake Formation

  • Features

    • This release adds additional configurations on GetTemporaryGlueTableCredentials for Query Session Context.

AWS MediaConnect

  • Features

    • This release adds the DescribeSourceMetadata API. This API can be used to view the stream information of the flow's source.

AWS Secrets Manager

  • Features

    • Update endpoint rules and examples.

Agents for Amazon Bedrock

  • Features

    • Adding Claude 2.1 support to Bedrock Agents

Amazon CloudWatch Network Monitor

  • Features

    • CloudWatch Network Monitor is a new service within CloudWatch that will help network administrators and operators continuously monitor network performance metrics such as round-trip-time and packet loss between their AWS-hosted applications and their on-premises locations.

Amazon Omics

  • Features

    • Provides minor corrections and an updated description of APIs.

Amazon Simple Storage Service

  • Features

    • Added additional examples for some operations.

1.12.624 2023-12-21

AWS CodeCommit

  • Features

    • AWS CodeCommit now supports customer managed keys from AWS Key Management Service. UpdateRepositoryEncryptionKey is added for updating the key configuration. CreateRepository, GetRepository, BatchGetRepositories are updated with new input or output parameters.

AWS Elemental MediaLive

  • Features

    • MediaLive now supports the ability to configure the audio that an AWS Elemental Link UHD device produces, when the device is configured as the source for a flow in AWS Elemental MediaConnect.

AWS RDS DataService

  • Features

    • This release adds support for using RDS Data API with Aurora PostgreSQL Serverless v2 and provisioned DB clusters.

... (truncated)

Commits
  • dd6c01c AWS SDK for Java 1.12.626
  • e667788 Update GitHub version number to 1.12.626-SNAPSHOT
  • 984da2f AWS SDK for Java 1.12.625
  • 12d1079 Update GitHub version number to 1.12.625-SNAPSHOT
  • c2987a9 AWS SDK for Java 1.12.624
  • 21d2fa1 Update GitHub version number to 1.12.624-SNAPSHOT
  • 30b1009 AWS SDK for Java 1.12.623
  • 73e41cf Update GitHub version number to 1.12.623-SNAPSHOT
  • 5b894bc AWS SDK for Java 1.12.622
  • 78b3d91 Update GitHub version number to 1.12.622-SNAPSHOT
  • Additional commits viewable in compare view

Updates org.apache.logging.log4j:log4j-api from 2.22.0 to 2.22.1

Updates org.apache.logging.log4j:log4j-core from 2.22.0 to 2.22.1

Updates com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.16.0 to 2.16.1

Commits
  • 370682e [maven-release-plugin] prepare release jackson-dataformats-text-2.16.1
  • 124d9b3 Prepare for 2.16.1 release
  • 0b7087b Update release notes wrt backport #445 fix
  • 18108a4 Fixes for issue #445: Wraps unexpected NullPointerException (#446)
  • 8e47f98 Warnings removal
  • f4c2cf2 Back to snapshot dep
  • b1c7177 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.grpc:grpc-api from 1.60.0 to 1.60.1

Release notes

Sourced from io.grpc:grpc-api's releases.

v1.60.1

Bug Fixes

  • util: Fix NPE when multiple addresses in an address group for petiole load balancer policies (#10770)
Commits

Updates io.grpc:grpc-netty-shaded from 1.60.0 to 1.60.1

Release notes

Sourced from io.grpc:grpc-netty-shaded's releases.

v1.60.1

Bug Fixes

  • util: Fix NPE when multiple addresses in an address group for petiole load balancer policies (#10770)
Commits

Updates software.amazon.awssdk:s3 from 2.21.44 to 2.22.6

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the root-gradle-deps group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [com.google.guava:guava](https://github.com/google/guava) | `32.1.3-jre` | `33.0.0-jre` |
| [com.amazonaws:aws-java-sdk-bom](https://github.com/aws/aws-sdk-java) | `1.12.618` | `1.12.626` |
| org.apache.logging.log4j:log4j-api | `2.22.0` | `2.22.1` |
| org.apache.logging.log4j:log4j-core | `2.22.0` | `2.22.1` |
| [com.fasterxml.jackson.dataformat:jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) | `2.16.0` | `2.16.1` |
| [io.grpc:grpc-api](https://github.com/grpc/grpc-java) | `1.60.0` | `1.60.1` |
| [io.grpc:grpc-netty-shaded](https://github.com/grpc/grpc-java) | `1.60.0` | `1.60.1` |
| software.amazon.awssdk:s3 | `2.21.44` | `2.22.6` |


Updates `com.google.guava:guava` from 32.1.3-jre to 33.0.0-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Updates `com.amazonaws:aws-java-sdk-bom` from 1.12.618 to 1.12.626
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.618...1.12.626)

Updates `org.apache.logging.log4j:log4j-api` from 2.22.0 to 2.22.1

Updates `org.apache.logging.log4j:log4j-core` from 2.22.0 to 2.22.1

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from 2.16.0 to 2.16.1
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.16.0...jackson-dataformats-text-2.16.1)

Updates `io.grpc:grpc-api` from 1.60.0 to 1.60.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.60.0...v1.60.1)

Updates `io.grpc:grpc-netty-shaded` from 1.60.0 to 1.60.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.60.0...v1.60.1)

Updates `software.amazon.awssdk:s3` from 2.21.44 to 2.22.6

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: root-gradle-deps
- dependency-name: com.amazonaws:aws-java-sdk-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-gradle-deps
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-gradle-deps
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-gradle-deps
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-gradle-deps
- dependency-name: io.grpc:grpc-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-gradle-deps
- dependency-name: io.grpc:grpc-netty-shaded
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-gradle-deps
- dependency-name: software.amazon.awssdk:s3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-gradle-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner December 27, 2023 18:19
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 27, 2023
@humivo humivo merged commit a014d24 into terraform Dec 27, 2023
10 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/root-gradle-deps-d0d7e3a7ab branch December 27, 2023 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant