Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 4, 2023

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/checkout action major v3 -> v5 age confidence
actions/setup-java action major v3 -> v5 age confidence
actions/upload-artifact action major v3 -> v4 age confidence
gradle (source) major 8.1.1 -> 9.0.0 age confidence
gradle/gradle-build-action action major v2 -> v3 age confidence
peaceiris/actions-gh-pages action major v3 -> v4 age confidence
com.diffplug.spotless plugin major 6.19.0 -> 7.2.1 age confidence
io.kotest.extensions:kotest-assertions-arrow dependencies major 1.3.3 -> 2.0.0 age confidence
io.kotest.multiplatform plugin major 5.6.2 -> 6.0.0-LOCAL age confidence
io.kotest:kotest-runner-junit5 dependencies major 5.6.2 -> 6.0.3 age confidence
io.kotest:kotest-property dependencies major 5.6.2 -> 6.0.3 age confidence
io.kotest:kotest-framework-engine dependencies major 5.6.2 -> 6.0.3 age confidence
io.kotest:kotest-assertions-core dependencies major 5.6.2 -> 6.0.3 age confidence
org.jetbrains.dokka plugin major 1.8.20 -> 2.0.0 age confidence
io.arrow-kt:arrow-core dependencies major 1.2.0-RC -> 2.1.2 age confidence
org.jetbrains.kotlin.jvm plugin major 1.8.22 -> 2.2.20 age confidence
org.jetbrains.kotlin.multiplatform plugin major 1.8.22 -> 2.2.20 age confidence

Release Notes

actions/checkout (actions/checkout)

v5

Compare Source

v4

Compare Source

actions/setup-java (actions/setup-java)

v5

Compare Source

v4

Compare Source

actions/upload-artifact (actions/upload-artifact)

v4

Compare Source

gradle/gradle (gradle)

v9.0.0

Compare Source

v8.14.3: 8.14.3

Compare Source

The Gradle team is excited to announce Gradle 8.14.3.

This is a patch release for 8.14. We recommend using 8.14.3 instead of 8.14.

Here are the highlights of this release:

  • Java 24 support
  • GraalVM Native Image toolchain selection
  • Enhancements to test reporting
  • Build Authoring improvements

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Aurimas,
Ben Bader,
Björn Kautler,
chandre92,
Daniel Hammer,
Danish Nawab,
Florian Dreier,
Ivy Chen,
Jendrik Johannes,
jimmy1995-gu,
Madalin Valceleanu,
Na Minhyeok.

Upgrade instructions

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

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

See the Gradle 8.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.

v8.14.2

Compare Source

v8.14.1

Compare Source

v8.14

Compare Source

v8.13

Compare Source

v8.12.1: 8.12.1

Compare Source

The Gradle team is excited to announce Gradle 8.12.1.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Abhiraj Adhikary,
Ayush Saxena,
Björn Kautler,
davidburstrom,
Dominic Fellbaum,
Emmanuel Ferdman,
Finn Petersen,
Johnny Lim,
Mahdi Hosseinzadeh,
Martin Bonnin,
Paint_Ninja,
Petter Måhlén,
Philip Wedemann,
stegeto22,
Tanish,
TheGoesen,
Tim Nielens,
Trout Zhang,
Victor Merkulov

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.12.1

See the Gradle 8.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.

v8.12: 8.12

Compare Source

The Gradle team is excited to announce Gradle 8.12.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Abhiraj Adhikary,
Ayush Saxena,
Björn Kautler,
davidburstrom,
Dominic Fellbaum,
Emmanuel Ferdman,
Finn Petersen,
Johnny Lim,
Mahdi Hosseinzadeh,
Martin Bonnin,
Paint_Ninja,
Petter Måhlén,
Philip Wedemann,
stegeto22,
Tanish,
TheGoesen,
Tim Nielens,
Trout Zhang,
Victor Merkulov

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.12

See the Gradle 8.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.

v8.11.1: 8.11.1

Compare Source

This is a patch release for Gradle 8.11. We recommend users upgrade to 8.11.1 instead of 8.11.

It fixes the following issues:

  • #​31268 BuildEventsListenerRegistry corrupted with Isolated Projects and parallel configuration
  • #​31282 Running executables sporadically fails with ETXTBSY (Text file busy)
  • #​31284 ArrayIndexOutOfBoundsException after upgrading to gradle 8.11 when generating problems report
  • #​31310 Unable to run Gradle task in 8.10 due to bytecode interception

Read the Release Notes

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.11.1

See the Gradle 8.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.

v8.11: 8.11

Compare Source

The Gradle team is excited to announce Gradle 8.11.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Adam,
alyssoncs,
Bilel MEDIMEGH,
Björn Kautler,
Chuck Thomas,
Daniel Lacasse,
Finn Petersen,
JK,
Jérémie Bresson,
luozexuan,
Mahdi Hosseinzadeh,
Markus Gaisbauer,
Matthew Haughton,
Matthew Von-Maszewski,
ploober,
Siarhei,
Titus James,
vrp0211

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.11

See the Gradle 8.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.

v8.10.2: 8.10.2

Compare Source

This is a patch release for 8.10. We recommend using 8.10.2 instead of 8.10

It fixes the following issues:

  • #​30472 Investigate possibly broken 8.10.1
  • #​30477 Kotlin Mutliplatform build with reused daemon fails with "Cannot query the value of task ':compileKotlinWindows' property 'kotlinNativeBundleBuildService' because it has no value available."
  • #​30497 DefaultTaskCollection#configureEach(Action) on task set cannot be executed in the current context

Issues fixed in the first patch release:

  • #​30239 Gradle 8.10 Significantly Slower Due to Dependency Resolution
  • #​30272 Broken equals() contract for LifecycleAwareProject
  • #​30385 Gradle should not validate isolated projects when isolated projects is disabled

Read the Release Notes

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.10.2

See the Gradle 8.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.

v8.10.1: 8.10.1

Compare Source

This is a patch release for 8.10. We recommend using 8.10.1 instead of 8.10

It fixes the following issues:

  • #​30239 Gradle 8.10 Significantly Slower Due to Dependency Resolution
  • #​30272 Broken equals() contract for LifecycleAwareProject
  • #​30385 Gradle should not validate isolated projects when isolated projects is disabled

Read the Release Notes

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.10.1

See the Gradle 8.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.

v8.10: 8.10

Compare Source

The Gradle team is excited to announce Gradle 8.10.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Björn Kautler,
Craig Andrews,
gotovsky,
Jeff,
Kirill Gavrilov,
Madalin Valceleanu,
Sergei Vorobev,
Thach Le,
Thad Guidry

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.10

See the Gradle 8.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.

v8.9: 8.9

Compare Source

The Gradle team is excited to announce Gradle 8.9.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
/dev/mataha,
Alex-Vol-Amz,
Andrew Quinney,
Andrey Mischenko,
Björn Kautler,
dancer13,
Danish Nawab,
Endeavour233,
Gediminas Rimša,
gotovsky,
Jay Wei,
Jeff,
Madalin Valceleanu,
markslater,
Mel Arthurs,
Michael,
Nils Brugger,
Ole Osterhagen,
Piotr Kubowicz,
Róbert Papp,
Sebastian Davids,
Sebastian Schuberth,
Stefan Oehme,
Stefanos Koutsouflakis,
Taeik Lim,
Tianyi Tao,
Tim Nielens,
наб

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.9

See the Gradle 8.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.

v8.8: 8.8

Compare Source

The Gradle team is excited to announce Gradle 8.8.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Björn Kautler,
Denes Daniel,
Fabian Windheuser,
Hélio Fernandes Sebastião,
Jay Wei,
jhrom,
jwp345,
Jörgen Andersson,
Kirill Gavrilov,
MajesticMagikarpKing,
Maksim Lazeba,
Philip Wedemann,
Robert Elliot,
Róbert Papp,
Stefan M.,
Tibor Vyletel,
Tony Robalik,
Valentin Kulesh,
Yanming Zhou,
김용후

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.8

See the Gradle 8.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.

v8.7: 8.7

Compare Source

The Gradle team is excited to announce Gradle 8.7.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Aleksandr Postnov,
Björn Kautler,
Brice Dutheil,
Denis Buzmakov,
Federico La Penna,
Gregor Dschung,
Hal Deadman,
Hélio Fernandes Sebastião,
Ivan Gavrilovic,
Jendrik Johannes,
Jörgen Andersson,
Marie,
pandaninjas,
Philip Wedemann,
Ryan Schmitt,
Steffen Yount,
Tyler Kinkade,
Zed Spencer-Milnes

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.7

See the Gradle 8.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.

v8.6: 8.6

Compare Source

The Gradle team is excited to announce Gradle 8.6.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Baptiste Decroix,
Björn Kautler,
Daniel Lacasse,
Danny Thomas,
Hyeonmin Park,
jeffalder,
Jendrik Johannes,
John Jiang,
Kaiyao Ke,
Kevin Mark,
king-tyler,
Marcin Dąbrowski,
Marcin Laskowski,
Markus Gaisbauer,
Mel Arthurs,
Ryan Schmitt,
Surya K N,
Vladislav Golubtsov,
Yanshun Li,
Andrzej Ressel

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.6

See the Gradle 8.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.

v8.5: 8.5

Compare Source

The Gradle team is excited to announce Gradle 8.5.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Ahmed Ehab,
Alex Landau,
Aurimas,
Björn Kautler,
bodhili,
Daniel Le Berre,
davidburstrom,
Franz Wimmer,
Jongwoo Han,
Ken,
Leonardo Silveira,
Martin Bonnin,
Matthew Von-Maszewski,
Nik Clayton,
noeppi_noeppi,
Philip Wedemann,
Philipp Schneider,
Tomas Bjerre

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.5

See the Gradle 8.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.

v8.4: 8.4

Compare Source

The Gradle team is excited to announce Gradle 8.4.

Amongst other improvements, this release addresses two security vulnerabilities:

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Ahmed Ehab,
Andrei Rybak,
Baptiste Decroix,
Björn Kautler,
Cesar de la Vega,
Ganavi Jayaram,
Gaurav Padam,
hwanseok,
J.T. McQuigg,
Jakub Chrzanowski,
Jendrik Johannes,
kackey0-1,
Konstantin Gribov,
Pratik Haldankar,
Qinglin,
Sebastian Schuberth,
Thad House,
valery1707,
Vladimir Sitnikov,
wuyangnju,
Yanming Zhou,
Yanshun Li,
Yusuke Uehara,
zeners

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.4

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.

v8.3: 8.3

Compare Source

The Gradle team is excited to announce Gradle 8.3.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Adam,
Ahmed Ehab,
Aurimas,
Baptiste Decroix,
Björn Kautler,
Borewit,
Korov,
Mohammed Thavaf,
Patrick Brückner,
Philip Wedemann,
Róbert Papp,
Shi Chen,
Tony Robalik

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.3

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.

v8.2.1: 8.2.1

Compare Source

This is a patch release for 8.2. We recommend using 8.2.1 instead of 8.2

It fixes the following issues:

  • #​25579 Regression in 8.2: StackOverflowError w/ Gradle 8.2 + Quarkus 2.16.7 (latest)
  • #​25611 TestKit unexpectedly stopped working with Gradle 2.x versions
  • #​25618 Micronaut JacocoReportAggregationPlugin broken in Gradle 8.2
  • #​25658 Gradle 8.2 sets incorrect value to boolean --no-feature option
  • #​25674 Address regression in dependency graph build operation results

Read the Release Notes

Upgrade Instructions

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

./gradlew wrapper --gradle-version=8.2.1

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

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.

v8.2: 8.2

Compare Source

The Gradle team is excited to announce Gradle 8.2.

Amongst other improvements, this release addresses two security vulnerabilities:

Read the Release Notes

We would like to thank the following community contributors for their contributions to this release of Gradle:

Bruno Didot,
Eric Vantillard,
esfomeado,
Jendrik Johannes,
Jonathan Leitschuh,
Lee Euije,
Stefan Oehme,
Todor Dinev,
Yanshun Li

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.2

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.

gradle/gradle-build-action (gradle/gradle-build-action)

v3

Compare Source

peaceiris/actions-gh-pages (peaceiris/actions-gh-pages)

v4

Compare Source

build
chore
ci

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

@renovate renovate bot changed the title Update actions/checkout action to v4 Update actions/checkout action to v4 - autoclosed Oct 17, 2023
@renovate renovate bot closed this Oct 17, 2023
@renovate renovate bot deleted the renovate/major-all branch October 17, 2023 17:38
@renovate renovate bot changed the title Update actions/checkout action to v4 - autoclosed Update actions/checkout action to v4 Oct 19, 2023
@renovate renovate bot reopened this Oct 19, 2023
@renovate renovate bot restored the renovate/major-all branch October 19, 2023 13:22
@renovate renovate bot force-pushed the renovate/major-all branch from 9b4e163 to e8667ca Compare October 19, 2023 13:22
@renovate renovate bot changed the title Update actions/checkout action to v4 Update all dependencies to v4 (major) Nov 29, 2023
@renovate renovate bot force-pushed the renovate/major-all branch from e8667ca to 0623443 Compare November 29, 2023 18:10
@renovate renovate bot force-pushed the renovate/major-all branch from 0623443 to ecadf33 Compare December 14, 2023 18:14
@renovate renovate bot force-pushed the renovate/major-all branch from ecadf33 to 3f75040 Compare January 26, 2024 23:31
@renovate renovate bot changed the title Update all dependencies to v4 (major) Update all dependencies (major) Jan 26, 2024
@renovate renovate bot force-pushed the renovate/major-all branch from 3f75040 to 1ea420e Compare April 8, 2024 17:20
@renovate renovate bot force-pushed the renovate/major-all branch from 1ea420e to 12a6107 Compare May 21, 2024 21:19
@renovate renovate bot force-pushed the renovate/major-all branch from 12a6107 to b792b87 Compare August 6, 2024 10:46
@renovate renovate bot force-pushed the renovate/major-all branch from b792b87 to 48d8806 Compare August 22, 2024 09:52
@renovate renovate bot force-pushed the renovate/major-all branch from 48d8806 to 144b4f9 Compare October 2, 2024 03:37
@renovate renovate bot force-pushed the renovate/major-all branch from 144b4f9 to 5cfd442 Compare October 10, 2024 11:18
@renovate renovate bot force-pushed the renovate/major-all branch from 5cfd442 to 1b9f3d5 Compare November 27, 2024 15:33
@renovate renovate bot force-pushed the renovate/major-all branch from 1b9f3d5 to 822f4f2 Compare December 5, 2024 18:01
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from d887557 to 2fa22c0 Compare December 23, 2024 14:40
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 7c185cb to d9aef21 Compare January 7, 2025 17:35
@renovate renovate bot force-pushed the renovate/major-all branch from d9aef21 to 1f30920 Compare January 15, 2025 00:26
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 4bd6ee8 to 2f0e33d Compare January 27, 2025 11:11
@renovate renovate bot force-pushed the renovate/major-all branch from 2f0e33d to 2ae6411 Compare March 20, 2025 08:49
@renovate renovate bot force-pushed the renovate/major-all branch from 2ae6411 to 9d632c5 Compare April 8, 2025 01:05
@renovate renovate bot force-pushed the renovate/major-all branch from 9d632c5 to cdce385 Compare April 21, 2025 16:58
@renovate renovate bot force-pushed the renovate/major-all branch from cdce385 to 22a7638 Compare April 29, 2025 13:13
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from dfaa9d5 to d05694e Compare May 16, 2025 14:12
@renovate renovate bot force-pushed the renovate/major-all branch from d05694e to 17b3e6a Compare May 28, 2025 01:07
@renovate renovate bot force-pushed the renovate/major-all branch from 17b3e6a to 9e3d901 Compare June 23, 2025 18:47
@renovate renovate bot force-pushed the renovate/major-all branch from 9e3d901 to ed44c69 Compare July 8, 2025 00:36
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 8626cc0 to 1dfcde8 Compare July 22, 2025 00:53
@renovate renovate bot force-pushed the renovate/major-all branch from 1dfcde8 to d971d84 Compare July 31, 2025 23:46
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from ed29dca to 926707d Compare August 18, 2025 07:15
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 305f97e to 544cb44 Compare August 25, 2025 07:05
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 4e2267f to 5661e23 Compare September 7, 2025 22:40
| datasource     | package                                                                             | from     | to          |
| -------------- | ----------------------------------------------------------------------------------- | -------- | ----------- |
| github-tags    | actions/checkout                                                                    | v3       | v5          |
| github-tags    | actions/setup-java                                                                  | v3       | v5          |
| github-tags    | actions/upload-artifact                                                             | v3       | v4          |
| gradle-version | gradle                                                                              | 8.1.1    | 9.0.0       |
| github-tags    | gradle/gradle-build-action                                                          | v2       | v3          |
| github-tags    | peaceiris/actions-gh-pages                                                          | v3       | v4          |
| maven          | com.diffplug.spotless:com.diffplug.spotless.gradle.plugin                           | 6.19.0   | 7.2.1       |
| maven          | io.kotest.extensions:kotest-assertions-arrow                                        | 1.3.3    | 2.0.0       |
| maven          | io.kotest.multiplatform:io.kotest.multiplatform.gradle.plugin                       | 5.6.2    | 6.0.0-LOCAL |
| maven          | io.kotest:kotest-runner-junit5                                                      | 5.6.2    | 6.0.3       |
| maven          | io.kotest:kotest-property                                                           | 5.6.2    | 6.0.3       |
| maven          | io.kotest:kotest-framework-engine                                                   | 5.6.2    | 6.0.3       |
| maven          | io.kotest:kotest-assertions-core                                                    | 5.6.2    | 6.0.3       |
| maven          | org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin                               | 1.8.20   | 2.0.0       |
| maven          | io.arrow-kt:arrow-core                                                              | 1.2.0-RC | 2.1.2       |
| maven          | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin                     | 1.8.22   | 2.2.20      |
| maven          | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin | 1.8.22   | 2.2.20      |
@renovate renovate bot force-pushed the renovate/major-all branch from 5661e23 to 7663d08 Compare September 10, 2025 11:31
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