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

build(deps): bump the dependencies group in /aws with 10 updates #531

Merged
merged 1 commit into from
Jun 19, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 19, 2024

Bumps the dependencies group in /aws with 10 updates:

Package From To
github.com/aws/aws-sdk-go-v2 1.28.0 1.29.0
github.com/aws/aws-sdk-go-v2/config 1.27.19 1.27.20
github.com/aws/aws-sdk-go-v2/credentials 1.17.19 1.17.20
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue 1.14.2 1.14.3
github.com/aws/aws-sdk-go-v2/feature/dynamodb/expression 1.7.24 1.7.25
github.com/aws/aws-sdk-go-v2/feature/s3/manager 1.16.25 1.17.0
github.com/aws/aws-sdk-go-v2/service/cognitoidentity 1.23.14 1.24.0
github.com/aws/aws-sdk-go-v2/service/dynamodb 1.32.9 1.33.0
github.com/aws/aws-sdk-go-v2/service/s3 1.55.2 1.56.0
github.com/aws/aws-sdk-go-v2/service/sqs 1.32.7 1.33.0

Updates github.com/aws/aws-sdk-go-v2 from 1.28.0 to 1.29.0

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.27.19 to 1.27.20

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.17.19 to 1.17.20

Commits

Updates github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.14.2 to 1.14.3

Changelog

Sourced from github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue's changelog.

Release (2023-02-20)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2: v1.17.5
    • Bug Fix: fix int overflow bug on 32 bit architecture
  • github.com/aws/aws-sdk-go-v2/service/auditmanager: v1.24.0
    • Feature: This release introduces a ServiceQuotaExceededException to the UpdateAssessmentFrameworkShare API operation.
  • github.com/aws/aws-sdk-go-v2/service/connect: v1.47.0
    • Feature: Reasons for failed diff has been approved by SDK Reviewer

Release (2023-02-17)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/apprunner: v1.17.0
    • Feature: This release supports removing MaxSize limit for AutoScalingConfiguration.
  • github.com/aws/aws-sdk-go-v2/service/glue: v1.43.0
    • Feature: Release of Delta Lake Data Lake Format for Glue Studio Service

Release (2023-02-16)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/emr: v1.23.0
    • Feature: This release provides customers the ability to define a timeout period for procuring capacity during a resize operation for Instance Fleet clusters. Customers can specify this timeout using the ResizeSpecifications parameter supported by RunJobFlow, ModifyInstanceFleet and AddInstanceFleet APIs.
  • github.com/aws/aws-sdk-go-v2/service/grafana: v1.12.0
    • Feature: With this release Amazon Managed Grafana now supports inbound Network Access Control that helps you to restrict user access to your Grafana workspaces
  • github.com/aws/aws-sdk-go-v2/service/ivs: v1.20.3
    • Documentation: Doc-only update. Updated text description in DeleteChannel, Stream, and StreamSummary.
  • github.com/aws/aws-sdk-go-v2/service/wafv2: v1.25.1
    • Documentation: Added a notice for account takeover prevention (ATP). The interface incorrectly lets you to configure ATP response inspection in regional web ACLs in Region US East (N. Virginia), without returning an error. ATP response inspection is only available in web ACLs that protect CloudFront distributions.

Release (2023-02-15)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/accessanalyzer: v1.19.3
    • Announcement: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910.
    • Bug Fix: Correct error type parsing for restJson services.
  • github.com/aws/aws-sdk-go-v2/service/account: v1.9.1
    • Announcement: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910.
    • Bug Fix: Correct error type parsing for restJson services.
  • github.com/aws/aws-sdk-go-v2/service/acm: v1.17.3
    • Announcement: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910.

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go-v2/feature/dynamodb/expression from 1.7.24 to 1.7.25

Commits

Updates github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.16.25 to 1.17.0

Changelog

Sourced from github.com/aws/aws-sdk-go-v2/feature/s3/manager's changelog.

Release (2022-10-21)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2: v1.17.0
    • Feature: Adds aws.IsCredentialsProvider for inspecting CredentialProvider types when needing to determine if the underlying implementation type matches a target type. This resolves an issue where CredentialsCache could mask AnonymousCredentials providers, breaking downstream detection logic.
  • github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider: v1.21.0
    • Feature: This release adds a new "DeletionProtection" field to the UserPool in Cognito. Application admins can configure this value with either ACTIVE or INACTIVE value. Setting this field to ACTIVE will prevent a user pool from accidental deletion.
  • github.com/aws/aws-sdk-go-v2/service/eventbridge: v1.16.16
    • Bug Fix: The SDK client has been updated to utilize the aws.IsCredentialsProvider function for determining if aws.AnonymousCredentials has been configured for the CredentialProvider.
  • github.com/aws/aws-sdk-go-v2/service/s3: v1.29.0
    • Feature: S3 on Outposts launches support for automatic bucket-style alias. You can use the automatic access point alias instead of an access point ARN for any object-level operation in an Outposts bucket.
    • Bug Fix: The SDK client has been updated to utilize the aws.IsCredentialsProvider function for determining if aws.AnonymousCredentials has been configured for the CredentialProvider.
  • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.49.0
    • Feature: CreateInferenceRecommenderjob API now supports passing endpoint details directly, that will help customers to identify the max invocation and max latency they can achieve for their model and the associated endpoint along with getting recommendations on other instances.
  • github.com/aws/aws-sdk-go-v2/service/sts: v1.17.0
    • Feature: Add presign functionality for sts:AssumeRole operation

Release (2022-10-20)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/devopsguru: v1.20.0
    • Feature: This release adds information about the resources DevOps Guru is analyzing.
  • github.com/aws/aws-sdk-go-v2/service/globalaccelerator: v1.15.0
    • Feature: Global Accelerator now supports AddEndpoints and RemoveEndpoints operations for standard endpoint groups.
  • github.com/aws/aws-sdk-go-v2/service/resiliencehub: v1.7.0
    • Feature: In this release, we are introducing support for regional optimization for AWS Resilience Hub applications. It also includes a few documentation updates to improve clarity.
  • github.com/aws/aws-sdk-go-v2/service/rum: v1.7.0
    • Feature: CloudWatch RUM now supports Extended CloudWatch Metrics with Additional Dimensions

Release (2022-10-19)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/chimesdkmessaging: v1.11.6
    • Documentation: Documentation updates for Chime Messaging SDK
  • github.com/aws/aws-sdk-go-v2/service/cloudtrail: v1.19.0
    • Feature: This release includes support for exporting CloudTrail Lake query results to an Amazon S3 bucket.
  • github.com/aws/aws-sdk-go-v2/service/configservice: v1.27.0
    • Feature: This release adds resourceType enums for AppConfig, AppSync, DataSync, EC2, EKS, Glue, GuardDuty, SageMaker, ServiceDiscovery, SES, Route53 types.
  • github.com/aws/aws-sdk-go-v2/service/connect: v1.33.0
    • Feature: This release adds API support for managing phone numbers that can be used across multiple AWS regions through telephony traffic distribution.
  • github.com/aws/aws-sdk-go-v2/service/managedblockchain: v1.13.0
    • Feature: Adding new Accessor APIs for Amazon Managed Blockchain
  • github.com/aws/aws-sdk-go-v2/service/s3: v1.28.0
    • Feature: Updates internal logic for constructing API endpoints. We have added rule-based endpoints and internal model parameters.

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go-v2/service/cognitoidentity from 1.23.14 to 1.24.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.32.9 to 1.33.0

Changelog

Sourced from github.com/aws/aws-sdk-go-v2/service/dynamodb's changelog.

Release (2023-04-24)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2: v1.18.0
    • Feature: add recursion detection middleware to all SDK requests to avoid recursion invocation in Lambda
  • github.com/aws/aws-sdk-go-v2/service/appflow: v1.27.0
    • Feature: Increased the max length for RefreshToken and AuthCode from 2048 to 4096.
  • github.com/aws/aws-sdk-go-v2/service/codecatalyst: v1.2.5
    • Documentation: Documentation updates for Amazon CodeCatalyst.
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.94.0
    • Feature: API changes to AWS Verified Access related to identity providers' information.
  • github.com/aws/aws-sdk-go-v2/service/mediaconvert: v1.36.0
    • Feature: This release introduces a noise reduction pre-filter, linear interpolation deinterlace mode, video pass-through, updated default job settings, and expanded LC-AAC Stereo audio bitrate ranges.
  • github.com/aws/aws-sdk-go-v2/service/rekognition: v1.25.0
    • Feature: Added new status result to Liveness session status.
  • github.com/aws/aws-sdk-go-v2/service/route53: v1.28.0
    • Feature: added paginator for listResourceRecordSets
  • github.com/aws/aws-sdk-go-v2/service/s3: v1.33.0
    • Feature: added custom paginators for listMultipartUploads and ListObjectVersions

Release (2023-04-21)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/connect: v1.52.0
    • Feature: This release adds a new API CreateParticipant. For Amazon Connect Chat, you can use this new API to customize chat flow experiences.
  • github.com/aws/aws-sdk-go-v2/service/ecs: v1.26.1
    • Documentation: Documentation update to address various Amazon ECS tickets.
  • github.com/aws/aws-sdk-go-v2/service/fms: v1.23.0
    • Feature: AWS Firewall Manager adds support for multiple administrators. You can now delegate more than one administrator per organization.

Release (2023-04-20)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/chime: v1.23.0
    • Feature: Adds support for Hindi and Thai languages and additional Amazon Transcribe parameters to the StartMeetingTranscription API.
  • github.com/aws/aws-sdk-go-v2/service/chimesdkmediapipelines: v1.4.0
    • Feature: This release adds support for specifying the recording file format in an S3 recording sink configuration.
  • github.com/aws/aws-sdk-go-v2/service/chimesdkmeetings: v1.15.0
    • Feature: Adds support for Hindi and Thai languages and additional Amazon Transcribe parameters to the StartMeetingTranscription API.
  • github.com/aws/aws-sdk-go-v2/service/gamelift: v1.18.0
    • Feature: Amazon GameLift supports creating Builds for Windows 2016 operating system.
  • github.com/aws/aws-sdk-go-v2/service/guardduty: v1.21.0
    • Feature: This release adds support for the new Lambda Protection feature.
  • github.com/aws/aws-sdk-go-v2/service/iot: v1.36.0
    • Feature: Support additional OTA states in GetOTAUpdate API
  • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.74.0
    • Feature: Amazon SageMaker Canvas adds ModelRegisterSettings support for CanvasAppSettings.

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.55.2 to 1.56.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sqs from 1.32.7 to 1.33.0

Changelog

Sourced from github.com/aws/aws-sdk-go-v2/service/sqs's changelog.

Release (2023-04-24)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2: v1.18.0
    • Feature: add recursion detection middleware to all SDK requests to avoid recursion invocation in Lambda
  • github.com/aws/aws-sdk-go-v2/service/appflow: v1.27.0
    • Feature: Increased the max length for RefreshToken and AuthCode from 2048 to 4096.
  • github.com/aws/aws-sdk-go-v2/service/codecatalyst: v1.2.5
    • Documentation: Documentation updates for Amazon CodeCatalyst.
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.94.0
    • Feature: API changes to AWS Verified Access related to identity providers' information.
  • github.com/aws/aws-sdk-go-v2/service/mediaconvert: v1.36.0
    • Feature: This release introduces a noise reduction pre-filter, linear interpolation deinterlace mode, video pass-through, updated default job settings, and expanded LC-AAC Stereo audio bitrate ranges.
  • github.com/aws/aws-sdk-go-v2/service/rekognition: v1.25.0
    • Feature: Added new status result to Liveness session status.
  • github.com/aws/aws-sdk-go-v2/service/route53: v1.28.0
    • Feature: added paginator for listResourceRecordSets
  • github.com/aws/aws-sdk-go-v2/service/s3: v1.33.0
    • Feature: added custom paginators for listMultipartUploads and ListObjectVersions

Release (2023-04-21)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/connect: v1.52.0
    • Feature: This release adds a new API CreateParticipant. For Amazon Connect Chat, you can use this new API to customize chat flow experiences.
  • github.com/aws/aws-sdk-go-v2/service/ecs: v1.26.1
    • Documentation: Documentation update to address various Amazon ECS tickets.
  • github.com/aws/aws-sdk-go-v2/service/fms: v1.23.0
    • Feature: AWS Firewall Manager adds support for multiple administrators. You can now delegate more than one administrator per organization.

Release (2023-04-20)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/chime: v1.23.0
    • Feature: Adds support for Hindi and Thai languages and additional Amazon Transcribe parameters to the StartMeetingTranscription API.
  • github.com/aws/aws-sdk-go-v2/service/chimesdkmediapipelines: v1.4.0
    • Feature: This release adds support for specifying the recording file format in an S3 recording sink configuration.
  • github.com/aws/aws-sdk-go-v2/service/chimesdkmeetings: v1.15.0
    • Feature: Adds support for Hindi and Thai languages and additional Amazon Transcribe parameters to the StartMeetingTranscription API.
  • github.com/aws/aws-sdk-go-v2/service/gamelift: v1.18.0
    • Feature: Amazon GameLift supports creating Builds for Windows 2016 operating system.
  • github.com/aws/aws-sdk-go-v2/service/guardduty: v1.21.0
    • Feature: This release adds support for the new Lambda Protection feature.
  • github.com/aws/aws-sdk-go-v2/service/iot: v1.36.0
    • Feature: Support additional OTA states in GetOTAUpdate API
  • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.74.0
    • Feature: Amazon SageMaker Canvas adds ModelRegisterSettings support for CanvasAppSettings.

... (truncated)

Commits

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 dependencies group in /aws with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.28.0` | `1.29.0` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.27.19` | `1.27.20` |
| [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) | `1.17.19` | `1.17.20` |
| [github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue](https://github.com/aws/aws-sdk-go-v2) | `1.14.2` | `1.14.3` |
| [github.com/aws/aws-sdk-go-v2/feature/dynamodb/expression](https://github.com/aws/aws-sdk-go-v2) | `1.7.24` | `1.7.25` |
| [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) | `1.16.25` | `1.17.0` |
| [github.com/aws/aws-sdk-go-v2/service/cognitoidentity](https://github.com/aws/aws-sdk-go-v2) | `1.23.14` | `1.24.0` |
| [github.com/aws/aws-sdk-go-v2/service/dynamodb](https://github.com/aws/aws-sdk-go-v2) | `1.32.9` | `1.33.0` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.55.2` | `1.56.0` |
| [github.com/aws/aws-sdk-go-v2/service/sqs](https://github.com/aws/aws-sdk-go-v2) | `1.32.7` | `1.33.0` |


Updates `github.com/aws/aws-sdk-go-v2` from 1.28.0 to 1.29.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.28.0...v1.29.0)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.27.19 to 1.27.20
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.27.19...config/v1.27.20)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.17.19 to 1.17.20
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.17.19...credentials/v1.17.20)

Updates `github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue` from 1.14.2 to 1.14.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/mq/v1.14.3/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/pi/v1.14.2...service/mq/v1.14.3)

Updates `github.com/aws/aws-sdk-go-v2/feature/dynamodb/expression` from 1.7.24 to 1.7.25
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@feature/dynamodb/expression/v1.7.24...feature/dynamodb/expression/v1.7.25)

Updates `github.com/aws/aws-sdk-go-v2/feature/s3/manager` from 1.16.25 to 1.17.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/v1.17.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/ram/v1.16.25...v1.17.0)

Updates `github.com/aws/aws-sdk-go-v2/service/cognitoidentity` from 1.23.14 to 1.24.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/autoscaling/v1.23.14...v1.24.0)

Updates `github.com/aws/aws-sdk-go-v2/service/dynamodb` from 1.32.9 to 1.33.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.33.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/dynamodb/v1.32.9...service/s3/v1.33.0)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.55.2 to 1.56.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.55.2...service/s3/v1.56.0)

Updates `github.com/aws/aws-sdk-go-v2/service/sqs` from 1.32.7 to 1.33.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.33.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/iam/v1.32.7...service/s3/v1.33.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/dynamodb/expression
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/cognitoidentity
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/dynamodb
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sqs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from tomtwinkle as a code owner June 19, 2024 03:35
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 19, 2024
@tomtwinkle tomtwinkle merged commit 57d7668 into main Jun 19, 2024
7 checks passed
@tomtwinkle tomtwinkle deleted the dependabot/go_modules/aws/dependencies-fe6fc9e39b branch June 19, 2024 04:14
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant