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 dependencies #976

Merged
merged 1 commit into from
Sep 3, 2024
Merged

Update dependencies #976

merged 1 commit into from
Sep 3, 2024

Conversation

lukellmann
Copy link
Member

Running Gradle on JVMs with a version below 17 is deprecated since Gradle 8.10, so the setup-java action is now configured to use Java 21.

The setup-gradle action now also validates the Gradle wrapper, so the separate workflow is no longer necessary.

* Gradle 8.9 -> 8.10
* kotlinx.serialization 1.7.1 -> 1.7.2
* kotlinx-datetime 0.6.0 -> 0.6.1
* SLF4J 2.0.13 -> 2.0.16
* kotlin-node 20.14.10-pre.773 -> 20.14.10-pre.800
* Stately 2.0.7 -> 2.1.0
* JUnit Jupiter 5.10.3 -> 5.11.0
* JUnit Platform 1.10.3 -> 1.11.0
* MockK 1.13.11 -> 1.13.12
* Binary compatibility validator 0.15.1 -> 0.16.3
* gradle/actions/setup-gradle v3 -> v4

Running Gradle on JVMs with a version below 17 is deprecated since
Gradle 8.10 [1], so the setup-java action is now configured to use Java
21.

The setup-gradle action now also validates the Gradle wrapper [2], so
the separate workflow is no longer necessary.

[1] https://docs.gradle.org/8.10/release-notes.html#preemptive-warnings-for-outdated-jvm-versions-in-gradle-9.0
    https://docs.gradle.org/8.10/userguide/upgrading_version_8.html#minimum_daemon_jvm_version
[2] https://github.com/gradle/actions/releases/tag/v4.0.0
@lukellmann lukellmann merged commit a10ad20 into main Sep 3, 2024
4 checks passed
@lukellmann lukellmann deleted the dependencies branch September 3, 2024 12:48
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.

2 participants