Skip to content

Commit

Permalink
Bump com.vanniktech.maven.publish from 0.25.3 to 0.29.0
Browse files Browse the repository at this point in the history
Bumps [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.25.3 to 0.29.0.
- [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases)
- [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md)
- [Commits](vanniktech/gradle-maven-publish-plugin@0.25.3...0.29.0)

---
updated-dependencies:
- dependency-name: com.vanniktech.maven.publish
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 31, 2024
1 parent 453e410 commit 03eb267
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id 'org.jetbrains.kotlin.jvm' version '2.0.0'
id 'org.jetbrains.dokka' version '1.9.20' apply false
id 'org.jlleitschuh.gradle.ktlint' version '11.6.1' apply false
id 'com.vanniktech.maven.publish' version '0.25.3' apply false
id 'com.vanniktech.maven.publish' version '0.29.0' apply false
id 'com.gradle.plugin-publish' version '0.21.0' apply false
id 'com.github.ben-manes.versions' version '0.51.0'
id 'java-gradle-plugin'
Expand Down
2 changes: 1 addition & 1 deletion gradle-spoon-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'org.jetbrains.kotlin.jvm' version '2.0.0'
id 'org.jetbrains.dokka' version '1.9.20'
id 'org.jlleitschuh.gradle.ktlint' version '11.6.1'
id 'com.vanniktech.maven.publish' version '0.25.3'
id 'com.vanniktech.maven.publish' version '0.29.0'
id 'com.gradle.plugin-publish' version '0.21.0'
id 'java-gradle-plugin'
id 'java-library'
Expand Down

0 comments on commit 03eb267

Please sign in to comment.