Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v3.0.0
->v3.1.0
7.4.1
->7.4.2
v2.1.4
->v2.1.5
1.6.0
->1.6.10
Release Notes
actions/setup-java
v3.1.0
Compare Source
In scope of this release we added support for caching from GHES 3.5 and fixed download issue for files > 2GB during restore.
Updated dependencies:
minimist
from1.2.5
to1.2.6
.actions/cache
dependency to 2.0.0 versiongradle/gradle
v7.4.2
This is a patch release for Gradle 7.4.
See the list of fixed issues: https://docs.gradle.org/7.4.2/release-notes.html
We recommend users upgrade to 7.4.2 instead of 7.4 or another patch release.
Upgrade Instructions
Switch your build to use Gradle 7.4.2 by updating your wrapper:
See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.4.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.
gradle/gradle-build-action
v2.1.5
Compare Source
This release addresses a potential security issue by upgrading
minimist
, and fixes a bug with very large cache entries by upgrading@actions/cache
. No other changes are included.What's Changed
Full changelog: gradle/gradle-build-action@v2.1.4...v2.1.5
Kotlin/dokka
v1.6.10
Changes
Bugfixes
java.util.zip.ZipException
for JS dependencies (Fix setup js deps Kotlin/dokka#2258)<dl>
) used in JavaDocs (Description list support for JavaDocs (#2213) Kotlin/dokka#2259)Maintenance
de.undercouch.download
to 4.1.2 (Bump de.undercouch.download to 4.1.2 Kotlin/dokka#2268)kotlinx.coroutines
to 1.6.0 in integration tests (Bump coroutines to 1.6.0 in integration test Kotlin/dokka#2276)Configuration
📅 Schedule: 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.
This PR has been generated by WhiteSource Renovate. View repository job log here.