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 #45

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

Update all dependencies #45

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 16, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/cache action minor v3.0.2 -> v3.3.3 age adoption passing confidence
gradle (source) minor 7.4.2 -> 7.6.4 age adoption passing confidence
io.kotest:kotest-runner-junit5-jvm dependencies minor 5.3.0 -> 5.9.0 age adoption passing confidence
io.kotest.extensions:kotest-property-arrow-optics dependencies minor 1.3.0 -> 1.4.0 age adoption passing confidence
io.kotest.extensions:kotest-property-arrow dependencies minor 1.3.0 -> 1.4.0 age adoption passing confidence
io.kotest.extensions:kotest-assertions-arrow dependencies minor 1.3.0 -> 1.4.0 age adoption passing confidence
io.kotest:kotest-assertions-core dependencies minor 5.5.4 -> 5.9.0 age adoption passing confidence
io.kotest:kotest-framework-engine dependencies minor 5.5.4 -> 5.9.0 age adoption passing confidence
io.kotest:kotest-property dependencies minor 5.5.4 -> 5.9.0 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-core dependencies minor 1.6.4 -> 1.8.1 age adoption passing confidence
io.arrow-kt:arrow-fx-coroutines dependencies patch 1.2.0-RC -> 1.2.4 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
io.arrow-kt:arrow-optics-ksp-plugin dependencies patch 1.2.0-RC -> 1.2.4 age adoption passing confidence
com.google.devtools.ksp (source) plugin minor 1.8.20-1.0.11 -> 1.9.24-1.0.20 age adoption passing confidence
io.kotest.multiplatform plugin minor 5.5.4 -> 5.9.0 age adoption passing confidence
org.jetbrains.kotlin.multiplatform plugin minor 1.8.20 -> 1.9.24 age adoption passing confidence

Release Notes

actions/cache (actions/cache)

v3.3.3

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v3.3.3

v3.3.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.3.2

v3.3.1

Compare Source

What's Changed

Full Changelog: actions/cache@v3...v3.3.1

v3.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.3.0

v3.2.6

Compare Source

What's Changed

Full Changelog: actions/cache@v3...v3.2.6

v3.2.5

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.2.5

v3.2.4

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v3.2.4

v3.2.3

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v3.2.3

v3.2.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3.2.1...v3.2.2

v3.2.1

Compare Source

What's Changed

Full Changelog: actions/cache@v3.2.0...v3.2.1

v3.2.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.2.0

v3.0.11

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.0.11

v3.0.10

Compare Source

  • Fix a bug with sorting inputs.
  • Update definition for restore-keys in README.md

v3.0.9

Compare Source

  • Enhanced the warning message for cache unavailability in case of GHES.

v3.0.8

Compare Source

What's Changed

  • Fix zstd not working for windows on gnu tar in issues.
  • Allow users to provide a custom timeout as input for aborting cache segment download using the environment variable SEGMENT_DOWNLOAD_TIMEOUT_MIN. Default is 60 minutes.

v3.0.7

Compare Source

What's Changed

  • Fix for the download stuck problem has been added in actions/cache for users who were intermittently facing the issue. As part of this fix, new timeout has been introduced in the download step to stop the download if it doesn't complete within an hour and run the rest of the workflow without erroring out.

v3.0.6

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.0.6

v3.0.5

Compare Source

Removed error handling by consuming actions/cache 3.0 toolkit, Now cache server error handling will be done by toolkit.

v3.0.4

Compare Source

In this release, we have fixed the tar creation error while trying to create it with path as ~/ home folder on ubuntu-latest.

v3.0.3

Compare Source

Fixed avoiding empty cache save when no files are available for caching. (https://github.com/actions/cache/issues/624)

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.

kotest/kotest (io.kotest:kotest-runner-junit5-jvm)

v5.9.0

Highlights

Support for wasmJs has been added, curtesy of @​OliverO2

What's Changed

New Contributors


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 force-pushed the renovate/all branch 2 times, most recently from 8670aaf to e4999d5 Compare April 3, 2023 11:00
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 5757a27 to a22cd7e Compare April 17, 2023 15:19
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from b2cb6db to 4abed7d Compare June 8, 2023 22:23
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 360cd18 to 2578a7b Compare July 6, 2023 08:02
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from f115fe3 to 3898753 Compare July 12, 2023 16:41
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 5cab90f to 8d0fed4 Compare July 25, 2023 18:15
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 23c5c7e to 275a59c Compare August 24, 2023 09:56
@renovate renovate bot force-pushed the renovate/all branch 9 times, most recently from aec0ea7 to 3d56b0b Compare September 8, 2023 16:02
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from fbce569 to 78f3b61 Compare November 1, 2023 02:00
@renovate renovate bot force-pushed the renovate/all branch 15 times, most recently from 9d300d7 to ec82912 Compare February 5, 2024 15:38
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from b3648ed to 300209e Compare February 29, 2024 18:00
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from c89984a to c09d12b Compare March 11, 2024 06:26
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from d120c1b to 6e070f5 Compare April 5, 2024 04:51
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from d121a1a to 02ed904 Compare May 9, 2024 20:28
| datasource     | package                                                                             | from          | to            |
| -------------- | ----------------------------------------------------------------------------------- | ------------- | ------------- |
| github-tags    | actions/cache                                                                       | v3.0.2        | v3.3.3        |
| gradle-version | gradle                                                                              | 7.4.2         | 7.6.4         |
| maven          | io.kotest:kotest-runner-junit5-jvm                                                  | 5.3.0         | 5.9.0         |
| maven          | io.kotest.extensions:kotest-property-arrow-optics                                   | 1.3.0         | 1.4.0         |
| maven          | io.kotest.extensions:kotest-property-arrow                                          | 1.3.0         | 1.4.0         |
| maven          | io.kotest.extensions:kotest-assertions-arrow                                        | 1.3.0         | 1.4.0         |
| maven          | io.kotest:kotest-assertions-core                                                    | 5.5.4         | 5.9.0         |
| maven          | io.kotest:kotest-framework-engine                                                   | 5.5.4         | 5.9.0         |
| maven          | io.kotest:kotest-property                                                           | 5.5.4         | 5.9.0         |
| maven          | org.jetbrains.kotlinx:kotlinx-coroutines-core                                       | 1.6.4         | 1.8.1         |
| maven          | io.arrow-kt:arrow-fx-coroutines                                                     | 1.2.0-RC      | 1.2.4         |
| 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         |
| maven          | io.arrow-kt:arrow-optics-ksp-plugin                                                 | 1.2.0-RC      | 1.2.4         |
| maven          | com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin                       | 1.8.20-1.0.11 | 1.9.24-1.0.20 |
| maven          | io.kotest.multiplatform:io.kotest.multiplatform.gradle.plugin                       | 5.5.4         | 5.9.0         |
| maven          | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin | 1.8.20        | 1.9.24        |
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.

None yet

0 participants