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 (main) #53

Merged
merged 1 commit into from
Jan 14, 2024
Merged

Update all dependencies (main) #53

merged 1 commit into from
Jan 14, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 29, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/cache action minor v3.0.11 -> v3.3.3 age adoption passing confidence
gradle (source) minor 7.5.1 -> 7.6.3 age adoption passing confidence
io.kotest:kotest-runner-junit5-jvm dependencies minor 5.5.4 -> 5.8.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.8.0 age adoption passing confidence
io.kotest:kotest-property dependencies minor 5.5.4 -> 5.8.0 age adoption passing confidence
io.arrow-kt:arrow-fx-coroutines dependencies minor 1.1.3 -> 1.2.1 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-core dependencies minor 1.6.4 -> 1.7.3 age adoption passing confidence
io.arrow-kt:arrow-optics dependencies minor 1.1.3 -> 1.2.1 age adoption passing confidence
io.arrow-kt:arrow-core dependencies minor 1.1.3 -> 1.2.1 age adoption passing confidence
io.kotest.multiplatform plugin minor 5.5.4 -> 5.8.0 age adoption passing confidence
org.jetbrains.kotlin.jvm plugin minor 1.7.21 -> 1.9.22 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

gradle/gradle (gradle)

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

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

v5.8.0

What's Changed
New Contributors

Full Changelog: kotest/kotest@v5.7.2...v5.8.0

v5.7.2

v5.7.1

v5.7.0

v5.6.2

5.6.2 May 2023

Assertions
Property testing
Documentation
Other

⚠️ Reverted behavior of Arb.string()

With Kotest 5.6.0, Codepoint.ascii() was changed to include a wider range of ascii chararacters, and Codepoint.printableAscii() was introduced with the historic range used by Codepoint.ascii().

Arb.string() has been using Codepoint.ascii() as it's default for generating chars for the string. This caused issues for some users, and we decided to revert Arb.string() to the historic behavior by changing the default to the new Codepoint.printableAscii().

Hopefully this doesn't cause any issues for you. If it does, you can revert to the 5.6.0 ~ 5.6.1 behavior by using Codepoint.ascii() explicitly.

If you added explicit usage of Codepoint.printableAscii() to circumvent the issue, you can safely remove the explicit parameter starting with Kotest 5.6.2.

New Contributors

Full Changelog: kotest/kotest@v5.6.1...v5.6.2

v5.6.1

Maintenance release, published since 5.6.0 failed to upload for some targets.

Breaking changes (from 5.5.5 -> 5.6.x)
  • Moved ConstantNow-related functions to a new module named io.kotest:kotest-extensions-now (remember to add -jvm suffix for Maven)
    • Add this module as a dependency to keep using withConstantNow
  • Remove Iterable checking logic from IterableEq (#​3420)

See full changelog at https://kotest.io/docs/changelog.html

v5.6.0

Breaking changes
  • Moved ConstantNow-related functions to a new module named io.kotest:kotest-extensions-now (remember to add -jvm suffix for Maven)
    • Add this module as a dependency to keep using withConstantNow
  • Remove Iterable checking logic from IterableEq (#​3420)

See full changelog at https://kotest.io/docs/changelog.html

v5.5.5

  • Support coroutineTestScope globally (#​3383)
  • Improved double and float tolerance messages (#​3355)
  • Nested Data Driven Tests is not displayed as nested in Intellij #​3341
  • Fixed writing seeds when test name contains a colon on windows (#​3304)
  • withClue() fails with EmptyStackException if a coroutine switches threads #​2447
  • Use TestDispatcher inside beforeInvocation callbacks (#​3363)
  • Make checkCoverage checking against provided pairs (#​3344)
  • Kotest runner junit5 jvm has vulnerable transative dependency CVE-2021-29425 #​3364
  • Fix sequence matchers for constrained sequences (#​3336)
  • Print full path in JunitXmlReporter when useTestPathAsName is enabled instead of just leaf and first parent #​3347
  • Support { } lambdas as lazy clues (#​3348)
  • Use 'language injection' on assertions, so embedded languages are easier to use in IntelliJ #​2916
  • Removing default location for htmlReporter and using the default value from the constructor (#​3306)
  • Arb.bigDecimal should generate decimals which terminate with all kinds of terminal digit #​3282
  • Check enums using equals method instead of scanning their properties (#​3291)
  • Add BlockHound support (#​3308)
  • Matchers return this. (#​2945)
  • Added shouldMatchResource, shouldNotMatchResource matchers (#​2945)
  • Added matchExactly matcher for Maps #​3246
  • Fix dumping config when systemProperty set to true (#​3275)
  • Returning the original failure when ErrorCollector has only collected a single failure (#​3269)
arrow-kt/arrow (io.arrow-kt:arrow-fx-coroutines)

v1.2.1

Compare Source

What's Changed

New Contributors

Full Changelog: arrow-kt/arrow@1.2.0...1.2.1

v1.2.0

Compare Source

What's Changed

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/main-all branch 4 times, most recently from cbcbdee to 3dcd4b0 Compare December 28, 2022 11:35
@renovate renovate bot force-pushed the renovate/main-all branch 2 times, most recently from f66abc1 to 06b74a4 Compare January 18, 2023 11:47
@renovate renovate bot force-pushed the renovate/main-all branch 2 times, most recently from 61c1e65 to 766ec4d Compare April 3, 2023 09:49
@renovate renovate bot force-pushed the renovate/main-all branch 2 times, most recently from 30cea35 to cbd01cd Compare April 17, 2023 16:09
@renovate renovate bot force-pushed the renovate/main-all branch 3 times, most recently from 4a36542 to 4314aac Compare July 6, 2023 12:52
@renovate renovate bot force-pushed the renovate/main-all branch 7 times, most recently from 680ff0a to 6d7bf6c Compare September 8, 2023 16:41
| datasource     | package                                                         | from    | to     |
| -------------- | --------------------------------------------------------------- | ------- | ------ |
| github-tags    | actions/cache                                                   | v3.0.11 | v3.3.3 |
| gradle-version | gradle                                                          | 7.5.1   | 7.6.3  |
| maven          | io.kotest:kotest-runner-junit5-jvm                              | 5.5.4   | 5.8.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.8.0  |
| maven          | io.kotest:kotest-property                                       | 5.5.4   | 5.8.0  |
| maven          | io.arrow-kt:arrow-fx-coroutines                                 | 1.1.3   | 1.2.1  |
| maven          | org.jetbrains.kotlinx:kotlinx-coroutines-core                   | 1.6.4   | 1.7.3  |
| maven          | io.arrow-kt:arrow-optics                                        | 1.1.3   | 1.2.1  |
| maven          | io.arrow-kt:arrow-core                                          | 1.1.3   | 1.2.1  |
| maven          | io.kotest.multiplatform:io.kotest.multiplatform.gradle.plugin   | 5.5.4   | 5.8.0  |
| maven          | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin | 1.7.21  | 1.9.22 |
@i-walker i-walker merged commit 4ccaf3c into main Jan 14, 2024
2 checks passed
@i-walker i-walker deleted the renovate/main-all branch January 14, 2024 09:29
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

1 participant