Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all dependencies #1066

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update all dependencies #1066

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 13, 2023

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
gradle (source) minor 8.0.2 -> 8.11.1 age adoption passing confidence
jekyll (source, changelog) patch 4.3.2 -> 4.3.4 age adoption passing confidence
jquery (source) minor 3.6.0 -> 3.7.1 age adoption passing confidence
kramdown (source) minor 2.4.0 -> 2.5.1 age adoption passing confidence
com.google.devtools.ksp:symbol-processing (source) dependencies patch 1.9.21-1.0.15 -> 1.9.25-1.0.20 age adoption passing confidence
com.google.devtools.ksp:symbol-processing-api (source) dependencies patch 1.9.21-1.0.15 -> 1.9.25-1.0.20 age adoption passing confidence
io.gitlab.arturbosch.detekt (source) plugin minor 1.22.0 -> 1.23.7 age adoption passing confidence
org.jetbrains.kotlinx.binary-compatibility-validator plugin minor 0.13.0 -> 0.16.3 age adoption passing confidence
dev.zacsweers.kctfork:ksp dependencies minor 0.4.0 -> 0.7.0 age adoption passing confidence
dev.zacsweers.kctfork:core dependencies minor 0.4.0 -> 0.7.0 age adoption passing confidence
org.jetbrains.kotlin.multiplatform (source) plugin patch 1.9.21 -> 1.9.25 age adoption passing confidence
org.jetbrains.kotlin.jvm (source) plugin patch 1.9.21 -> 1.9.25 age adoption passing confidence
org.jetbrains.kotlin:kotlin-compiler-embeddable (source) dependencies patch 1.9.21 -> 1.9.25 age adoption passing confidence
org.junit.jupiter:junit-jupiter-engine (source) dependencies minor 5.9.2 -> 5.11.4 age adoption passing confidence
org.junit.jupiter:junit-jupiter (source) dependencies minor 5.9.2 -> 5.11.4 age adoption passing confidence
org.javassist:javassist (source) dependencies minor 3.29.2-GA -> 3.30.2-GA age adoption passing confidence
org.jetbrains.dokka plugin minor 1.8.10 -> 1.9.20 age adoption passing confidence
io.github.classgraph:classgraph dependencies patch 4.8.157 -> 4.8.179 age adoption passing confidence
org.assertj:assertj-core (source) dependencies minor 3.24.2 -> 3.26.3 age adoption passing confidence
io.arrow-kt.arrow-gradle-config-versioning plugin patch 0.12.0-rc.3 -> 0.12.0-rc.25 age adoption passing confidence
io.arrow-kt.arrow-gradle-config-publish plugin patch 0.12.0-rc.3 -> 0.12.0-rc.25 age adoption passing confidence
io.arrow-kt.arrow-gradle-config-nexus plugin patch 0.12.0-rc.3 -> 0.12.0-rc.25 age adoption passing confidence
io.arrow-kt.arrow-gradle-config-kotlin plugin patch 0.12.0-rc.3 -> 0.12.0-rc.25 age adoption passing confidence
io.arrow-kt.arrow-gradle-config-formatter plugin patch 0.12.0-rc.3 -> 0.12.0-rc.25 age adoption passing confidence
io.arrow-kt:arrow-optics dependencies patch 1.2.0-RC -> 1.2.4 age adoption passing confidence
io.arrow-kt:arrow-core dependencies patch 1.2.0-RC -> 1.2.4 age adoption passing confidence

Release Notes

gradle/gradle (gradle)

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

Compare Source

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.

v8.1.1: 8.1.1

Compare Source

This is a patch release for Gradle 8.1. We recommend using 8.1.1 instead of 8.1.

It fixes the following issues:

  • #​24748 MethodTooLargeException when instrumenting a class with thousand of lambdas for configuration cache
  • #​24754 Kotlin DSL precompiled script plugins built with Gradle 8.1 cannot be used with other versions of Gradle
  • #​24788 Gradle 8.1 configure freeCompilerArgs for Kotlin in buildSrc breaks build with unhelpful errors

Read the Release Notes

Upgrade Instructions

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

./gradlew wrapper --gradle-version=8.1.1

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 8.1.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.1: 8.1

Compare Source

The Gradle team is excited to announce Gradle 8.1.

Read the Release Notes

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

André Sousa,
Attila Király,
Aurimas,
Björn Kautler,
Christoph Dreis,
David Morris,
DJtheRedstoner,
Gabriel Feo,
J.T. McQuigg,
JavierSegoviaCordoba,
JayaKrishnan Nair K,
Jeff Widman,
kackey0-1,
Martin Bonnin,
Martin Kealey,
modmuss50,
pan93412,
Sebastian Schuberth,
Simon Marquis,
TheDadda,
Thrillpool,
valery1707,
Xin Wang,
Yanshun Li

Upgrade instructions

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

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

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

jekyll/jekyll (jekyll)

v4.3.4

Compare Source

Bug Fixes
  • Backport #​9662 for v4.3.x: Relax version constraint on wdm in new Gemfile (#​9683)
  • Backport #​9680 for v4.3.x: Render theme-gem root only in development (#​9684)
Development Fixes
  • Sync workflows with counterparts on master (#​9681)

v4.3.3

Compare Source

Bug Fixes
  • Backport #​9392 for v4.3.x: Fix backward compatibility issues in the Logger (#​9510)
Development Fixes
  • Backport #​9237 for v4.3.x: Use Hash explicitly for Struct initializer (#​9285)
jquery/jquery (jquery)

v3.7.1: jQuery 3.7.1 Released: Reliable Table Row Dimensions

[Compare Source](https://redirect.github.com/jquery/jquery/compare/3.7.0...3.7


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 force-pushed the renovate/all branch 2 times, most recently from d678bc2 to d4e87e7 Compare March 15, 2023 16:17
@renovate renovate bot changed the title Update dependency jquery to v3.6.4 Update all dependencies Apr 3, 2023
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from fe7445f to 872946b Compare April 18, 2023 13:20
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 409c131 to c9c9e78 Compare April 27, 2023 18:55
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from fca8dc1 to ff8ffdb Compare May 12, 2023 05:08
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 5c817c2 to e203b6e Compare May 24, 2023 08:42
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 547441b to 3e0a0bf Compare June 8, 2023 22:15
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 766d8d1 to 6af1958 Compare July 7, 2023 02:28
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from edece06 to 3c38a6a Compare July 12, 2023 15:28
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 543ca24 to ac66254 Compare July 23, 2023 16:36
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 1b5ffcd to 3e77597 Compare August 2, 2023 19:02
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from ce2578a to 5f37f96 Compare July 11, 2024 20:45
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from e25a50a to 4e2e4bd Compare July 23, 2024 18:49
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 94ab5df to 54710da Compare August 6, 2024 08:20
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 452019c to a55fc42 Compare August 20, 2024 09:38
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from ecf83c2 to dd2d4f9 Compare September 9, 2024 12:21
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 538d5dc to 636f7e2 Compare September 17, 2024 22:58
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from a502afe to 39a7643 Compare September 25, 2024 10:03
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 21d3040 to 2d5e453 Compare October 4, 2024 16:07
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 63b348a to bf00ac0 Compare November 18, 2024 11:15
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from d8e83bb to 20c83ea Compare November 20, 2024 20:07
| datasource     | package                                                                                                                 | from          | to            |
| -------------- | ----------------------------------------------------------------------------------------------------------------------- | ------------- | ------------- |
| gradle-version | gradle                                                                                                                  | 8.0.2         | 8.11.1        |
| rubygems       | jekyll                                                                                                                  | 4.3.2         | 4.3.4         |
| cdnjs          | jquery/jquery.min.js                                                                                                    | 3.6.0         | 3.7.1         |
| rubygems       | kramdown                                                                                                                | 2.4.0         | 2.5.1         |
| maven          | com.google.devtools.ksp:symbol-processing                                                                               | 1.9.21-1.0.15 | 1.9.25-1.0.20 |
| maven          | com.google.devtools.ksp:symbol-processing-api                                                                           | 1.9.21-1.0.15 | 1.9.25-1.0.20 |
| maven          | io.gitlab.arturbosch.detekt:io.gitlab.arturbosch.detekt.gradle.plugin                                                   | 1.22.0        | 1.23.7        |
| maven          | org.jetbrains.kotlinx.binary-compatibility-validator:org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin | 0.13.0        | 0.16.3        |
| maven          | dev.zacsweers.kctfork:ksp                                                                                               | 0.4.0         | 0.7.0         |
| maven          | dev.zacsweers.kctfork:core                                                                                              | 0.4.0         | 0.7.0         |
| maven          | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin                                     | 1.9.21        | 1.9.25        |
| maven          | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin                                                         | 1.9.21        | 1.9.25        |
| maven          | org.jetbrains.kotlin:kotlin-compiler-embeddable                                                                         | 1.9.21        | 1.9.25        |
| maven          | org.junit.jupiter:junit-jupiter-engine                                                                                  | 5.9.2         | 5.11.4        |
| maven          | org.junit.jupiter:junit-jupiter                                                                                         | 5.9.2         | 5.11.4        |
| maven          | org.javassist:javassist                                                                                                 | 3.29.2-GA     | 3.30.2-GA     |
| maven          | org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin                                                                   | 1.8.10        | 1.9.20        |
| maven          | io.github.classgraph:classgraph                                                                                         | 4.8.157       | 4.8.179       |
| maven          | org.assertj:assertj-core                                                                                                | 3.24.2        | 3.26.3        |
| maven          | io.arrow-kt.arrow-gradle-config-versioning:io.arrow-kt.arrow-gradle-config-versioning.gradle.plugin                     | 0.12.0-rc.3   | 0.12.0-rc.25  |
| maven          | io.arrow-kt.arrow-gradle-config-publish:io.arrow-kt.arrow-gradle-config-publish.gradle.plugin                           | 0.12.0-rc.3   | 0.12.0-rc.25  |
| maven          | io.arrow-kt.arrow-gradle-config-nexus:io.arrow-kt.arrow-gradle-config-nexus.gradle.plugin                               | 0.12.0-rc.3   | 0.12.0-rc.25  |
| maven          | io.arrow-kt.arrow-gradle-config-kotlin:io.arrow-kt.arrow-gradle-config-kotlin.gradle.plugin                             | 0.12.0-rc.3   | 0.12.0-rc.25  |
| maven          | io.arrow-kt.arrow-gradle-config-formatter:io.arrow-kt.arrow-gradle-config-formatter.gradle.plugin                       | 0.12.0-rc.3   | 0.12.0-rc.25  |
| maven          | io.arrow-kt:arrow-optics                                                                                                | 1.2.0-RC      | 1.2.4         |
| maven          | io.arrow-kt:arrow-core                                                                                                  | 1.2.0-RC      | 1.2.4         |
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