From 3f24f5aac0e15f70321dcf6fc1554f96877d5ae4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 18:52:58 +0400 Subject: [PATCH] renovatebot(deps): update dependency io.freefair.gradle:lombok-plugin to v8.12.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.freefair.gradle:lombok-plugin](https://redirect.github.com/freefair/gradle-plugins) | `8.12.2` -> `8.12.2.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.freefair.gradle:lombok-plugin/8.12.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.freefair.gradle:lombok-plugin/8.12.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.freefair.gradle:lombok-plugin/8.12.2/8.12.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.freefair.gradle:lombok-plugin/8.12.2/8.12.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
freefair/gradle-plugins (io.freefair.gradle:lombok-plugin) ### [`v8.12.2.1`](https://redirect.github.com/freefair/gradle-plugins/releases/tag/8.12.2.1) [Compare Source](https://redirect.github.com/freefair/gradle-plugins/compare/8.12.2...8.12.2.1) #### What's Changed - [#​1302](https://redirect.github.com/freefair/gradle-plugins/issues/1302) fixes java fork options serialization issue and adds tmpdir to task properties by [@​Frisch12](https://redirect.github.com/Frisch12) in [https://github.com/freefair/gradle-plugins/pull/1313](https://redirect.github.com/freefair/gradle-plugins/pull/1313) - Bump io.freefair.settings.plugin-versions from 8.12.1 to 8.12.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/freefair/gradle-plugins/pull/1310](https://redirect.github.com/freefair/gradle-plugins/pull/1310) - Bump com.github.spotbugs from 6.1.5 to 6.1.6 in /examples by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/freefair/gradle-plugins/pull/1314](https://redirect.github.com/freefair/gradle-plugins/pull/1314) **Full Changelog**: https://github.com/freefair/gradle-plugins/compare/8.12.2...8.12.2.1
--- ### Configuration 📅 **Schedule**: Branch creation - "after 5pm,before 9am" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/apereo/cas). --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index afefc0162557..c17f468f4585 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -252,7 +252,7 @@ zxcvbn = "4.4.2" # This section handles Gradle build classpath dependency versions ################################################################# gradleGit = "2.4.2" -gradleLombok = "8.12.2" +gradleLombok = "8.12.2.1" gradleDependencyVersions = "0.52.0" gradleErrorProne = "4.1.0" gradleGraalVmNative = "0.10.5"