From 27e02fbec8b1154fc3bafc331db1e587268a2dc1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 20:51:23 +0000 Subject: [PATCH 1/5] Update plugin-mavenPublish to v0.25.0 --- .../gradle/libs-plugin-convention.versions.toml | 2 +- .../gradle-test-util/gradle/libs-gradle-test-util.versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin-development/gradle-plugin-convention/gradle/libs-plugin-convention.versions.toml b/plugin-development/gradle-plugin-convention/gradle/libs-plugin-convention.versions.toml index 370f01444..f4b662a6a 100644 --- a/plugin-development/gradle-plugin-convention/gradle/libs-plugin-convention.versions.toml +++ b/plugin-development/gradle-plugin-convention/gradle/libs-plugin-convention.versions.toml @@ -7,7 +7,7 @@ test-jacoco = "0.8.8" test-gradleTestUtil = "0.2.0" plugin-kotlin-gradleDsl = "4.0.6" plugin-kotlin-binaryCompatibility = "0.13.0" -plugin-mavenPublish = "0.24.0" +plugin-mavenPublish = "0.25.0" plugin-versionCatalogAccessor = "0.2.0" [libraries] diff --git a/plugin-development/gradle-test-util/gradle/libs-gradle-test-util.versions.toml b/plugin-development/gradle-test-util/gradle/libs-gradle-test-util.versions.toml index c46bb7deb..c8dc6abdf 100644 --- a/plugin-development/gradle-test-util/gradle/libs-gradle-test-util.versions.toml +++ b/plugin-development/gradle-test-util/gradle/libs-gradle-test-util.versions.toml @@ -4,7 +4,7 @@ kotlin = "1.8.10" test-jUnit5 = "5.9.2" test-mockk = "1.13.4" plugin-kotlin-binaryCompatibility = "0.13.0" -plugin-mavenPublish = "0.24.0" +plugin-mavenPublish = "0.25.0" [libraries] test-jUnit5 = { module = "org.junit.jupiter:junit-jupiter", version.ref = "test-jUnit5" } From c4029349e445bae4034251ea30e11102c8233161 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolf-Martell=20Montw=C3=A9?= Date: Fri, 8 Sep 2023 22:03:39 +0000 Subject: [PATCH 2/5] Update CHANGELOG.md --- plugin-development/gradle-plugin-convention/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugin-development/gradle-plugin-convention/CHANGELOG.md b/plugin-development/gradle-plugin-convention/CHANGELOG.md index d9fb87b53..7b16e3c11 100644 --- a/plugin-development/gradle-plugin-convention/CHANGELOG.md +++ b/plugin-development/gradle-plugin-convention/CHANGELOG.md @@ -11,6 +11,10 @@ This project adheres to [semantic versioning](http://semver.org/spec/v2.0.0.html See [changeset](https://github.com/bitfunk/gradle-plugins/compare/plugin-dev-convention@v0.2.1...main) +### Bumped + +- MavenPublish 0.24.0 -> 0.25.3 + ## [0.2.1](https://github.com/bitfunk/gradle-plugins/releases/tag/plugin-dev-convention@v0.2.1) See [changeset](https://github.com/bitfunk/gradle-plugins/compare/plugin-dev-convention@v0.2.0...plugin-dev-convention@v0.2.1) From 7a59c2787c956f8ee7b75e05364863ee370e9946 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolf-Martell=20Montw=C3=A9?= Date: Fri, 8 Sep 2023 22:04:11 +0000 Subject: [PATCH 3/5] Update CHANGELOG.md --- plugin-development/gradle-test-util/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugin-development/gradle-test-util/CHANGELOG.md b/plugin-development/gradle-test-util/CHANGELOG.md index dcc4ce123..bef3755af 100644 --- a/plugin-development/gradle-test-util/CHANGELOG.md +++ b/plugin-development/gradle-test-util/CHANGELOG.md @@ -11,6 +11,10 @@ This project adheres to [semantic versioning](http://semver.org/spec/v2.0.0.html See [changeset](https://github.com/bitfunk/gradle-plugins/compare/gradle-dev-test-util@v0.2.0...main) +### Bumped + +- MavenPublish 0.24.0 -> 0.25.3 + ## [0.2.0](https://github.com/bitfunk/gradle-plugins/releases/tag/gradle-dev-test-util@v0.2.0) See [changeset](https://github.com/bitfunk/gradle-plugins/compare/gradle-dev-test-util@v0.1.1...gradle-dev-test-util@v0.2.0) From 3f5642cb7c0cf2400ee321b7dafd71a3a56d2d41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolf-Martell=20Montw=C3=A9?= Date: Fri, 8 Sep 2023 22:04:30 +0000 Subject: [PATCH 4/5] Update libs-gradle-test-util.versions.toml --- .../gradle-test-util/gradle/libs-gradle-test-util.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin-development/gradle-test-util/gradle/libs-gradle-test-util.versions.toml b/plugin-development/gradle-test-util/gradle/libs-gradle-test-util.versions.toml index c8dc6abdf..d72de7bc5 100644 --- a/plugin-development/gradle-test-util/gradle/libs-gradle-test-util.versions.toml +++ b/plugin-development/gradle-test-util/gradle/libs-gradle-test-util.versions.toml @@ -4,7 +4,7 @@ kotlin = "1.8.10" test-jUnit5 = "5.9.2" test-mockk = "1.13.4" plugin-kotlin-binaryCompatibility = "0.13.0" -plugin-mavenPublish = "0.25.0" +plugin-mavenPublish = "0.25.3" [libraries] test-jUnit5 = { module = "org.junit.jupiter:junit-jupiter", version.ref = "test-jUnit5" } From bbad564760ee9be9e94af48a97afcaeac092ca11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolf-Martell=20Montw=C3=A9?= Date: Fri, 8 Sep 2023 22:04:52 +0000 Subject: [PATCH 5/5] Update libs-plugin-convention.versions.toml --- .../gradle/libs-plugin-convention.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin-development/gradle-plugin-convention/gradle/libs-plugin-convention.versions.toml b/plugin-development/gradle-plugin-convention/gradle/libs-plugin-convention.versions.toml index f4b662a6a..54e1baeeb 100644 --- a/plugin-development/gradle-plugin-convention/gradle/libs-plugin-convention.versions.toml +++ b/plugin-development/gradle-plugin-convention/gradle/libs-plugin-convention.versions.toml @@ -7,7 +7,7 @@ test-jacoco = "0.8.8" test-gradleTestUtil = "0.2.0" plugin-kotlin-gradleDsl = "4.0.6" plugin-kotlin-binaryCompatibility = "0.13.0" -plugin-mavenPublish = "0.25.0" +plugin-mavenPublish = "0.25.3" plugin-versionCatalogAccessor = "0.2.0" [libraries]