Update plugin com.gradle.develocity to v3.17.5 (#4508)

[![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.4` -> `3.17.5` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.gradle.develocity/3.17.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.gradle.develocity/3.17.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.gradle.develocity/3.17.4/3.17.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.gradle.develocity/3.17.4/3.17.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/tuskyapp/Tusky).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-06-13 18:42:34 +02:00 committed by GitHub
parent bc057614ce
commit d8b1b1fe3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 17 additions and 1 deletions

View File

@ -2718,11 +2718,24 @@
<sha256 value="c2bce4ef3437b8cb31b5b00066094c67e33274dd846a17329dc4d5ceadcad56c" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.gradle" name="develocity-gradle-plugin" version="3.17.5">
<artifact name="develocity-gradle-plugin-3.17.5.jar">
<sha256 value="f92605eca13dc00ad8cb3c0d0317bdb7ad410bbce4cdfebf11a451f6a65a7040" origin="Generated by Gradle"/>
</artifact>
<artifact name="develocity-gradle-plugin-3.17.5.module">
<sha256 value="6a7182b1f298153cf2efdec39f3ecd3014624f76d4872a78b180c1f0ea363484" 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"/>
</artifact>
</component>
<component group="com.gradle.develocity" name="com.gradle.develocity.gradle.plugin" version="3.17.5">
<artifact name="com.gradle.develocity.gradle.plugin-3.17.5.pom">
<sha256 value="eaa04ccc3e8bdc4f96e53737e529e914fee8892b0a1c3d3e5162d47549fa58a1" 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"/>
@ -4131,6 +4144,9 @@
</artifact>
</component>
<component group="org.jetbrains.kotlin" name="kotlin-native-prebuilt" version="2.0.0">
<artifact name="kotlin-native-prebuilt-2.0.0-linux-x86_64.tar.gz">
<sha256 value="1c1e18487ffcee3c19a1ca6500dd6589efdae844bade5ec071fbeca801292aa3" origin="Generated by Gradle"/>
</artifact>
<artifact name="kotlin-native-prebuilt-2.0.0-macos-aarch64.tar.gz">
<sha256 value="d60bea435a0b23fd1bb1b4ad6ae50c778b52cf300cb3421471b252e44bf184c5" origin="Generated by Gradle"/>
</artifact>

View File

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