Skip to content

gradle(deps): bump the gradle-dependencies group with 5 updates#89

Merged
IRus merged 1 commit into
mainfrom
dependabot/gradle/gradle-dependencies-de6579f3c8
May 18, 2026
Merged

gradle(deps): bump the gradle-dependencies group with 5 updates#89
IRus merged 1 commit into
mainfrom
dependabot/gradle/gradle-dependencies-de6579f3c8

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 18, 2026

Bumps the gradle-dependencies group with 5 updates:

Package From To
io.ktor:ktor-version-catalog 3.4.3 3.5.0
gradle-wrapper 9.5.0 9.5.1
org.jooq:jooq 3.21.3 3.21.4
org.jooq:jooq-codegen 3.21.3 3.21.4
aws.sdk.kotlin:ses 1.6.72 1.6.75

Updates io.ktor:ktor-version-catalog from 3.4.3 to 3.5.0

Changelog

Sourced from io.ktor:ktor-version-catalog's changelog.

3.5.0

Published 14 May 2026

Features

  • KTOR-8421 Route.contentType should support multiple ContentType
  • KTOR-7961 Add known TDM headers to the HttpHeaders object
  • KTOR-9418 Support getAs from the root ApplicationConfig
  • KTOR-9559 DNS configuration for the Apache5 client
  • KTOR-9554 DNS configuration for OkHttp client engine
  • KTOR-9555 Custom SSE heartbeat function
  • KTOR-8914 Dependency injection: read annotations in function references
  • KTOR-8300 Sessions: Add a way to create a user session shared for all user devices or look up sessions of the same user
  • KTOR-9521 Upgrade to Kotlin 2.3.21
  • KTOR-9276 Make DynamicProviderConfig.authenticateFunction suspend
  • KTOR-9491 Provide parameter validation convenience functions
  • KTOR-9506 OpenAPI: Support prefixItems in JsonSchema for tuple type definitions
  • KTOR-470 Add an option to not resend the session cookie if the session data wasn't changed.
  • KTOR-9355 Deprecate HttpHeaders.AcceptCharset
  • KTOR-7659 Make ktor-network compatible with ES modules for nodejs
  • KTOR-9350 JS: Make ES2015 the default target for tests
  • KTOR-7578 Update Digest authentication implementation according to RFC 7616

Improvements

  • KTOR-9503 The JacksonConverter.streamRequestBody property name is confusing
  • KTOR-9552 Deprecation notice for io.ktor.server.auth.Principal does not explain what to use instead
  • KTOR-7458 Jetty Jakarta: Provide an easy way to disable SNI hostname validation
  • KTOR-9354 Websockets: webSocket builder function should return a Route to be describable
  • KTOR-9488 Nonce and hex function performance optimizations

Bugfixes

  • KTOR-9524 Netty response hangs after connection lost
  • KTOR-9542 Netty: The request handler runs on worker event loop instead of call event loop since 3.4.3
  • KTOR-9531 Netty server intermittently drops requests after upgrading to 3.4.3
  • KTOR-8151 MicrometerMetrics: "MeterFilters configured after a Meter has been registered" warning when a metric is registered before installing the plugin
  • KTOR-9411 Darwin throws DarwinHttpRequestException instead of FrameTooBigException
  • KTOR-8320 CallLogging: plugin usage in testApplication breaks console standard output
  • KTOR-8906 Jackson, with request body streaming on, exhausts Dispatchers.IO
  • KTOR-8709 Websockets: Unable to close session with a custom CloseReason
  • KTOR-9567 Flaky UnixSockets on Windows: WSAEOPNOTSUPP from bind()
  • KTOR-9183 A client call wrapped with withTimeout throws a generic CancellationException instead of TimeoutCancellationException
  • KTOR-8199 Autoreloading: default watch patterns don't match anything when project path contain spaces
  • KTOR-9549 Kotlin/JS: ktor-ktor-client-core.mjs is incompatible with Vite: toRaw naming conflict
  • KTOR-9544 Apache: body channel not cancelled when caller scope is cancelled
  • KTOR-9546 HttpClient: cancelling ByteReadChannel body does not propagate to engine
  • KTOR-455 Content-Disposition additional parameters should be inside quotes
  • KTOR-9500 RawSourceChannel returns false positive on awaitContent
  • KTOR-646 Netty engine still print annoying exceptions
  • KTOR-9527 Curl: Freeze when receiving large responses
  • KTOR-9460 Curl: Can't build shared library with Ktor 3.4.2
  • KTOR-9483 Curl: backpressure implementation is never used

... (truncated)

Commits

Updates gradle-wrapper from 9.5.0 to 9.5.1

Release notes

Sourced from gradle-wrapper's releases.

9.5.1

The Gradle team is excited to announce Gradle 9.5.1.

Here are the highlights of this release:

  • Task provenance in reports and failure messages
  • Type-safe accessors for precompiled Kotlin Settings plugins

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle: atm1020, mataha, Adam, Attila Kelemen, Benedikt Ritter, Björn Kautler, Caro Silva Rode, CHANHAN, Dmitry Nezavitin, Eng Zer Jun, KugelLibelle, Madalin Valceleanu, Markus Gaisbauer, Oliver Kopp, Philip Wedemann, ploober, Roberto Perez Alcolea, Rohit Anand, Suvrat Acharya, Ujwal Suresh Vanjare, Victor Merkulov

Upgrade instructions

Switch your build to use Gradle 9.5.1 by updating your wrapper:

./gradlew wrapper --gradle-version=9.5.1 && ./gradlew wrapper

See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

Commits
  • fd78213 Update Documentation Infrastructure: Fix scrolling issue in user manual (#37861)
  • 7758437 fix scroll
  • 2fd605f Only try to run as worker thread in DefaultBuildOperationQueue (#37845)
  • af69849 Release notes for Gradle 9.5.1 (#37853)
  • f4d9d03 Release notes for Gradle 9.5.1
  • 01eda3a Address review feedback on worker-lease retry changes
  • 7024e15 Revert enrich file visitor with size info on release branch (#37848)
  • d51476f Fix tryRunAsWorkerThread null-return test to match contract
  • 090ebab Revert "Add getLength() to FilePropertyVisitor.VisitState"
  • bceab24 Revert "Fix annotation"
  • Additional commits viewable in compare view

Updates org.jooq:jooq from 3.21.3 to 3.21.4

Updates org.jooq:jooq-codegen from 3.21.3 to 3.21.4

Updates org.jooq:jooq-codegen from 3.21.3 to 3.21.4

Updates aws.sdk.kotlin:ses from 1.6.72 to 1.6.75

Release notes

Sourced from aws.sdk.kotlin:ses's releases.

v1.6.75

[1.6.75] - 05/15/2026

Features

  • (cloudwatchlogs) Updating the max limit for start query api parameter.
  • (mediapackagev2) This release adds support for AvailabilityStartTimeConfiguration in MediaPackageV2 DASH manifests
  • (partnercentralselling) Enable TCV intake on Opportunity to improve Opportunities Hygiene and downstream revenue attribution.

v1.6.74

[1.6.74] - 05/14/2026

Features

  • (bedrock) Advanced Prompt Optimization (AdvPO) allows you to optimize and migrate your prompts for any model on Bedrock by automatically evaluating responses and rewriting prompts to improve performance. This release provides a programmatic way to create, get, list, stop, and delete AdvPO jobs.
  • (cloudfront) Adding a new boolean for OCSP Revocations in Viewer mTLS Create and Update APIs, and adding a new 'Passthrough' option for TrustStore modes
  • (databasemigrationservice) Add 9 SDK waiters for DMS Schema Conversion async operations. Eliminates manual polling for import, assessment, conversion, export, and creation jobs.
  • (datazone) Adds support for SageMaker Unified Studio notebook operations, including notebook import and export
  • (glue) Release --has-databases parameter for AWS Glue get-catalogs API, which filters catalog responses to include only those capable of containing databases, excluding parent catalogs that hold only other catalogs. Remove model-level validation on partition index list size for AWS Glue tables.
  • (grafana) Adds support for dual-stack (IPv4 and IPv6) connectivity to Amazon Managed Grafana workspaces. Customers can configure the ipAddressType parameter when creating or updating a workspace to choose between IPv4-only or dual-stack (IPv4 and IPv6) access.
  • (mgn) Introducing new option for security groups mapping - with MAP-DHCP the service translates security rules from your source environment with DHCP compatibility.
  • (qconnect) ListModels is an API that returns the available AI models for a Connect Assistant based on its region and AI prompt type.

v1.6.73

[1.6.73] - 05/13/2026

Features

  • (arcregionswitch) Adds support for enabling and disabling Lambda event source mappings in Region switch plans.
  • (bedrockagentcorecontrol) Adds support for read-only summary APIs for Policy Engine, Policy, and Policy Generation resources, enabling metadata retrieval without KMS decryption for AWS Config integration.
  • (billingconductor) Add ConflictException to UpdateCustomLineItem operation.
  • (connect) This change added three new EventSourceName for schedule notification feature
  • (connectcampaignsv2) This release added support for Outbound Campaign timezone detection using all available contact methods
  • (connectcases) Amazon Connect Cases now supports SLA durations of up to 2 years (1,051,200 minutes), increased from the previous maximum of 90 days (129,600 minutes). This enables you to track long-running service level agreements for cases that require extended resolution timelines.
  • (dsql) Added support for Amazon Aurora DSQL change data capture (CDC) streams that deliver row-level database changes to Amazon Kinesis in JSON format. Includes CreateStream, GetStream, ListStreams, and DeleteStream operations.
  • (ec2) Include length limits in the SDK and documentation for text fields in Image (AMI) APIs such as the image name and description
  • (elasticsearchservice) Adds support for AutomatedSnapshotPauseOptions.
  • (lightsail) Added OriginIpAddressTypeEnum (ipv4, ipv6, dualstack) and ipAddressType field to Origin and InputOrigin structures for Lightsail CDN distributions. Allows customers to specify how the distribution connects to origins, using IPv4, IPv6, or dualstack networking
  • (opensearch) Adds support for AutomatedSnapshotPauseOptions.
  • (partnercentralaccount) Added ServiceQuotaExceededExceptions for Profile operations
  • (pcs) Add support for Amazon EC2 Interruptible-ODCR
  • (quicksight) Adds five new custom permission option for Quick Apps so that these capabilities can be controlled by public SDK and CLI.
  • (rtbfabric) Customers can now configure custom domain names for their RTB Fabric gateways. This enables partners to use their own branded domain for RTB traffic instead of the default rtbfabric endpoint
  • (sagemaker) Adds execution role session name mode to reflect user identity in Studio. Adds Flexible Training Plans on Studio apps. Adds restricted model packages to control access to proprietary model artifacts via IAM. Fixed instance type parity between inference endpoints and managed shadow tests.
  • (securityagent) Add support for code reviews, a new resource type that enables automated security-focused static analysis of source code repositories.
  • (sfn) Updated default SDK endpoints for AWS Step Functions in AWS GovCloud (US) regions. The default Dual-Stack endpoints now resolve to "states-fips" prefixed hostnames. There are no changes to service behavior. No customer action is required.
  • (socialmessaging) Adds parameters to call the GetWhatsAppMessageTemplate and UpdateWhatsAppMessageTemplate APIs with a template name and language code in place of the template ID. Linked WhatsApp accounts also describe whether the WABA is onboarded to Meta's Marketing Messages API.
  • ⚠️ IMPORTANT: Write cached auth files for SSO and AWS Login credentials providers with 600 permissions on POSIX OSes
  • Add new standard retry behavior behind AWS_NEW_RETRIES_2026 feature flag with updated backoff defaults, DynamoDB-specific overrides, and service-scoped error classification. See the announcement for more details.
  • Add retry logic for long polling operations. See the announcement for more details.

Documentation

  • (batch) Adds a billing callout to docs regarding using the CE Scale Down Delay feature

... (truncated)

Changelog

Sourced from aws.sdk.kotlin:ses's changelog.

[1.6.75] - 05/15/2026

Features

  • (cloudwatchlogs) Updating the max limit for start query api parameter.
  • (mediapackagev2) This release adds support for AvailabilityStartTimeConfiguration in MediaPackageV2 DASH manifests
  • (partnercentralselling) Enable TCV intake on Opportunity to improve Opportunities Hygiene and downstream revenue attribution.

[1.6.74] - 05/14/2026

Features

  • (bedrock) Advanced Prompt Optimization (AdvPO) allows you to optimize and migrate your prompts for any model on Bedrock by automatically evaluating responses and rewriting prompts to improve performance. This release provides a programmatic way to create, get, list, stop, and delete AdvPO jobs.
  • (cloudfront) Adding a new boolean for OCSP Revocations in Viewer mTLS Create and Update APIs, and adding a new 'Passthrough' option for TrustStore modes
  • (databasemigrationservice) Add 9 SDK waiters for DMS Schema Conversion async operations. Eliminates manual polling for import, assessment, conversion, export, and creation jobs.
  • (datazone) Adds support for SageMaker Unified Studio notebook operations, including notebook import and export
  • (glue) Release --has-databases parameter for AWS Glue get-catalogs API, which filters catalog responses to include only those capable of containing databases, excluding parent catalogs that hold only other catalogs. Remove model-level validation on partition index list size for AWS Glue tables.
  • (grafana) Adds support for dual-stack (IPv4 and IPv6) connectivity to Amazon Managed Grafana workspaces. Customers can configure the ipAddressType parameter when creating or updating a workspace to choose between IPv4-only or dual-stack (IPv4 and IPv6) access.
  • (mgn) Introducing new option for security groups mapping - with MAP-DHCP the service translates security rules from your source environment with DHCP compatibility.
  • (qconnect) ListModels is an API that returns the available AI models for a Connect Assistant based on its region and AI prompt type.

[1.6.73] - 05/13/2026

Features

  • (arcregionswitch) Adds support for enabling and disabling Lambda event source mappings in Region switch plans.
  • (bedrockagentcorecontrol) Adds support for read-only summary APIs for Policy Engine, Policy, and Policy Generation resources, enabling metadata retrieval without KMS decryption for AWS Config integration.
  • (billingconductor) Add ConflictException to UpdateCustomLineItem operation.
  • (connect) This change added three new EventSourceName for schedule notification feature
  • (connectcampaignsv2) This release added support for Outbound Campaign timezone detection using all available contact methods
  • (connectcases) Amazon Connect Cases now supports SLA durations of up to 2 years (1,051,200 minutes), increased from the previous maximum of 90 days (129,600 minutes). This enables you to track long-running service level agreements for cases that require extended resolution timelines.
  • (dsql) Added support for Amazon Aurora DSQL change data capture (CDC) streams that deliver row-level database changes to Amazon Kinesis in JSON format. Includes CreateStream, GetStream, ListStreams, and DeleteStream operations.
  • (ec2) Include length limits in the SDK and documentation for text fields in Image (AMI) APIs such as the image name and description
  • (elasticsearchservice) Adds support for AutomatedSnapshotPauseOptions.
  • (lightsail) Added OriginIpAddressTypeEnum (ipv4, ipv6, dualstack) and ipAddressType field to Origin and InputOrigin structures for Lightsail CDN distributions. Allows customers to specify how the distribution connects to origins, using IPv4, IPv6, or dualstack networking
  • (opensearch) Adds support for AutomatedSnapshotPauseOptions.
  • (partnercentralaccount) Added ServiceQuotaExceededExceptions for Profile operations
  • (pcs) Add support for Amazon EC2 Interruptible-ODCR
  • (quicksight) Adds five new custom permission option for Quick Apps so that these capabilities can be controlled by public SDK and CLI.
  • (rtbfabric) Customers can now configure custom domain names for their RTB Fabric gateways. This enables partners to use their own branded domain for RTB traffic instead of the default rtbfabric endpoint
  • (sagemaker) Adds execution role session name mode to reflect user identity in Studio. Adds Flexible Training Plans on Studio apps. Adds restricted model packages to control access to proprietary model artifacts via IAM. Fixed instance type parity between inference endpoints and managed shadow tests.
  • (securityagent) Add support for code reviews, a new resource type that enables automated security-focused static analysis of source code repositories.
  • (sfn) Updated default SDK endpoints for AWS Step Functions in AWS GovCloud (US) regions. The default Dual-Stack endpoints now resolve to "states-fips" prefixed hostnames. There are no changes to service behavior. No customer action is required.
  • (socialmessaging) Adds parameters to call the GetWhatsAppMessageTemplate and UpdateWhatsAppMessageTemplate APIs with a template name and language code in place of the template ID. Linked WhatsApp accounts also describe whether the WABA is onboarded to Meta's Marketing Messages API.
  • ⚠️ IMPORTANT: Write cached auth files for SSO and AWS Login credentials providers with 600 permissions on POSIX OSes
  • Add new standard retry behavior behind AWS_NEW_RETRIES_2026 feature flag with updated backoff defaults, DynamoDB-specific overrides, and service-scoped error classification. See the announcement for more details.
  • Add retry logic for long polling operations. See the announcement for more details.

Documentation

  • (batch) Adds a billing callout to docs regarding using the CE Scale Down Delay feature
  • (glue) AWS Glue now defaults the job timeout to 480 minutes for Glue version 5.0 and later when no timeout value is specified. The default remains 2,880 minutes for Glue version 4.0 and earlier.
  • (redshift) Added rg.xlarge and rg.4xlarge to valid NodeType values and updated documentation for CreateCluster, ModifyCluster, ResizeCluster, and RestoreFromClusterSnapshot APIs to reflect RG node type support.
Commits
  • 2c5a939 chore: release 1.6.75
  • f7de9b3 feat: update AWS service endpoints metadata
  • 12fda2c feat: update AWS API models
  • d7e84b4 misc: repo tools v0.5.13 (#1908)
  • 780af55 chore: bump snapshot version to 1.6.75-SNAPSHOT
  • e71533c chore: release 1.6.74
  • 742f729 feat: update AWS service endpoints metadata
  • f5f2710 feat: update AWS API models
  • 4fba6f6 chore: bump snapshot version to 1.6.74-SNAPSHOT
  • 5d38760 chore: release 1.6.73
  • Additional commits viewable in compare view

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 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 gradle-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [io.ktor:ktor-version-catalog](https://github.com/ktorio/ktor) | `3.4.3` | `3.5.0` |
| [gradle-wrapper](https://github.com/gradle/gradle) | `9.5.0` | `9.5.1` |
| org.jooq:jooq | `3.21.3` | `3.21.4` |
| org.jooq:jooq-codegen | `3.21.3` | `3.21.4` |
| [aws.sdk.kotlin:ses](https://github.com/aws/aws-sdk-kotlin) | `1.6.72` | `1.6.75` |


Updates `io.ktor:ktor-version-catalog` from 3.4.3 to 3.5.0
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ktorio/ktor/commits)

Updates `gradle-wrapper` from 9.5.0 to 9.5.1
- [Release notes](https://github.com/gradle/gradle/releases)
- [Commits](gradle/gradle@v9.5.0...v9.5.1)

Updates `org.jooq:jooq` from 3.21.3 to 3.21.4

Updates `org.jooq:jooq-codegen` from 3.21.3 to 3.21.4

Updates `org.jooq:jooq-codegen` from 3.21.3 to 3.21.4

Updates `aws.sdk.kotlin:ses` from 1.6.72 to 1.6.75
- [Release notes](https://github.com/aws/aws-sdk-kotlin/releases)
- [Changelog](https://github.com/aws/aws-sdk-kotlin/blob/main/CHANGELOG.md)
- [Commits](aws/aws-sdk-kotlin@v1.6.72...v1.6.75)

---
updated-dependencies:
- dependency-name: io.ktor:ktor-version-catalog
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: gradle-wrapper
  dependency-version: 9.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: org.jooq:jooq
  dependency-version: 3.21.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: org.jooq:jooq-codegen
  dependency-version: 3.21.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: org.jooq:jooq-codegen
  dependency-version: 3.21.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: aws.sdk.kotlin:ses
  dependency-version: 1.6.75
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file gradle Gradle updates labels May 18, 2026
@IRus IRus merged commit 7156c11 into main May 18, 2026
3 of 5 checks passed
@dependabot dependabot Bot deleted the dependabot/gradle/gradle-dependencies-de6579f3c8 branch May 18, 2026 10:21
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 gradle Gradle updates

Development

Successfully merging this pull request may close these issues.

1 participant