Skip to content

Commit

Permalink
Update plugin com.gradle.develocity to v3.19 (#4809)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| com.gradle.develocity | `3.18.2` -> `3.19` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.gradle.develocity:com.gradle.develocity.gradle.plugin/3.19?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.gradle.develocity:com.gradle.develocity.gradle.plugin/3.19?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.gradle.develocity:com.gradle.develocity.gradle.plugin/3.18.2/3.19?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.gradle.develocity:com.gradle.develocity.gradle.plugin/3.18.2/3.19?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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/tuskyapp/Tusky).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 22, 2024
1 parent 043f88b commit 3610b7a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10170,6 +10170,14 @@
<sha256 value="c8689b15d3fafbe7e143fa399e1bcce99bac7b10966a052e133fbfca6bbc02d9" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.gradle" name="develocity-gradle-plugin" version="3.19">
<artifact name="develocity-gradle-plugin-3.19.jar">
<sha256 value="2d4cddc4cb19dba6badc669e22f01b225ab30022fc9b8238d5ad86f308c8bb91" origin="Generated by Gradle"/>
</artifact>
<artifact name="develocity-gradle-plugin-3.19.module">
<sha256 value="ac2318c8250f4dda48e71fe329bf7e59f6230df4ba95f697a9a868dd978a09b3" 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"/>
Expand Down Expand Up @@ -10200,6 +10208,11 @@
<sha256 value="0095b536e4c60a1325946ccdb1a9fbbb97249df276d89bb0eb1ba698a8a64f3f" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.gradle.develocity" name="com.gradle.develocity.gradle.plugin" version="3.19">
<artifact name="com.gradle.develocity.gradle.plugin-3.19.pom">
<sha256 value="de27ff68a9ddb9d5595b94016bf4b06145707127d4aae5777b37a605ee85a11c" 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"/>
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pluginManagement {
}

plugins {
id 'com.gradle.develocity' version '3.18.2'
id 'com.gradle.develocity' version '3.19'
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.9.0'
}

Expand Down

0 comments on commit 3610b7a

Please sign in to comment.