From 6f82eb631a0ccd8bd5b5d43d5c4c9b42084de106 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Feb 2026 22:25:30 +0000 Subject: [PATCH] build(deps): bump com.vanniktech.maven.publish from 0.33.0 to 0.36.0 Bumps [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.33.0 to 0.36.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](https://github.com/vanniktech/gradle-maven-publish-plugin/compare/0.33.0...0.36.0) --- updated-dependencies: - dependency-name: com.vanniktech.maven.publish dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 ec9cbe97f5..a4ef41fe16 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ r8 = "9.0.32" smali = "b6365a84f4" # https://github.com/google/smali/issues/100 xmlpull = "1.1.3.1" xmlunit = "2.11.0" -maven-publish = "0.33.0" +maven-publish = "0.36.0" [libraries] baksmali = { module = "com.github.iBotPeaches.smali:smali-baksmali", version.ref = "baksmali" }