From 0cddc52e26d865071bbbe81fde2060c6571ee7d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 16:51:45 +0000 Subject: [PATCH] Bump com.vanniktech.maven.publish from 0.25.2 to 0.25.3 Bumps [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.25.2 to 0.25.3. - [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](https://github.com/vanniktech/gradle-maven-publish-plugin/compare/0.25.2...0.25.3) --- updated-dependencies: - dependency-name: com.vanniktech.maven.publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7af6ec2..15f236e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ moshi = "1.15.0" detekt = { id = "io.gitlab.arturbosch.detekt", version = "1.23.0" } dokka = { id = "org.jetbrains.dokka", version = "1.8.20" } lint = { id = "com.android.lint", version = "8.0.2" } -mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.25.2" } +mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.25.3" } moshix = { id = "dev.zacsweers.moshix", version.ref = "moshix" } kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } spotless = { id = "com.diffplug.spotless", version = "6.19.0" }