From e6a3fc1046af0b2c82f237e0a1f17a36c3db79ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 17:44:19 +0000 Subject: [PATCH] deps(deps): bump the build-tooling group across 1 directory with 7 updates Bumps the build-tooling group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | pl.allegro.tech.build.axion-release:pl.allegro.tech.build.axion-release.gradle.plugin | `1.21.1` | `1.21.2` | | pl.allegro.tech.build.axion-release | `1.21.1` | `1.21.2` | | [com.vanniktech:gradle-maven-publish-plugin](https://github.com/vanniktech/gradle-maven-publish-plugin) | `0.36.0` | `0.37.0` | | com.android.tools.build:gradle | `9.2.1` | `9.3.1` | | com.android.application | `9.2.1` | `9.3.1` | | com.android.library | `9.2.1` | `9.3.1` | | com.diffplug.spotless | `8.4.0` | `8.8.0` | Updates `pl.allegro.tech.build.axion-release:pl.allegro.tech.build.axion-release.gradle.plugin` from 1.21.1 to 1.21.2 Updates `pl.allegro.tech.build.axion-release` from 1.21.1 to 1.21.2 Updates `com.vanniktech:gradle-maven-publish-plugin` from 0.36.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.36.0...0.37.0) Updates `com.android.tools.build:gradle` from 9.2.1 to 9.3.1 Updates `com.android.application` from 9.2.1 to 9.3.1 Updates `com.android.library` from 9.2.1 to 9.3.1 Updates `com.android.library` from 9.2.1 to 9.3.1 Updates `pl.allegro.tech.build.axion-release` from 1.21.1 to 1.21.2 Updates `com.diffplug.spotless` from 8.4.0 to 8.8.0 --- updated-dependencies: - dependency-name: com.android.application dependency-version: 9.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-tooling - dependency-name: com.android.library dependency-version: 9.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-tooling - dependency-name: com.android.library dependency-version: 9.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-tooling - dependency-name: com.android.tools.build:gradle dependency-version: 9.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-tooling - dependency-name: com.diffplug.spotless dependency-version: 8.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-tooling - dependency-name: com.vanniktech:gradle-maven-publish-plugin dependency-version: 0.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-tooling - dependency-name: pl.allegro.tech.build.axion-release dependency-version: 1.21.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-tooling - dependency-name: pl.allegro.tech.build.axion-release dependency-version: 1.21.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-tooling - dependency-name: pl.allegro.tech.build.axion-release:pl.allegro.tech.build.axion-release.gradle.plugin dependency-version: 1.21.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-tooling ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4cc58d7..79d5b13 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,11 +1,11 @@ [versions] -androidGradlePlugin = "9.2.1" +androidGradlePlugin = "9.3.1" androidxActivity = "1.13.0" androidxAppCompat = "1.7.1" androidxBenchmark = "1.4.1" androidxCore = "1.19.0" androidx-collections = "1.6.0" -axion-release = "1.21.1" +axion-release = "1.21.2" dokka = "2.2.0" composeMultiplatform = "1.11.0" composeMultiplatformMaterialIcons = "1.7.3" @@ -19,11 +19,11 @@ googleMaterial = "1.14.0" tunjidMutator = "2.0.0" tunjidTreeNav = "0.0.57" turbine = "1.2.1" -mavenPublish = "0.36.0" +mavenPublish = "0.37.0" navigationEventComposeMultiplatform = "1.1.0" navigation3Multiplatform = "1.1.1" savedstateMultiplatform = "1.4.0" -spotless = "8.4.0" +spotless = "8.8.0" [libraries] android-gradlePlugin = { group = "com.android.tools.build", name = "gradle", version.ref = "androidGradlePlugin" }