chore(deps): update plugin com.gradle.develocity to v3.18 (#4622)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| com.gradle.develocity | `3.17.6` -> `3.18` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.gradle.develocity/3.18?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.gradle.develocity/3.18?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.gradle.develocity/3.17.6/3.18?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.gradle.develocity/3.17.6/3.18?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job log](https://developer.mend.io/github/tuskyapp/Tusky).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-08-19 20:54:51 +02:00 committed by GitHub
parent 099638694e
commit 9c87af4dbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 14 additions and 1 deletions

View File

@ -5885,6 +5885,14 @@
<sha256 value="a856af3fd546e9caf3176f02849e29b649f2f6daa363b6556a9437c5e7f7d4e2" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.gradle" name="develocity-gradle-plugin" version="3.18">
<artifact name="develocity-gradle-plugin-3.18.jar">
<sha256 value="87100fa294347d4f32799b8bd720dd805bc95d50545badf901a0269e21e95053" origin="Generated by Gradle"/>
</artifact>
<artifact name="develocity-gradle-plugin-3.18.module">
<sha256 value="ffdec584ad7c7a77d9b6633e1fa8f9418c7c998cb625684849ec4c620e738f6a" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.gradle.develocity" name="com.gradle.develocity.gradle.plugin" version="3.17.4">
<artifact name="com.gradle.develocity.gradle.plugin-3.17.4.pom">
<sha256 value="e0032ae0d8d747734cbc55f81f49484ada02698067c5dda08a59ec2a7c6395b2" origin="Generated by Gradle"/>
@ -5900,6 +5908,11 @@
<sha256 value="1367bf3ce69aadcf21fdd901c24c24c2b2f0c8994ead97eb408a3001b6d08c44" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.gradle.develocity" name="com.gradle.develocity.gradle.plugin" version="3.18">
<artifact name="com.gradle.develocity.gradle.plugin-3.18.pom">
<sha256 value="5ae27444a368bf149ceb326c26697296c54e496a7f2feffaeedc7a97d44e97e3" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.ibm.icu" name="icu4j" version="74.2">
<artifact name="icu4j-74.2.jar">
<sha256 value="95c055080e14c093ebeeba5b733e1a1be7a4af5854668c774cedf070d4240e43" origin="Generated by Gradle"/>

View File

@ -11,7 +11,7 @@ pluginManagement {
}
plugins {
id 'com.gradle.develocity' version '3.17.6'
id 'com.gradle.develocity' version '3.18'
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
}