Skip to content

fix(deps): update all dependencies - #408

Merged
renovate[bot] merged 1 commit into
masterfrom
renovate/all
Aug 5, 2026
Merged

fix(deps): update all dependencies#408
renovate[bot] merged 1 commit into
masterfrom
renovate/all

Conversation

@renovate

@renovate renovate Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Age Confidence
gradle (source) patch 9.7.0-rc-29.7.0-rc-3 age confidence
dev.detekt plugin patch 2.0.0-alpha.52.0.0-alpha.6 age confidence
dev.detekt:detekt-gradle-plugin (source) dependencies patch 2.0.0-alpha.52.0.0-alpha.6 age confidence
org.http4k:http4k-bom (source) dependencies minor 6.56.0.06.57.1.0 age confidence

Release Notes

gradle/gradle (gradle)

v9.7.0-rc-3: 9.7.0 RC3

Compare Source

The Gradle team is excited to announce Gradle 9.7.0 RC3.

Here are the highlights of this release:

  • Isolated Projects graduates to incubating
  • Broader Configuration Cache compatibility
  • More source locations in problem reports

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Adam,
Aman Gautam,
Aman Kumar,
Anton Dubrouski,
Aurimas,
gbhavya07,
Josh Friend,
nicklauslittle-gov,
Pragati,
project516,
Qin Mi,
Ravi,
sk-reddy17,
Suvrat Acharya,
Yongshun Ye

Upgrade instructions

Switch your build to use Gradle 9.7.0 RC3 by updating your wrapper:

./gradlew :wrapper --gradle-version=9.7.0-rc-3 && ./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.

detekt/detekt (dev.detekt:detekt-gradle-plugin)

v2.0.0-alpha.6

2.0.0-alpha.6 - 2026-08-04

This is an alpha release of Detekt 2.0.0. It's built against Kotlin 2.4.10, Gradle 9.6.1, AGP 9.3.1 and is tested against JDK 25.

Notable Changes
  • The detekt Gradle task now analyzes all Kotlin source sets with type resolution by default, replacing the previous type-resolution-free task - #​7025
  • detekt-rules-ktlint-wrapper now targets JVM 17, in preparation for the next ktlint major release which requires JVM 17+, the rest of detekt still targets JVM 8+ - #​9453
Changelog
  • feat(rules): add ignoreSealedClasses option to AbstractClassCanBeInterface - #​9557
  • docs: drop stale Android compile classpath warning note - #​9550
  • Recommend to use Locale.ROOT instead of Locale.US - #​9532
  • Recognize params swallowed by KDoc lexer in OutdatedDocumentation - #​9529
  • Fix UnusedPrivateProperty false negative for constructor properties - #​9491
  • Fix MissingSuperCall false positive when annotation is in grandparent - #​9469
  • Fix UseDataClass false positive for properties with a custom accessor - #​9462
  • Fix a potential bug on Config.getListOrDefault - #​9461
  • Fix UnusedPrivateFunction false positive for overloaded private extension functions with a Java (or generated) receiver type - #​9450
  • Fix CanBeNonNullable false negative on local variables - #​9432
  • Fix CognitiveComplexMethod false positive for object literal methods - #​9431
  • Fix ReturnCount/ThrowsCount false positive where a guard clause following a local variable declaration was still counted (with excludeGuardClauses enabled) - #​9424
  • Extend PropertyUsedBeforeDeclaration to follow private init calls - #​9334
  • Add configuration ignoredFullyQualifiedNames to UnnecessaryFullyQualifiedName rule - #​9301
  • Expose multiline parameter in ClassSignature - #​9084
  • Extract interfaces from detekt Gradle tasks - #​7662
  • Allow setting default autocorrect mode with Gradle property - #​7040
Dependency Updates
Housekeeping & Refactorings
  • Reduce scope of @Suppress("UNCHECKED_CAST") - #​9459
  • Remove irrelevant test for YamlConfig - #​9457
  • fix: handle trailing commas in @​Configuration annotation parsing in JS generator - #​9447
  • Production code should not depend on fixtures - #​9439
Contributors

We would like to thank the following contributors that made this release possible: @​3flex, @​BraisGabin, @​ChristophyBarth, @​FilippoVigani, @​Phoenix1808, @​ShubhamWorks02, @​cortinico, @​e5l, @​eyupcanakman, @​iuryeng, @​loganrosen, @​marpalat, @​roian6, @​sahilpatel2521, @​tonytonycoder11

See all issues at: 2.0.0

http4k/http4k (org.http4k:http4k-bom)

v6.57.1.0

Compare Source

  • http4k-*: Republish 6.57.0.0 due to broken release

v6.57.0.0

Compare Source

  • http4k-*: Upgrade versions
  • http4k-server-undertow*: [Unlikely break] SSE now falls back to HTTP handler if the request is not handled.
  • http4k-connect-amazon-dynamodb: [Unlikely Break] DynamoDbContract.table (testFixtures) is now an abstract property supplied by the implementing test, instead of a get() which recomputed TableName.sample(suffix = uuid(0)) on every access: against an implementation whose uuid() is random (RealAwsContract), create() made one table and the test bodies then addressed a different, non-existent one. LocalDynamoTest had already had to override it to work around this; implementations that relied on the default now supply a fixed name.
  • http4k-connect-amazon-iotdataplane: [New module!] AWS IoT Core Data Plane client supporting Publish, GetThingShadow, UpdateThingShadow, DeleteThingShadow, ListNamedShadowsForThing, GetRetainedMessage, ListRetainedMessages and DeleteConnection.
  • http4k-connect-amazon-iotdataplane-fake: [New module!] AWS IoT Core Data Plane fake which records published messages for test assertions, stores Thing Shadows, and serves the retained messages that its retained publishes create.
  • http4k-api-jsonschema*: Ability to chain schema model namer. H/T @​potfur
  • http4k-connect-amazon-dynamodb: Added DescribeTimeToLive and UpdateTimeToLive actions (with TimeToLiveStatus/TimeToLiveDescription/TimeToLiveSpecification models), so callers can read and set a table's TTL configuration. The fake supports both.
  • http4k-connect-amazon-cognito: Support for the USER_AUTH choice-based sign-in flow: AuthFlow gains USER_AUTH, ExplicitAuthFlow gains ALLOW_USER_AUTH, and AuthInitiated gains the AvailableChallenges list Cognito returns when the user can choose a sign-in method.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions

github-actions Bot commented Aug 4, 2026

Copy link
Copy Markdown

Qodana for JVM

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

| datasource     | package                             | from          | to            |
| -------------- | ----------------------------------- | ------------- | ------------- |
| gradle-version | gradle                              | 9.7.0-rc-2    | 9.7.0-rc-3    |
| maven          | dev.detekt:dev.detekt.gradle.plugin | 2.0.0-alpha.5 | 2.0.0-alpha.6 |
| maven          | dev.detekt:detekt-gradle-plugin     | 2.0.0-alpha.5 | 2.0.0-alpha.6 |
| maven          | org.http4k:http4k-bom               | 6.56.0.0      | 6.57.1.0      |
@renovate
renovate Bot merged commit 6cd68e5 into master Aug 5, 2026
7 checks passed
@renovate
renovate Bot deleted the renovate/all branch August 5, 2026 05:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants