From a0c87b17db44c3a97142e0903c33875faa8adb3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 08:04:35 +0000 Subject: [PATCH] build(deps): bump com.vanniktech.maven.publish from 0.33.0 to 0.37.0 Bumps [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.33.0 to 0.37.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.37.0) --- updated-dependencies: - dependency-name: com.vanniktech.maven.publish dependency-version: 0.37.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 32361cf83f..881745a4ae 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ r8 = "9.1.31" smali = "b6365a84f4" # https://github.com/google/smali/issues/100 xmlpull = "1.1.3.1" xmlunit = "2.12.0" -maven-publish = "0.33.0" +maven-publish = "0.37.0" [libraries] baksmali = { module = "com.github.iBotPeaches.smali:smali-baksmali", version.ref = "baksmali" }