fix(deps): update all dependencies - #408
Merged
Merged
Conversation
Qodana for JVMIt 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 Contact Qodana teamContact 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
Bot
force-pushed
the
renovate/all
branch
from
August 5, 2026 00:42
1b2bd9a to
49cf255
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
9.7.0-rc-2→9.7.0-rc-32.0.0-alpha.5→2.0.0-alpha.62.0.0-alpha.5→2.0.0-alpha.66.56.0.0→6.57.1.0Release Notes
gradle/gradle (gradle)
v9.7.0-rc-3: 9.7.0 RC3Compare Source
The Gradle team is excited to announce Gradle 9.7.0 RC3.
Here are the highlights of this release:
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:
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.62.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
detektGradle task now analyzes all Kotlin source sets with type resolution by default, replacing the previous type-resolution-free task - #7025detekt-rules-ktlint-wrappernow targets JVM 17, in preparation for the next ktlint major release which requires JVM 17+, the rest of detekt still targets JVM 8+ - #9453Changelog
Config.getListOrDefault- #9461UnusedPrivateFunctionfalse positive for overloaded private extension functions with a Java (or generated) receiver type - #9450CanBeNonNullablefalse negative on local variables - #9432ReturnCount/ThrowsCountfalse positive where a guard clause following a local variable declaration was still counted (withexcludeGuardClausesenabled) - #9424PropertyUsedBeforeDeclarationto follow private init calls - #9334ClassSignature- #9084Dependency Updates
Housekeeping & Refactorings
@Suppress("UNCHECKED_CAST")- #9459Contributors
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.0Compare Source
v6.57.0.0Compare Source
DynamoDbContract.table(testFixtures) is now an abstract property supplied by the implementing test, instead of aget()which recomputedTableName.sample(suffix = uuid(0))on every access: against an implementation whoseuuid()is random (RealAwsContract),create()made one table and the test bodies then addressed a different, non-existent one.LocalDynamoTesthad already had to override it to work around this; implementations that relied on the default now supply a fixed name.DescribeTimeToLiveandUpdateTimeToLiveactions (withTimeToLiveStatus/TimeToLiveDescription/TimeToLiveSpecificationmodels), so callers can read and set a table's TTL configuration. The fake supports both.USER_AUTHchoice-based sign-in flow:AuthFlowgainsUSER_AUTH,ExplicitAuthFlowgainsALLOW_USER_AUTH, andAuthInitiatedgains theAvailableChallengeslist Cognito returns when the user can choose a sign-in method.Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.