MinimallyCorrect / DefaultsPlugin

Sets up sensible defaults for our gradle projects to avoid boilerplate
MIT License
1 stars 0 forks source link

Update all non-major dependencies #147

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
actions/cache action patch v2.1.6 -> v2.1.7
actions/setup-java action minor v2.3.1 -> v2.4.0
gradle (source) patch 7.3 -> 7.3.2
org.junit:junit-bom (source) patch 5.8.1 -> 5.8.2
com.gradle.plugin-publish plugin minor 0.17.0 -> 0.18.0

Release Notes

actions/cache ### [`v2.1.7`](https://togithub.com/actions/cache/releases/v2.1.7) [Compare Source](https://togithub.com/actions/cache/compare/v2.1.6...v2.1.7) Support 10GB cache upload using the latest version `1.0.8` of [`@actions/cache` ](https://www.npmjs.com/package/@​actions/cache)
actions/setup-java ### [`v2.4.0`](https://togithub.com/actions/setup-java/releases/v2.4.0) [Compare Source](https://togithub.com/actions/setup-java/compare/v2.3.1...v2.4.0) In scope of this pull request we add support for Liberica JDK ([https://github.com/actions/setup-java/pull/225](https://togithub.com/actions/setup-java/pull/225)). ```yaml steps: - name: Checkout uses: actions/checkout@v2 - name: Setup-java uses: actions/setup-java@v2 with: distribution: liberica java-version: 11 ``` ##### Supported distributions Currently, the following distributions are supported: | Keyword | Distribution | Official site | License | |-|-|-|-| | `zulu` | Zulu OpenJDK | [Link](https://www.azul.com/downloads/zulu-community/?package=jdk) | [Link](https://www.azul.com/products/zulu-and-zulu-enterprise/zulu-terms-of-use/) | | `adopt` or `adopt-hotspot` | Adopt OpenJDK Hotspot | [Link](https://adoptopenjdk.net/) | [Link](https://adoptopenjdk.net/about.html) | `adopt-openj9` | Adopt OpenJDK OpenJ9 | [Link](https://adoptopenjdk.net/) | [Link](https://adoptopenjdk.net/about.html) | `temurin` | Eclipse Temurin | [Link](https://adoptium.net/) | [Link](https://adoptium.net/about.html) | `liberica` | Liberica JDK | [Link](https://bell-sw.com/) | [Link](https://bell-sw.com/liberica_eula/) | ##### Update actions/cache dependency to 1.0.8 version. We updated actions/cache depdendency to the latest version (1.0.8). For more information please refer to the [toolkit/cache](https://togithub.com/actions/toolkit/blob/main/packages/cache/RELEASES.md).
gradle/gradle ### [`v7.3.2`](https://togithub.com/gradle/gradle/releases/v7.3.2) This is a patch release for Gradle 7.3. It fixes the following issues: - [#​19300](https://togithub.com/gradle/gradle/issues/19300) Mitigations for log4j vulnerability in Gradle builds - [#​19257](https://togithub.com/gradle/gradle/issues/19257) Incremental java compilation fails when renaming classname with $ character We recommend users upgrade to 7.3.2 instead of 7.3. Given the context of the Log4Shell vulnerability, make sure you take a look at [our blog post](https://blog.gradle.org/log4j-vulnerability) on this topic. #### Upgrade Instructions Switch your build to use Gradle 7.3.2 by updating your wrapper: ./gradlew wrapper --gradle-version=7.3.2 See the [Gradle 7.x upgrade guide](https://docs.gradle.org/7.3.2/userguide/upgrading_version\_7.html#changes\_7.3) to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.3.2. #### Reporting Problems If you find a problem with this release, please file a bug on [GitHub Issues](https://togithub.com/gradle/gradle/issues) adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the [forum](https://discuss.gradle.org/c/help-discuss). ### [`v7.3.1`](https://togithub.com/gradle/gradle/releases/v7.3.1) This is a patch release for Gradle 7.3. It fixes the following issues: - [#​19058](https://togithub.com/gradle/gradle/issues/19058) Consider reverting breaking change about test configuration - [#​19067](https://togithub.com/gradle/gradle/issues/19067) Fix multiple annotation processing issues discovered by Micronaut We recommend users upgrade to 7.3.1 instead of 7.3. #### Upgrade Instructions Switch your build to use Gradle 7.3.1 by updating your wrapper: ./gradlew wrapper --gradle-version=7.3.1 See the [Gradle 7.x upgrade guide](https://docs.gradle.org/7.3.1/userguide/upgrading_version\_7.html#changes\_7.3) to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.3.1. #### Reporting Problems If you find a problem with this release, please file a bug on [GitHub Issues](https://togithub.com/gradle/gradle/issues) adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the [forum](https://discuss.gradle.org/c/help-discuss).

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.