Skip to content

build(deps): bump the main group with 6 updates#40

Merged
Serpentiel merged 1 commit into
mainfrom
dependabot/go_modules/main-5f169543dc
Aug 5, 2025
Merged

build(deps): bump the main group with 6 updates#40
Serpentiel merged 1 commit into
mainfrom
dependabot/go_modules/main-5f169543dc

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Aug 4, 2025

Bumps the main group with 6 updates:

Package From To
github.com/MicahParks/keyfunc/v3 3.4.0 3.5.0
github.com/aws/aws-sdk-go-v2 1.36.6 1.37.1
github.com/aws/aws-sdk-go-v2/credentials 1.17.71 1.18.2
github.com/aws/aws-sdk-go-v2/service/iam 1.43.1 1.44.1
github.com/aws/aws-sdk-go-v2/service/sts 1.34.1 1.35.1
github.com/golang-jwt/jwt/v5 5.2.3 5.3.0

Updates github.com/MicahParks/keyfunc/v3 from 3.4.0 to 3.5.0

Release notes

Sourced from github.com/MicahParks/keyfunc/v3's releases.

Return all when no key ID

The purpose of this release is to return all keys for JWT for signature verification when the token has no key ID, kid, header. This is enabled by the jwt.VerificationKeySet feature.

This should allow use cases that do not use the without the kid to use this project.

Relevant issues:

Relevant pull requests:

Commits

Updates github.com/aws/aws-sdk-go-v2 from 1.36.6 to 1.37.1

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.17.71 to 1.18.2

Changelog

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

Release (2022-11-17)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/amplify: v1.12.0
    • Feature: Adds a new value (WEB_COMPUTE) to the Platform enum that allows customers to create Amplify Apps with Server-Side Rendering support.
  • github.com/aws/aws-sdk-go-v2/service/appflow: v1.19.0
    • Feature: AppFlow simplifies the preparation and cataloging of SaaS data into the AWS Glue Data Catalog where your data can be discovered and accessed by AWS analytics and ML services. AppFlow now also supports data field partitioning and file size optimization to improve query performance and reduce cost.
  • github.com/aws/aws-sdk-go-v2/service/appsync: v1.16.0
    • Feature: This release introduces the APPSYNC_JS runtime, and adds support for JavaScript in AppSync functions and AppSync pipeline resolvers.
  • github.com/aws/aws-sdk-go-v2/service/databasemigrationservice: v1.22.0
    • Feature: Adds support for Internet Protocol Version 6 (IPv6) on DMS Replication Instances
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.71.0
    • Feature: This release adds a new optional parameter "privateIpAddress" for the CreateNatGateway API. PrivateIPAddress will allow customers to select a custom Private IPv4 address instead of having it be auto-assigned.
  • github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2: v1.18.25
    • Documentation: Provides new target group attributes to turn on/off cross zone load balancing and configure target group health for Network Load Balancers and Application Load Balancers. Provides improvements to health check configuration for Network Load Balancers.
  • github.com/aws/aws-sdk-go-v2/service/emrserverless: v1.4.0
    • Feature: Adds support for AWS Graviton2 based applications. You can now select CPU architecture when creating new applications or updating existing ones.
  • github.com/aws/aws-sdk-go-v2/service/ivschat: v1.1.0
    • Feature: Adds LoggingConfiguration APIs for IVS Chat - a feature that allows customers to store and record sent messages in a chat room to S3 buckets, CloudWatch logs, or Kinesis firehose.
  • github.com/aws/aws-sdk-go-v2/service/lambda: v1.25.0
    • Feature: Add Node 18 (nodejs18.x) support to AWS Lambda.
  • github.com/aws/aws-sdk-go-v2/service/personalize: v1.22.0
    • Feature: This release provides support for creation and use of metric attributions in AWS Personalize
  • github.com/aws/aws-sdk-go-v2/service/polly: v1.20.0
    • Feature: Add two new neural voices - Ola (pl-PL) and Hala (ar-AE).
  • github.com/aws/aws-sdk-go-v2/service/rum: v1.8.0
    • Feature: CloudWatch RUM now supports custom events. To use custom events, create an app monitor or update an app monitor with CustomEvent Status as ENABLED.
  • github.com/aws/aws-sdk-go-v2/service/s3control: v1.26.0
    • Feature: Added 34 new S3 Storage Lens metrics to support additional customer use cases.
  • github.com/aws/aws-sdk-go-v2/service/secretsmanager: v1.16.7
    • Documentation: Documentation updates for Secrets Manager.
  • github.com/aws/aws-sdk-go-v2/service/securityhub: v1.24.0
    • Feature: Added SourceLayerArn and SourceLayerHash field for security findings. Updated AwsLambdaFunction Resource detail
  • github.com/aws/aws-sdk-go-v2/service/servicecatalogappregistry: v1.15.0
    • Feature: This release adds support for tagged resource associations, which allows you to associate a group of resources with a defined resource tag key and value to the application.
  • github.com/aws/aws-sdk-go-v2/service/sts: v1.17.4
    • Documentation: Documentation updates for AWS Security Token Service.
  • github.com/aws/aws-sdk-go-v2/service/textract: v1.18.0
    • Feature: This release adds support for specifying and extracting information from documents using the Signatures feature within Analyze Document API
  • github.com/aws/aws-sdk-go-v2/service/workspaces: v1.27.0
    • Feature: The release introduces CreateStandbyWorkspaces, an API that allows you to create standby WorkSpaces associated with a primary WorkSpace in another Region. DescribeWorkspaces now includes related WorkSpaces properties. DescribeWorkspaceBundles and CreateWorkspaceBundle now return more bundle details.

Release (2022-11-16)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go-v2/service/iam from 1.43.1 to 1.44.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sts from 1.34.1 to 1.35.1

Commits
  • a2b751d Release 2024-09-03
  • e22c249 Regenerated Clients
  • ff0cf6f Update API model
  • 3120376 refactoring of buildQuery to accept a list of maintained headers to l… (#2773)
  • 4ed838e Merge pull request #2768 from bhavya2109sharma/presignedurl-requestpayer-change
  • d4bd42f Merge branch 'main' into presignedurl-requestpayer-change
  • 0353706 Added Changelog
  • 97e2d3f Release 2024-08-30
  • 4cca52b Regenerated Clients
  • c8a5146 Update endpoints model
  • Additional commits viewable in compare view

Updates github.com/golang-jwt/jwt/v5 from 5.2.3 to 5.3.0

Release notes

Sourced from github.com/golang-jwt/jwt/v5's releases.

v5.3.0

This release is almost identical to to v5.2.3 but now correctly indicates Go 1.21 as minimum requirement.

What's Changed

Full Changelog: golang-jwt/jwt@v5.2.3...v5.3.0

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 main group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/MicahParks/keyfunc/v3](https://github.com/MicahParks/keyfunc) | `3.4.0` | `3.5.0` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.36.6` | `1.37.1` |
| [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) | `1.17.71` | `1.18.2` |
| [github.com/aws/aws-sdk-go-v2/service/iam](https://github.com/aws/aws-sdk-go-v2) | `1.43.1` | `1.44.1` |
| [github.com/aws/aws-sdk-go-v2/service/sts](https://github.com/aws/aws-sdk-go-v2) | `1.34.1` | `1.35.1` |
| [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) | `5.2.3` | `5.3.0` |


Updates `github.com/MicahParks/keyfunc/v3` from 3.4.0 to 3.5.0
- [Release notes](https://github.com/MicahParks/keyfunc/releases)
- [Commits](MicahParks/keyfunc@v3.4.0...v3.5.0)

Updates `github.com/aws/aws-sdk-go-v2` from 1.36.6 to 1.37.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.36.6...v1.37.1)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.17.71 to 1.18.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.17.71...config/v1.18.2)

Updates `github.com/aws/aws-sdk-go-v2/service/iam` from 1.43.1 to 1.44.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.43.1...service/ecr/v1.44.1)

Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.34.1 to 1.35.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.34.1...service/iam/v1.35.1)

Updates `github.com/golang-jwt/jwt/v5` from 5.2.3 to 5.3.0
- [Release notes](https://github.com/golang-jwt/jwt/releases)
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md)
- [Commits](golang-jwt/jwt@v5.2.3...v5.3.0)

---
updated-dependencies:
- dependency-name: github.com/MicahParks/keyfunc/v3
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: main
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.37.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: main
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-version: 1.18.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: main
- dependency-name: github.com/aws/aws-sdk-go-v2/service/iam
  dependency-version: 1.44.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: main
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
  dependency-version: 1.35.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: main
- dependency-name: github.com/golang-jwt/jwt/v5
  dependency-version: 5.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: main
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 4, 2025
@Serpentiel Serpentiel self-assigned this Aug 5, 2025
@Serpentiel Serpentiel merged commit c916ca3 into main Aug 5, 2025
26 checks passed
@Serpentiel Serpentiel deleted the dependabot/go_modules/main-5f169543dc branch August 5, 2025 09:03
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