From c1b5c5f6bf6867fb4e9501f6a53816757a0e1815 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 01:00:35 +0000 Subject: [PATCH] chore(deps): bump com.vanniktech.maven.publish from 0.20.0 to 0.23.2 Bumps [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.20.0 to 0.23.2. - [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.20.0...0.23.2) --- updated-dependencies: - dependency-name: com.vanniktech.maven.publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index a228f0e..53e7429 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -21,7 +21,7 @@ plugins { id("io.gitlab.arturbosch.detekt") version "1.17.1" id("com.vanniktech.android.junit.jacoco") version "0.16.0" - id("com.vanniktech.maven.publish") version "0.20.0" apply false + id("com.vanniktech.maven.publish") version "0.23.2" apply false } repositories {