Skip to content

Commit d8f47af

Browse files
fix(deps): update dependency com.vanniktech:gradle-maven-publish-plugin to v0.30.0 (#1000)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 501f084 commit d8f47af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-logic/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99

1010
dependencies {
1111
implementation("com.gradle.publish:plugin-publish-plugin:1.3.0")
12-
implementation("com.vanniktech:gradle-maven-publish-plugin:0.29.0")
12+
implementation("com.vanniktech:gradle-maven-publish-plugin:0.30.0")
1313
implementation("org.ajoberstar.git-publish:gradle-git-publish:4.2.2")
1414
implementation("com.github.node-gradle:gradle-node-plugin:7.1.0")
1515
}

0 commit comments

Comments
 (0)