Skip to content

chore(deps): bump the gradle-minor-patch group across 1 directory with 6 updates - #582

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/gradle-minor-patch-0caa041cb2
Open

dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/gradle-minor-patch-0caa041cb2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown
Contributor

Bumps the gradle-minor-patch group with 6 updates in the / directory:

Package From To
gradle-wrapper 9.7.0 9.7.1
io.kotest:kotest-assertions-core 6.2.3 6.2.5
io.kotest:kotest-runner-junit5 6.2.3 6.2.5
io.kotest 6.2.3 6.2.5
org.jetbrains.kotlin.jvm 2.4.10 2.4.20
com.diffplug.spotless 8.9.0 8.10.2

Updates gradle-wrapper from 9.7.0 to 9.7.1

Release notes

Sourced from gradle-wrapper's releases.

9.7.1

The Gradle team is excited to announce Gradle 9.7.1.

This is a patch release for 9.7.0. We recommend using 9.7.1 instead of 9.7.0.

Here are the highlights of 9.7.0 release:

  • Isolated Projects graduates to incubating
  • Broader Configuration Cache compatibility
  • Resilient Sync helps you fix broken builds
  • 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.1 by updating your wrapper:

./gradlew :wrapper --gradle-version=9.7.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

Updates io.kotest:kotest-assertions-core from 6.2.3 to 6.2.5

Release notes

Sourced from io.kotest:kotest-assertions-core's releases.

v6.2.5

What's Changed

Full Changelog: kotest/kotest@6.2.4...v6.2.5

v6.2.4

What's Changed

New Contributors

Full Changelog: kotest/kotest@6.2.3...v6.2.4

Commits
  • 41df99d Fix Android StackWalker compatibility (#6222)
  • 8655ca7 add back jsoup assertions (#6226)
  • e2271eb Alex/make default extension registry thread safe (#6199)
  • fdca609 Bound the short/byte/uShort/uByte shrinkers by the generator range (#6224)
  • 56301a6 Make the shouldBeSingleton block overloads infix (#6223)
  • dfee83a Use withEdtSafeAnalysis to improve safe analysis for spec and style… (#6215)
  • c44d1c3 use a singleton strategy for getConfigurationFactory of Kotest legacy produce...
  • b74611b skill version update PR upon release (#6213)
  • 0d3c09a 6.2.4 claude marketplace manual update
  • 736a47b Add module-factory support to KoinExtension (#6006) (#6138)
  • Additional commits viewable in compare view

Updates io.kotest:kotest-runner-junit5 from 6.2.3 to 6.2.5

Release notes

Sourced from io.kotest:kotest-runner-junit5's releases.

v6.2.5

What's Changed

Full Changelog: kotest/kotest@6.2.4...v6.2.5

v6.2.4

What's Changed

New Contributors

Full Changelog: kotest/kotest@6.2.3...v6.2.4

Commits
  • 41df99d Fix Android StackWalker compatibility (#6222)
  • 8655ca7 add back jsoup assertions (#6226)
  • e2271eb Alex/make default extension registry thread safe (#6199)
  • fdca609 Bound the short/byte/uShort/uByte shrinkers by the generator range (#6224)
  • 56301a6 Make the shouldBeSingleton block overloads infix (#6223)
  • dfee83a Use withEdtSafeAnalysis to improve safe analysis for spec and style… (#6215)
  • c44d1c3 use a singleton strategy for getConfigurationFactory of Kotest legacy produce...
  • b74611b skill version update PR upon release (#6213)
  • 0d3c09a 6.2.4 claude marketplace manual update
  • 736a47b Add module-factory support to KoinExtension (#6006) (#6138)
  • Additional commits viewable in compare view

Updates io.kotest:kotest-runner-junit5 from 6.2.3 to 6.2.5

Release notes

Sourced from io.kotest:kotest-runner-junit5's releases.

v6.2.5

What's Changed

Full Changelog: kotest/kotest@6.2.4...v6.2.5

v6.2.4

What's Changed

New Contributors

Full Changelog: kotest/kotest@6.2.3...v6.2.4

Commits
  • 41df99d Fix Android StackWalker compatibility (#6222)
  • 8655ca7 add back jsoup assertions (#6226)
  • e2271eb Alex/make default extension registry thread safe (#6199)
  • fdca609 Bound the short/byte/uShort/uByte shrinkers by the generator range (#6224)
  • 56301a6 Make the shouldBeSingleton block overloads infix (#6223)
  • dfee83a Use withEdtSafeAnalysis to improve safe analysis for spec and style… (#6215)
  • c44d1c3 use a singleton strategy for getConfigurationFactory of Kotest legacy produce...
  • b74611b skill version update PR upon release (#6213)
  • 0d3c09a 6.2.4 claude marketplace manual update
  • 736a47b Add module-factory support to KoinExtension (#6006) (#6138)
  • Additional commits viewable in compare view

Updates io.kotest from 6.2.3 to 6.2.5

Updates org.jetbrains.kotlin.jvm from 2.4.10 to 2.4.20

Release notes

Sourced from org.jetbrains.kotlin.jvm's releases.

Kotlin 2.4.20

Changelog

Analysis API

  • KT-86546 Check suspicious when over ConeKotlinType in ConeTypeCompatibilityChecker
  • KT-85418 Implement an API for accessing deserialized file annotations in Analysis API
  • KT-74448 K2. False positive MISSING_DEPENDENCY_SUPERCLASS in LinkedListTest.kt, kotlinx.coroutines
  • KT-85856 containingSymbol of constructor property differs for local and non-local classes
  • KT-65417 K2 IDE: KTOR false positive expect-actual matching error on enum class because of implicit clone() in non-JVM source sets

Analysis API. Code Compilation

  • KT-76457 K2 IDE / KMP Debugger: KISEWA “Cannot compile a common source without a JVM counterpart” on evaluating inline fun from common module inside jvm

Analysis API. FIR

  • KT-70552 No expects for actual
  • KT-69727 K2 IDE. Wrong error in the editor on calling clone function of actual enum instance in non-jvm platform
  • KT-69726 FP errors on declaring fun clone() in actual enum in not-jvm source-set
  • KT-86014 Types are broken after remove parameter through change signature
  • KT-86363 KotlinIllegalArgumentExceptionWithAttachments: No dangling modifier found on companion blocks
  • KT-86147 Drop kotlin.parallel.resolve.under.global.lock registry key
  • KT-85543 Avoid lazy resolve for the contracts phase if no constracts might be resolved

Analysis API. Infrastructure

  • KT-84914 Do not publish analysis-api-test-framework
  • KT-86986 kotlin-compiler-common-for-ide bundles unrelated Analysis API modules
  • KT-86186 Analysis API: Codebase tests run twice in some analysis modules — pick a single JUnit runner and migrate
  • KT-85360 Drop kotlin-compiler-testdata-for-ide artifact
  • KT-85585 Simplify the dependencies graph for the Analysis API modules
  • KT-85381 Remove tests for the FE10 implementation

Analysis API. Light Classes

New Features

  • KT-84645 Support resolving to companion block members & extensions from Java (light classes)
  • KT-80775 Support PsiClass#getRecordComponents in light classes

Fixes

  • KT-57537 SLC: propagate default parameter value from (@JvmOverloads) expect declarations to actual declarations
  • KT-85040 [Analysis API] Improve Java / Kotlin interop in KMP projects
  • KT-87301 SymbolLightAccessorMethod#isValid returns false for delegated properties
  • KT-87171 SLC: non-mapped Kotlin collection supertype is dropped from supertype list
  • KT-87250 JvmExposeBoxed: light classes shouldn't be autogenerated for private declarations
  • KT-70428 AA: good code is red when a Java class extends a Kotlin class implementing MutableList by delegation
  • KT-63568 Symbol Light Classes: KtAnnotationApplicationWithArgumentsInfo.normalizedArguments() may work incorrectly when psi is not set

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin.jvm's changelog.

2.4.20

Analysis API

  • KT-86546 Check suspicious when over ConeKotlinType in ConeTypeCompatibilityChecker
  • KT-85418 Implement an API for accessing deserialized file annotations in Analysis API
  • KT-74448 K2. False positive MISSING_DEPENDENCY_SUPERCLASS in LinkedListTest.kt, kotlinx.coroutines
  • KT-85856 containingSymbol of constructor property differs for local and non-local classes
  • KT-65417 K2 IDE: KTOR false positive expect-actual matching error on enum class because of implicit clone() in non-JVM source sets

Analysis API. Code Compilation

  • KT-76457 K2 IDE / KMP Debugger: KISEWA “Cannot compile a common source without a JVM counterpart” on evaluating inline fun from common module inside jvm

Analysis API. FIR

  • KT-70552 No expects for actual
  • KT-69727 K2 IDE. Wrong error in the editor on calling clone function of actual enum instance in non-jvm platform
  • KT-69726 FP errors on declaring fun clone() in actual enum in not-jvm source-set
  • KT-86014 Types are broken after remove parameter through change signature
  • KT-86363 KotlinIllegalArgumentExceptionWithAttachments: No dangling modifier found on companion blocks
  • KT-86147 Drop kotlin.parallel.resolve.under.global.lock registry key
  • KT-85543 Avoid lazy resolve for the contracts phase if no constracts might be resolved

Analysis API. Infrastructure

  • KT-84914 Do not publish analysis-api-test-framework
  • KT-86986 kotlin-compiler-common-for-ide bundles unrelated Analysis API modules
  • KT-86186 Analysis API: Codebase tests run twice in some analysis modules — pick a single JUnit runner and migrate
  • KT-85360 Drop kotlin-compiler-testdata-for-ide artifact
  • KT-85585 Simplify the dependencies graph for the Analysis API modules
  • KT-85381 Remove tests for the FE10 implementation

Analysis API. Light Classes

New Features

  • KT-84645 Support resolving to companion block members & extensions from Java (light classes)
  • KT-80775 Support PsiClass#getRecordComponents in light classes

Fixes

  • KT-57537 SLC: propagate default parameter value from (@JvmOverloads) expect declarations to actual declarations
  • KT-85040 [Analysis API] Improve Java / Kotlin interop in KMP projects
  • KT-87301 SymbolLightAccessorMethod#isValid returns false for delegated properties
  • KT-87171 SLC: non-mapped Kotlin collection supertype is dropped from supertype list
  • KT-87250 JvmExposeBoxed: light classes shouldn't be autogenerated for private declarations
  • KT-70428 AA: good code is red when a Java class extends a Kotlin class implementing MutableList by delegation
  • KT-63568 Symbol Light Classes: KtAnnotationApplicationWithArgumentsInfo.normalizedArguments() may work incorrectly when psi is not set
  • KT-36740 MPP: False-positive incompatible types in .java when using expect-class returned by non-expect member from common when actual is actual typealias

... (truncated)

Commits
  • 890ac1d Add Changelog for 2.4.20-RC3
  • 8860aed 🍒 [FIR] Fix suspend conversion when expected type is nullable (#7769)
  • ab5bcd9 Edit ChangeLog for 2.4.20-RC2
  • 9464edc Add ChangeLog for 2.4.20-RC2
  • 0261e43 Cherry-pick "Fix asBodyAndResultVar call in `visitInlinedLambdaInComposable...
  • 0763513 [box-tests] Workaround for klib compatibility tests (#7626)
  • 045aec6 [Wasm] Append scripts from webpack.config.d in the end of the file (#7615)
  • cd7173b 🍒 [2.4.20] [K/JS] Keep associated obj annotation only if getInstance survives...
  • d36a2ff CastsOptimizationPass: break aliases cycles (#7578)
  • 8664983 [CLI] Restore custom IC search scope creation
  • Additional commits viewable in compare view

Updates com.diffplug.spotless from 8.9.0 to 8.10.2

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

…h 6 updates

Bumps the gradle-minor-patch group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [gradle-wrapper](https://github.com/gradle/gradle) | `9.7.0` | `9.7.1` |
| [io.kotest:kotest-assertions-core](https://github.com/kotest/kotest) | `6.2.3` | `6.2.5` |
| [io.kotest:kotest-runner-junit5](https://github.com/kotest/kotest) | `6.2.3` | `6.2.5` |
| io.kotest | `6.2.3` | `6.2.5` |
| [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) | `2.4.10` | `2.4.20` |
| com.diffplug.spotless | `8.9.0` | `8.10.2` |



Updates `gradle-wrapper` from 9.7.0 to 9.7.1
- [Release notes](https://github.com/gradle/gradle/releases)
- [Commits](gradle/gradle@v9.7.0...v9.7.1)

Updates `io.kotest:kotest-assertions-core` from 6.2.3 to 6.2.5
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@6.2.3...6.2.5)

Updates `io.kotest:kotest-runner-junit5` from 6.2.3 to 6.2.5
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@6.2.3...6.2.5)

Updates `io.kotest:kotest-runner-junit5` from 6.2.3 to 6.2.5
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@6.2.3...6.2.5)

Updates `io.kotest` from 6.2.3 to 6.2.5

Updates `org.jetbrains.kotlin.jvm` from 2.4.10 to 2.4.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.4.10...v2.4.20)

Updates `com.diffplug.spotless` from 8.9.0 to 8.10.2

---
updated-dependencies:
- dependency-name: gradle-wrapper
  dependency-version: 9.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-minor-patch
- dependency-name: io.kotest:kotest-assertions-core
  dependency-version: 6.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-minor-patch
- dependency-name: io.kotest:kotest-runner-junit5
  dependency-version: 6.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-minor-patch
- dependency-name: io.kotest:kotest-runner-junit5
  dependency-version: 6.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-minor-patch
- dependency-name: io.kotest
  dependency-version: 6.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-minor-patch
- dependency-name: org.jetbrains.kotlin.jvm
  dependency-version: 2.4.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-minor-patch
- dependency-name: com.diffplug.spotless
  dependency-version: 8.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Dependency updates (Dependabot) type: chore Maintenance, CI, dependency bumps labels Sep 14, 2026
@dependabot
dependabot Bot requested a review from LMLiam as a code owner September 14, 2026 23:27
@dependabot dependabot Bot added type: chore Maintenance, CI, dependency bumps dependencies Dependency updates (Dependabot) labels Sep 14, 2026
@coderabbitai

coderabbitai Bot commented Sep 14, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Advanced

Run ID: 38043b18-20f1-47e7-ae97-e81efc9a696b

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions github-actions Bot added the area: build Build, CI, publishing, project structure label Sep 14, 2026
@github-actions

Copy link
Copy Markdown

CI metrics

✅ Coverage 94.3% (+0.2pp · gate 85%) · 📦 jars +0.1% · 🧪 1386 tests

vs master@28e7c90

Coverage

---
config:
  xyChart:
    width: 640
    height: 400
  themeVariables:
    xyChart:
      backgroundColor: "transparent"
      titleColor: "#c4b5fd"
      xAxisLabelColor: "#94a3b8"
      xAxisTitleColor: "#94a3b8"
      xAxisTickColor: "#334155"
      xAxisLineColor: "#334155"
      yAxisLabelColor: "#94a3b8"
      yAxisTitleColor: "#94a3b8"
      yAxisTickColor: "#334155"
      yAxisLineColor: "#334155"
      plotColorPalette: "#a78bfa"
---
xychart-beta
  title "Coverage delta (pp, PR − base)"
  x-axis ["coroutines", "core", "mini", "paper", "test"]
  y-axis "Δ pp" -0.9 --> 2
  bar [1.5, 0.5, -0.4, 0.2, -0.2]
Loading
Coverage data table
Module PR Base Δ
core 94.3% 93.8% +0.5pp
coroutines 100.0% 98.5% +1.5pp
minimessage 95.6% 96.0% -0.4pp
paper 98.8% 98.5% +0.2pp
serializer 100.0% 100.0% 0.0pp
test 91.2% 91.4% -0.2pp
test-snapshot 90.2% 90.2% 0.0pp
Total 94.3% 94.1% +0.2pp

Patch coverage

No executable changed lines.

Artifact sizes

---
config:
  xyChart:
    width: 640
    height: 400
  themeVariables:
    xyChart:
      backgroundColor: "transparent"
      titleColor: "#c4b5fd"
      xAxisLabelColor: "#94a3b8"
      xAxisTitleColor: "#94a3b8"
      xAxisTickColor: "#334155"
      xAxisLineColor: "#334155"
      yAxisLabelColor: "#94a3b8"
      yAxisTitleColor: "#94a3b8"
      yAxisTickColor: "#334155"
      yAxisLineColor: "#334155"
      plotColorPalette: "#34d399"
---
xychart-beta
  title "JAR size delta (%, PR − base)"
  x-axis ["mini", "coroutines", "test", "core"]
  y-axis "Δ %" -0.6 --> 0.9
  bar [0.4, -0.1, 0.1, 0.1]
Loading
Artifact size data table
Module PR Base Δ Classes
core 577.7 KB 577.2 KB +0.1% 337
coroutines 27.8 KB 27.8 KB -0.1% 14
minimessage 118.5 KB 118.0 KB +0.4% 61
paper 112.7 KB 112.7 KB -0.0% 58
serializer 5.1 KB 5.1 KB 0.0% 4
test 304.3 KB 304.0 KB +0.1% 225
test-snapshot 20.6 KB 20.6 KB +0.0% 12
Build stats
PR Base
Tests 1386 1386
Skipped 0 0
Build time (indicative) 2m32s 46s

Updated for 335ac6e · Run · Dokka preview

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: build Build, CI, publishing, project structure dependencies Dependency updates (Dependabot) type: chore Maintenance, CI, dependency bumps

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants