diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-03-24 08:03:19 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-24 08:03:19 +0530 |
commit | 7e4ebc0348ab49b6ebc00352af9ea78b57f041c9 (patch) | |
tree | 458a6ac39edfabee5d3e4a68a8dff3f860659dc8 /gradle | |
parent | 9351e795118d36a89613e5d9b163462b09121a23 (diff) |
fix(deps): update dependency com.vanniktech:gradle-maven-publish-plugin to v0.25.0 (#2434)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'gradle')
-rw-r--r-- | gradle/libs.versions.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index bd485748..680f2c4e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -41,7 +41,7 @@ build-diffutils = "io.github.java-diff-utils:java-diff-utils:4.12" build-download = "de.undercouch:gradle-download-task:5.4.0" build-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" } build-ktfmt = "com.facebook:ktfmt:0.43" -build-mavenpublish = "com.vanniktech:gradle-maven-publish-plugin:0.24.0" +build-mavenpublish = "com.vanniktech:gradle-maven-publish-plugin:0.25.0" build-metalava = "me.tylerbwong.gradle.metalava:plugin:0.3.3" build-okhttp = "com.squareup.okhttp3:okhttp:4.10.0" build-r8 = "com.android.tools:r8:8.0.34" |