Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Update all dependencies #15

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

Update all dependencies #15

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 6, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/cache action patch v2.1.7 -> v2.1.8 age adoption passing confidence
actions/upload-artifact action minor v3.0.0 -> v3.1.3 age adoption passing confidence
gradle (source) minor 7.4.2 -> 7.6.4 age adoption passing confidence
gradle/gradle-build-action action minor v2.1.5 -> v2.12.0 age adoption passing confidence
stefanzweifel/git-auto-commit-action action minor v4.14.1 -> v4.16.0 age adoption passing confidence
org.jetbrains.kotlinx.binary-compatibility-validator plugin minor 0.9.0 -> 0.15.1 age adoption passing confidence
com.gradle.enterprise plugin minor 3.10 -> 3.17.5 age adoption passing confidence
org.springframework.boot (source) plugin minor 2.6.7 -> 2.7.18 age adoption passing confidence
org.flywaydb.flyway plugin patch 8.5.10 -> 8.5.13 age adoption passing confidence
io.github.nefilim.kjwt:kjwt-core dependencies minor 0.5.3 -> 0.9.0 age adoption passing confidence
org.postgresql:postgresql (source) dependencies minor 42.3.5 -> 42.7.3 age adoption passing confidence
com.zaxxer:HikariCP dependencies minor 5.0.1 -> 5.1.0 age adoption passing confidence
org.testcontainers:postgresql (source) dependencies minor 1.17.1 -> 1.19.8 age adoption passing confidence
io.netty:netty-transport-native-kqueue (source) dependencies patch 4.1.76.Final -> 4.1.111.Final age adoption passing confidence
io.gitlab.arturbosch.detekt (source) plugin minor 1.20.0 -> 1.23.6 age adoption passing confidence
io.kotest.extensions:kotest-property-arrow dependencies minor 1.2.5 -> 1.4.0 age adoption passing confidence
io.kotest.extensions:kotest-assertions-arrow dependencies minor 1.2.5 -> 1.4.0 age adoption passing confidence
io.kotest.multiplatform plugin minor 5.3.0 -> 5.9.1 age adoption passing confidence
io.kotest:kotest-runner-junit5 dependencies minor 5.3.0 -> 5.9.1 age adoption passing confidence
io.kotest:kotest-property dependencies minor 5.3.0 -> 5.9.1 age adoption passing confidence
io.kotest:kotest-framework-engine dependencies minor 5.3.0 -> 5.9.1 age adoption passing confidence
io.kotest:kotest-assertions-core dependencies minor 5.3.0 -> 5.9.1 age adoption passing confidence
io.undertow:undertow-core (source) dependencies minor 2.2.17.Final -> 2.3.14.Final age adoption passing confidence
io.projectreactor.kotlin:reactor-kotlin-extensions dependencies minor 1.1.6 -> 1.2.2 age adoption passing confidence
org.springframework.boot:spring-boot-starter-webflux (source) dependencies minor 2.6.7 -> 2.7.18 age adoption passing confidence
org.springframework.boot:spring-boot-starter-web (source) dependencies minor 2.6.7 -> 2.7.18 age adoption passing confidence
org.jetbrains.kotlinx.kover plugin minor 0.5.0 -> 0.8.2 age adoption passing confidence
org.jetbrains.dokka plugin minor 1.6.21 -> 1.9.20 age adoption passing confidence
org.jetbrains.dokka:dokka-core dependencies minor 1.6.21 -> 1.9.20 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-test dependencies minor 1.6.1 -> 1.8.1 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 dependencies minor 1.6.1 -> 1.8.1 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-reactor dependencies minor 1.6.1 -> 1.8.1 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-reactive dependencies minor 1.6.1 -> 1.8.1 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-core dependencies minor 1.6.1 -> 1.8.1 age adoption passing confidence
io.arrow-kt.arrow-gradle-config-versioning plugin minor 0.10.1 -> 0.11.0 age adoption passing confidence
io.arrow-kt.arrow-gradle-config-formatter plugin minor 0.10.1 -> 0.11.0 age adoption passing confidence
io.arrow-kt:arrow-fx-coroutines dependencies minor 1.1.2 -> 1.2.4 age adoption passing confidence
io.arrow-kt:arrow-optics dependencies minor 1.1.2 -> 1.2.4 age adoption passing confidence
io.arrow-kt:arrow-core dependencies minor 1.1.2 -> 1.2.4 age adoption passing confidence
org.jetbrains.kotlin.plugin.allopen (source) plugin minor 1.6.21 -> 1.9.24 age adoption passing confidence
org.jetbrains.kotlin.plugin.spring (source) plugin minor 1.6.21 -> 1.9.24 age adoption passing confidence
org.jetbrains.kotlin.kapt (source) plugin minor 1.6.21 -> 1.9.24 age adoption passing confidence
org.jetbrains.kotlin.jvm (source) plugin minor 1.6.21 -> 1.9.24 age adoption passing confidence
org.jetbrains.kotlin:kotlin-reflect (source) dependencies minor 1.6.21 -> 1.9.24 age adoption passing confidence
org.jetbrains.kotlin:kotlin-stdlib-jdk8 (source) dependencies minor 1.6.21 -> 1.9.24 age adoption passing confidence
org.jetbrains.kotlin:kotlin-stdlib-common (source) dependencies minor 1.6.21 -> 1.9.24 age adoption passing confidence

Release Notes

actions/cache (actions/cache)

v2.1.8: Updating actions/core to version 1.10.0

Compare Source

The ::save-state and ::set-output are deprecated. The newer version of actions/core >1.10.0 uses the new syntax for save and set output. After this change, customers using actions/cache@v2 won't see deprecation warning message.

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

v3.1.3

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v3...v3.1.3

v3.1.2

Compare Source

  • Update all @actions/* NPM packages to their latest versions- #​374
  • Update all dev dependencies to their most recent versions - #​375

v3.1.1

Compare Source

  • Update actions/core package to latest version to remove set-output deprecation warning #​351

v3.1.0

Compare Source

What's Changed

gradle/gradle (gradle)

v7.6.4: 7.6.4

Compare Source

This is a patch release for 7.6. We recommend using 7.6.4 instead of 7.6.

Read the Release Notes

Upgrade instructions

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

./gradlew wrapper --gradle-version=7.6.4

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

v7.6.3: 7.6.3

Compare Source

This is a patch release for 7.6. We recommend using 7.6.3 instead of 7.6.

This release addresses two security vulnerabilities:

It also fixes the following issues:

  • #​25781 Backport finalized task performance fix to 7.6.x
  • #​25802 Backport cgroups fix to 7.6.x

Read the Release Notes

Upgrade Instructions

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

./gradlew wrapper --gradle-version=7.6.3

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

v7.6.2: 7.6.2

Compare Source

This is a patch release for 7.6. We recommend using 7.6.2 instead of 7.6.

This release addresses two security vulnerabilities:

It also fixes the following issues:

  • #​23201 Backport dependency upgrades to 7.x
  • #​23202 Backport Scala incremental compilation fixes
  • #​23325 Backport JSoup update to resolve CVE-2022-36033
  • #​23458 Backport JUnit5 dynamic test logging bug fix
  • #​23681 Dependency graph resolution: Equivalent excludes can cause un-necessary graph mutations [backport 7.x]
  • #​23922 Backport "Use Compiler API data for incremental compilation after a failure" to 7.x
  • #​23951 Exclude rule merging: missing optimization [Backport 7.x]
  • #​24132 Extending an already resolved configuration no longer works correctly [backport 7.x]
  • #​24234 7.6.1 breaks gradle-consistent-versions
  • #​24390 Gradle 7.4 fails on multi release jar's with JDK 19 code
  • #​24439 Gradle complains about invalid tool chain - picking up the source package location - it should just ignore them [Backport]
  • #​24443 Maven artifact referenced only in dependency constraints raises IllegalStateException: Corrupt serialized resolution result [backport]
  • #​24901 Backport fix for test exception that cannot be deserialized to 7.x

Read the Release Notes

Upgrade Instructions

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

./gradlew wrapper --gradle-version=7.6.2

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

v7.6.1: 7.6.1

Compare Source

This is a patch release for 7.6. We recommend using 7.6.1 instead of 7.6.

It fixes the following issues:

  • #​19065 Platform dependencies not possible in dependency block of test suite plugin
  • #​22688 Increased memory usage (with -p option)
  • #​22796 Building gradle itself fails during toolchain download: permission denied copying a file within .gradle/jdks
  • #​22875 Regression with 7.6: @​​pom artifact in JVM library project is no longer found
  • #​22937 Remove safe credentials reference
  • #​22973 Kotlin MPP plugin broken with Gradle 7.6 due to signature change in TestResultProcessor
  • #​23016 toolchainManagement.jvm.javaRepositories should not expose the full surface of NamedDomainObjectList
  • #​23025 Back-port toolchain related fixes to 7.6.1
  • #​23053 Auto-provisioning/auto-detection of IBM Semeru toolchains is broken with Gradle 7.6
  • #​23074 Docs: Build Lifecycle starts halfway through a point
  • #​23096 Classifiers of version catalog are discarded while copied to anothor dependency
  • #​23111 Ant closures are broken with Gradle 7.6
  • #​23178 Mention the Foojay Toolchain Resolver plugin in the Gradle manual
  • #​23215 Gradle 7.6: high memory usage (android project)
  • #​23224 Backport to 7.6.1 "Fix for Incremental compilation with modules"
  • #​23294 "Unable to make progress running work" together with --continue and failing tasks (Backport to 7.6.1)
  • #​23555 Improve Toolchain related deprecation nagging in 7.6
  • #​23894 Update EOL policy
  • #​23910 Backport trusting only full GPG keys in dependency verification [Backport 7.6.1]
  • #​23941 Typo in v7.6 docs about disabling_the_daemon
  • #​23985 Resolving of manually created configuration creates a ResolveException

Read the Release Notes

Upgrade Instructions

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

./gradlew wrapper --gradle-version=7.6.1

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

v7.6

Compare Source

v7.5.1: 7.5.1

Compare Source

This is a patch release for 7.5. We recommend using 7.5.1 instead of 7.5

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Michael Bailey,
Josh Kasten,
Marcono1234,
mataha,
Lieven Vaneeckhaute,
kiwi-oss,
Stefan Neuhaus,
George Thomas,
Anja Papatola,
Björn Kautler,
David Burström,
Vladimir Sitnikov,
Roland Weisleder,
Konstantin Gribov,
David Op de Beeck,
aSemy,
Rene Groeschke,
Jonathan Leitschuh,
Aurimas Liutikas,
Jamie Tanna,
Xin Wang,
Atsuto Yamashita,
Taeik Lim,
Peter Gafert,
Alex Landau,
Jerry Wiltse,
Tyler Burke,
Matthew Haughton,
Filip Daca,
Simão Gomes Viana,
Vaidotas Valuckas,
Edgars Jasmans,
Tomasz Godzik,
Jeff,
Lajos Veres

Upgrade instructions

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

./gradlew wrapper --gradle-version=7.5.1

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

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.

v7.5: 7.5

Compare Source

The Gradle team is excited to announce Gradle 7.5.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Michael Bailey,
Josh Kasten,
Marcono1234,
mataha,
Lieven Vaneeckhaute,
kiwi-oss,
Stefan Neuhaus,
George Thomas,
Anja Papatola,
Björn Kautler,
David Burström,
Vladimir Sitnikov,
Roland Weisleder,
Konstantin Gribov,
David Op de Beeck,
aSemy,
Rene Groeschke,
Jonathan Leitschuh,
Aurimas Liutikas,
Jamie Tanna,
Xin Wang,
Atsuto Yamashita,
Taeik Lim,
Peter Gafert,
Alex Landau,
Jerry Wiltse,
Tyler Burke,
Matthew Haughton,
Filip Daca,
Simão Gomes Viana,
Vaidotas Valuckas,
Edgars Jasmans,
Tomasz Godzik,
Jeff,
Lajos Veres

Upgrade instructions

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

./gradlew wrapper --gradle-version=7.5

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

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.

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

v2.12.0

Compare Source

Adds a new option to clear a previously submitted dependency-graph.

steps:
- uses: gradle/gradle-build-action@v2
  with:
    dependency-graph: clear

This may prove useful when migrating to a workflow using the upcoming gradle/actions/dependency-submission action.

Full-changelog: gradle/gradle-build-action@v2.11.1...v2.12.0

v2.11.1

Compare Source

This patch release fixes an issue that prevented the gradle-build-action from executing with Gradle 1.12, and improves error reporting for dependency submission failures.

Changelog
  • [FIX] Poor error reporting for dependency-submission failure #​1008
  • [FIX] Error with gradle-build-action v2.11.0 and Gradle 1.12: unable to resolve class PluginManager #​1007

Full-changelog: gradle/gradle-build-action@v2.11.0...v2.11.1

v2.11.0

Compare Source

In addition to a number of dependency updates, this release:

  • Allows a custom Plugin Repository to be specified when resolving the github-dependency-graph-gradle-plugin. See the documentation for details.
  • Brings increased resilience when failures occur collecting build results or cleaning the Gradle User Home. Such failures should no longer prevent the caching of Gradle User Home or lead to build failures.
Changelog
  • [NEW] Allow a custom plugin repository to be used to resolve dependency-graph plugin [#​933]

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 becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependency io.netty:netty-transport-native-kqueue to v4.1.77.Final Update all dependencies May 11, 2022
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 0b2e2df to 2139472 Compare May 18, 2022 11:06
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 89c3cd8 to 9b30ebf Compare May 24, 2022 14:57
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 0564fb5 to af6e5ca Compare May 31, 2022 15:06
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from ef3f309 to f469d39 Compare June 13, 2022 19:40
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from f335b6a to c10ae54 Compare June 20, 2022 17:44
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from b3f1d8b to 970fd5e Compare June 29, 2022 12:33
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 1534a71 to e7fb5cb Compare March 11, 2024 07:35
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 6b38e35 to 6975c14 Compare March 21, 2024 16:13
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 25e6343 to bb6df0d Compare April 9, 2024 15:37
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from a05e026 to 26d7154 Compare April 19, 2024 13:44
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 43ac2b1 to 7c530a9 Compare May 10, 2024 11:25
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from e870e16 to 21b0154 Compare May 22, 2024 13:15
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from fbc0338 to 3e18f41 Compare June 11, 2024 11:15
| datasource     | package                                                                                                                 | from         | to            |
| -------------- | ----------------------------------------------------------------------------------------------------------------------- | ------------ | ------------- |
| github-tags    | actions/cache                                                                                                           | v2.1.7       | v2.1.8        |
| github-tags    | actions/upload-artifact                                                                                                 | v3.0.0       | v3.1.3        |
| gradle-version | gradle                                                                                                                  | 7.4.2        | 7.6.4         |
| github-tags    | gradle/gradle-build-action                                                                                              | v2.1.5       | v2.12.0       |
| github-tags    | stefanzweifel/git-auto-commit-action                                                                                    | v4.14.1      | v4.16.0       |
| maven          | org.jetbrains.kotlinx.binary-compatibility-validator:org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin | 0.9.0        | 0.15.1        |
| maven          | com.gradle.enterprise:com.gradle.enterprise.gradle.plugin                                                               | 3.10         | 3.17.5        |
| maven          | org.springframework.boot:org.springframework.boot.gradle.plugin                                                         | 2.6.7        | 2.7.18        |
| maven          | org.flywaydb.flyway:org.flywaydb.flyway.gradle.plugin                                                                   | 8.5.10       | 8.5.13        |
| maven          | io.github.nefilim.kjwt:kjwt-core                                                                                        | 0.5.3        | 0.9.0         |
| maven          | org.postgresql:postgresql                                                                                               | 42.3.5       | 42.7.3        |
| maven          | com.zaxxer:HikariCP                                                                                                     | 5.0.1        | 5.1.0         |
| maven          | org.testcontainers:postgresql                                                                                           | 1.17.1       | 1.19.8        |
| maven          | io.netty:netty-transport-native-kqueue                                                                                  | 4.1.76.Final | 4.1.111.Final |
| maven          | io.gitlab.arturbosch.detekt:io.gitlab.arturbosch.detekt.gradle.plugin                                                   | 1.20.0       | 1.23.6        |
| maven          | io.kotest.extensions:kotest-property-arrow                                                                              | 1.2.5        | 1.4.0         |
| maven          | io.kotest.extensions:kotest-assertions-arrow                                                                            | 1.2.5        | 1.4.0         |
| maven          | io.kotest.multiplatform:io.kotest.multiplatform.gradle.plugin                                                           | 5.3.0        | 5.9.1         |
| maven          | io.kotest:kotest-runner-junit5                                                                                          | 5.3.0        | 5.9.1         |
| maven          | io.kotest:kotest-property                                                                                               | 5.3.0        | 5.9.1         |
| maven          | io.kotest:kotest-framework-engine                                                                                       | 5.3.0        | 5.9.1         |
| maven          | io.kotest:kotest-assertions-core                                                                                        | 5.3.0        | 5.9.1         |
| maven          | io.undertow:undertow-core                                                                                               | 2.2.17.Final | 2.3.14.Final  |
| maven          | io.projectreactor.kotlin:reactor-kotlin-extensions                                                                      | 1.1.6        | 1.2.2         |
| maven          | org.springframework.boot:spring-boot-starter-webflux                                                                    | 2.6.7        | 2.7.18        |
| maven          | org.springframework.boot:spring-boot-starter-web                                                                        | 2.6.7        | 2.7.18        |
| maven          | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin                                                   | 0.5.0        | 0.8.2         |
| maven          | org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin                                                                   | 1.6.21       | 1.9.20        |
| maven          | org.jetbrains.dokka:dokka-core                                                                                          | 1.6.21       | 1.9.20        |
| maven          | org.jetbrains.kotlinx:kotlinx-coroutines-test                                                                           | 1.6.1        | 1.8.1         |
| maven          | org.jetbrains.kotlinx:kotlinx-coroutines-jdk8                                                                           | 1.6.1        | 1.8.1         |
| maven          | org.jetbrains.kotlinx:kotlinx-coroutines-reactor                                                                        | 1.6.1        | 1.8.1         |
| maven          | org.jetbrains.kotlinx:kotlinx-coroutines-reactive                                                                       | 1.6.1        | 1.8.1         |
| maven          | org.jetbrains.kotlinx:kotlinx-coroutines-core                                                                           | 1.6.1        | 1.8.1         |
| maven          | io.arrow-kt.arrow-gradle-config-versioning:io.arrow-kt.arrow-gradle-config-versioning.gradle.plugin                     | 0.10.1       | 0.11.0        |
| maven          | io.arrow-kt.arrow-gradle-config-formatter:io.arrow-kt.arrow-gradle-config-formatter.gradle.plugin                       | 0.10.1       | 0.11.0        |
| maven          | io.arrow-kt:arrow-fx-coroutines                                                                                         | 1.1.2        | 1.2.4         |
| maven          | io.arrow-kt:arrow-optics                                                                                                | 1.1.2        | 1.2.4         |
| maven          | io.arrow-kt:arrow-core                                                                                                  | 1.1.2        | 1.2.4         |
| maven          | org.jetbrains.kotlin.plugin.allopen:org.jetbrains.kotlin.plugin.allopen.gradle.plugin                                   | 1.6.21       | 1.9.24        |
| maven          | org.jetbrains.kotlin.plugin.spring:org.jetbrains.kotlin.plugin.spring.gradle.plugin                                     | 1.6.21       | 1.9.24        |
| maven          | org.jetbrains.kotlin.kapt:org.jetbrains.kotlin.kapt.gradle.plugin                                                       | 1.6.21       | 1.9.24        |
| maven          | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin                                                         | 1.6.21       | 1.9.24        |
| maven          | org.jetbrains.kotlin:kotlin-reflect                                                                                     | 1.6.21       | 1.9.24        |
| maven          | org.jetbrains.kotlin:kotlin-stdlib-jdk8                                                                                 | 1.6.21       | 1.9.24        |
| maven          | org.jetbrains.kotlin:kotlin-stdlib-common                                                                               | 1.6.21       | 1.9.24        |
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants