summaryrefslogtreecommitdiff
path: root/gradle/libs.versions.toml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-12-29 19:51:05 +0530
committerGitHub <noreply@github.com>2022-12-29 19:51:05 +0530
commitfe1518dfe34d88ce8374c571e03e2c977a91eb87 (patch)
tree578370123531229937009cf7d51b6ee1ea862db4 /gradle/libs.versions.toml
parent8a579970e19c6865a8c0cfad085288bbcea9abd4 (diff)
fix(deps): update dependency com.vanniktech:gradle-maven-publish-plugin to v0.23.0 (#2313)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'gradle/libs.versions.toml')
-rw-r--r--gradle/libs.versions.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 384969b0..d0a2a618 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -42,7 +42,7 @@ build-diffutils = "io.github.java-diff-utils:java-diff-utils:4.12"
build-download = "de.undercouch:gradle-download-task:5.3.0"
build-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
build-ktfmt = "com.facebook:ktfmt:0.42"
-build-mavenpublish = "com.vanniktech:gradle-maven-publish-plugin:0.22.0"
+build-mavenpublish = "com.vanniktech:gradle-maven-publish-plugin:0.23.0"
build-metalava = "me.tylerbwong.gradle.metalava:plugin:0.3.2"
build-okhttp = "com.squareup.okhttp3:okhttp:4.10.0"
build-r8 = "com.android.tools:r8:4.0.18-dev"