Skip to content

Commit a3d4557

Browse files
Update plugin com.github.ben-manes.versions to v0.42.0 (#959)
[![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.github.ben-manes.versions | `0.41.0` -> `0.42.0` | [![age](https://badges.renovateapi.com/packages/maven/com.github.ben-manes.versions/0.42.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.github.ben-manes.versions/0.42.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.github.ben-manes.versions/0.42.0/compatibility-slim/0.41.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.github.ben-manes.versions/0.42.0/confidence-slim/0.41.0)](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, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/android/compose-samples). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjMyLjE3My4wIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5bc3451 commit a3d4557

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

Crane/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ subprojects {
5050
}
5151
}
5252
plugins {
53-
id("com.github.ben-manes.versions") version "0.41.0"
53+
id("com.github.ben-manes.versions") version "0.42.0"
5454
id("nl.littlerobots.version-catalog-update") version "0.6.0"
5555
}
5656

JetNews/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ subprojects {
4949
}
5050

5151
plugins {
52-
id("com.github.ben-manes.versions") version "0.41.0"
52+
id("com.github.ben-manes.versions") version "0.42.0"
5353
id("nl.littlerobots.version-catalog-update") version "0.6.0"
5454
}
5555

Jetcaster/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ subprojects {
4949
}
5050

5151
plugins {
52-
id("com.github.ben-manes.versions") version "0.41.0"
52+
id("com.github.ben-manes.versions") version "0.42.0"
5353
id("nl.littlerobots.version-catalog-update") version "0.6.0"
5454
}
5555

Jetchat/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ subprojects {
4949
}
5050

5151
plugins {
52-
id("com.github.ben-manes.versions") version "0.41.0"
52+
id("com.github.ben-manes.versions") version "0.42.0"
5353
id("nl.littlerobots.version-catalog-update") version "0.6.0"
5454
}
5555

Jetsnack/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ subprojects {
4949
}
5050

5151
plugins {
52-
id("com.github.ben-manes.versions") version "0.41.0"
52+
id("com.github.ben-manes.versions") version "0.42.0"
5353
id("nl.littlerobots.version-catalog-update") version "0.6.0"
5454
}
5555

Jetsurvey/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ subprojects {
5050
}
5151

5252
plugins {
53-
id("com.github.ben-manes.versions") version "0.41.0"
53+
id("com.github.ben-manes.versions") version "0.42.0"
5454
id("nl.littlerobots.version-catalog-update") version "0.6.0"
5555
}
5656

Owl/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ subprojects {
4949
}
5050

5151
plugins {
52-
id("com.github.ben-manes.versions") version "0.41.0"
52+
id("com.github.ben-manes.versions") version "0.42.0"
5353
id("nl.littlerobots.version-catalog-update") version "0.6.0"
5454
}
5555

Reply/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ subprojects {
4949
}
5050

5151
plugins {
52-
id("com.github.ben-manes.versions") version "0.41.0"
52+
id("com.github.ben-manes.versions") version "0.42.0"
5353
id("nl.littlerobots.version-catalog-update") version "0.6.0"
5454
}
5555

0 commit comments

Comments
 (0)