From 95692be16f436a65e7881a143307e95d669bb99c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 00:19:36 +0000 Subject: [PATCH] build(deps): bump the all-dependencies group across 1 directory with 8 updates Bumps the all-dependencies group with 8 updates in the /oss-licenses-plugin/testapp directory: | Package | From | To | | --- | --- | --- | | [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `4.35.1` | `4.36.0` | | [com.google.guava:guava](https://github.com/google/guava) | `33.6.0-jre` | `33.7.1-jre` | | [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) | `2.4.0` | `2.4.10` | | androidx.appcompat:appcompat | `1.7.1` | `1.8.0` | | androidx.compose:compose-bom | `2026.06.00` | `2026.08.00` | | com.android.application | `9.2.1` | `9.3.2` | | [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) | `2.4.0` | `2.4.10` | | [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin) | `2.4.0` | `2.4.10` | Updates `com.google.protobuf:protobuf-java` from 4.35.1 to 4.36.0 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `com.google.guava:guava` from 33.6.0-jre to 33.7.1-jre - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Updates `org.jetbrains.kotlin.jvm` from 2.4.0 to 2.4.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.4.0...v2.4.10) Updates `androidx.appcompat:appcompat` from 1.7.1 to 1.8.0 Updates `androidx.compose:compose-bom` from 2026.06.00 to 2026.08.00 Updates `com.android.application` from 9.2.1 to 9.3.2 Updates `org.jetbrains.kotlin.android` from 2.4.0 to 2.4.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.4.0...v2.4.10) Updates `org.jetbrains.kotlin.plugin.compose` from 2.4.0 to 2.4.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.4.0...v2.4.10) Updates `org.jetbrains.kotlin.plugin.compose` from 2.4.0 to 2.4.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.4.0...v2.4.10) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-version: 4.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: com.google.guava:guava dependency-version: 33.7.1-jre dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: org.jetbrains.kotlin.jvm dependency-version: 2.4.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: androidx.appcompat:appcompat dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: androidx.compose:compose-bom dependency-version: 2026.08.00 dependency-type: direct:production dependency-group: all-dependencies - dependency-name: com.android.application dependency-version: 9.3.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: org.jetbrains.kotlin.android dependency-version: 2.4.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: org.jetbrains.kotlin.plugin.compose dependency-version: 2.4.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: org.jetbrains.kotlin.plugin.compose dependency-version: 2.4.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- oss-licenses-plugin/build.gradle.kts | 6 +++--- oss-licenses-plugin/testapp/gradle/libs.versions.toml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/oss-licenses-plugin/build.gradle.kts b/oss-licenses-plugin/build.gradle.kts index ebb57977..5e329e87 100644 --- a/oss-licenses-plugin/build.gradle.kts +++ b/oss-licenses-plugin/build.gradle.kts @@ -20,7 +20,7 @@ import org.gradle.jvm.toolchain.JavaToolchainService plugins { id("groovy") id("java-gradle-plugin") - id("org.jetbrains.kotlin.jvm") version "2.4.0" + id("org.jetbrains.kotlin.jvm") version "2.4.10" id("com.gradle.plugin-publish") version "2.1.1" } @@ -56,11 +56,11 @@ dependencies { compileOnly("com.android.tools.build:gradle-api:9.2.1") implementation(gradleApi()) implementation(localGroovy()) - implementation("com.google.protobuf:protobuf-java:4.35.1") + implementation("com.google.protobuf:protobuf-java:4.36.0") testImplementation("junit:junit:4.13.2") testImplementation("org.mockito:mockito-core:5.23.0") - testImplementation("com.google.guava:guava:33.6.0-jre") + testImplementation("com.google.guava:guava:33.7.1-jre") testImplementation("com.google.truth:truth:1.4.5") testImplementation("com.google.code.gson:gson:2.14.0") testImplementation("com.android.tools.build:gradle:9.2.1") { diff --git a/oss-licenses-plugin/testapp/gradle/libs.versions.toml b/oss-licenses-plugin/testapp/gradle/libs.versions.toml index 3596dd9b..542dfaed 100644 --- a/oss-licenses-plugin/testapp/gradle/libs.versions.toml +++ b/oss-licenses-plugin/testapp/gradle/libs.versions.toml @@ -1,14 +1,14 @@ [versions] -agp = "9.2.1" +agp = "9.3.2" androidx-activity = "1.13.0" -androidx-appcompat = "1.7.1" -androidx-compose-bom = "2026.06.00" +androidx-appcompat = "1.8.0" +androidx-compose-bom = "2026.08.00" androidx-test = "1.7.0" androidx-test-espresso = "3.7.0" androidx-test-ext = "1.3.0" compileSdk = "36" junit = "4.13.2" -kotlin = "2.4.0" +kotlin = "2.4.10" minSdk = "24" oss-licenses-plugin = "+" oss-licenses-library = "+" # Always use the latest available