Skip to content

Commit 33893de

Browse files
chore(deps): bump com.vanniktech.maven.publish.base
Bumps [com.vanniktech.maven.publish.base](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.34.0 to 0.35.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.34.0...0.35.0) --- updated-dependencies: - dependency-name: com.vanniktech.maven.publish.base dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4d7bd44 commit 33893de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

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

1010
/* We have to use this 3rd party plugin for publishing to MavenCentral because as of AUG-2025 there is no official
1111
* plugin which supports publishing to MavenCentral Portal. */
12-
id "com.vanniktech.maven.publish.base" version "0.34.0"
12+
id "com.vanniktech.maven.publish.base" version "0.35.0"
1313
}
1414

1515
allprojects {

0 commit comments

Comments
 (0)