Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #130 from bitfunk/renovate/plugin-mavenpublish
Browse files Browse the repository at this point in the history
Update plugin.mavenPublish to v0.25.3 (minor)
  • Loading branch information
wmontwe authored Sep 9, 2023
2 parents b88ae0f + 73aa55a commit 32cb795
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions plugin-development/gradle-plugin-convention/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected])

### Bumped

- MavenPublish 0.24.0 -> 0.25.3

## [0.2.1](https://github.com/bitfunk/gradle-plugins/releases/tag/[email protected])

See [changeset](https://github.com/bitfunk/gradle-plugins/compare/[email protected]@v0.2.1)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.3"
plugin-versionCatalogAccessor = "0.2.0"

[libraries]
Expand Down
4 changes: 4 additions & 0 deletions plugin-development/gradle-test-util/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected])

### Bumped

- MavenPublish 0.24.0 -> 0.25.3

## [0.2.0](https://github.com/bitfunk/gradle-plugins/releases/tag/[email protected])

See [changeset](https://github.com/bitfunk/gradle-plugins/compare/[email protected]@v0.2.0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.3"

[libraries]
test-jUnit5 = { module = "org.junit.jupiter:junit-jupiter", version.ref = "test-jUnit5" }
Expand Down

0 comments on commit 32cb795

Please sign in to comment.