From a324f1a6790b8ba01d1414650ac8ae57ab62c46d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 19:17:48 +0000 Subject: [PATCH] Bump the production-dependencies group across 1 directory with 7 updates Bumps the production-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | com.android.tools.build:gradle | `8.5.2` | `8.7.1` | | androidx.lifecycle:lifecycle-runtime-ktx | `2.8.4` | `2.8.6` | | androidx.activity:activity-compose | `1.9.1` | `1.9.2` | | androidx.compose:compose-bom | `2024.06.00` | `2024.09.03` | | androidx.test:runner | `1.6.1` | `1.6.2` | | [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.12.0` | `5.14.1` | | [org.mockito:mockito-android](https://github.com/mockito/mockito) | `5.12.0` | `5.14.1` | Updates `com.android.tools.build:gradle` from 8.5.2 to 8.7.1 Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.8.4 to 2.8.6 Updates `androidx.activity:activity-compose` from 1.9.1 to 1.9.2 Updates `androidx.compose:compose-bom` from 2024.06.00 to 2024.09.03 Updates `androidx.test:runner` from 1.6.1 to 1.6.2 Updates `org.mockito:mockito-core` from 5.12.0 to 5.14.1 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.12.0...v5.14.1) Updates `org.mockito:mockito-android` from 5.12.0 to 5.14.1 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.12.0...v5.14.1) Updates `org.mockito:mockito-android` from 5.12.0 to 5.14.1 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.12.0...v5.14.1) --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: androidx.activity:activity-compose dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: androidx.compose:compose-bom dependency-type: direct:production dependency-group: production-dependencies - dependency-name: androidx.test:runner dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: org.mockito:mockito-android dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: org.mockito:mockito-android dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- app/build.gradle | 8 ++++---- build.gradle | 4 ++-- photomanipulator/build.gradle | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 76dbf99..f1e8f13 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -49,9 +49,9 @@ android { dependencies { implementation 'androidx.core:core-ktx:1.13.1' - implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.4' - implementation 'androidx.activity:activity-compose:1.9.1' - implementation platform('androidx.compose:compose-bom:2024.06.00') + implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.6' + implementation 'androidx.activity:activity-compose:1.9.2' + implementation platform('androidx.compose:compose-bom:2024.09.03') implementation 'androidx.compose.ui:ui' implementation 'androidx.compose.ui:ui-graphics' implementation 'androidx.compose.ui:ui-tooling-preview' @@ -59,7 +59,7 @@ dependencies { testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' - androidTestImplementation platform('androidx.compose:compose-bom:2024.06.00') + androidTestImplementation platform('androidx.compose:compose-bom:2024.09.03') androidTestImplementation 'androidx.compose.ui:ui-test-junit4' debugImplementation 'androidx.compose.ui:ui-tooling' debugImplementation 'androidx.compose.ui:ui-test-manifest' diff --git a/build.gradle b/build.gradle index 985800a..43be6ec 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'io.github.gradle-nexus.publish-plugin' buildscript { ext.kotlin_version = '1.9.24' - ext.mockito_version = '5.12.0' + ext.mockito_version = '5.14.1' ext.androidJunit5Version = '1.4.2.1' ext.junitJupiterVersion = "5.4.2" ext.junitVintageVersion = "5.4.2" @@ -14,7 +14,7 @@ buildscript { maven { url 'https://plugins.gradle.org/m2/' } } dependencies { - classpath 'com.android.tools.build:gradle:8.5.2' + classpath 'com.android.tools.build:gradle:8.7.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath 'io.github.gradle-nexus:publish-plugin:2.0.0' classpath 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:5.1.0.4882' diff --git a/photomanipulator/build.gradle b/photomanipulator/build.gradle index 98d822c..843761e 100644 --- a/photomanipulator/build.gradle +++ b/photomanipulator/build.gradle @@ -91,7 +91,7 @@ dependencies { testImplementation 'org.hamcrest:hamcrest-library:3.0' testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test:runner:1.6.1' + androidTestImplementation 'androidx.test:runner:1.6.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' androidTestImplementation 'androidx.test:core:1.6.1' androidTestImplementation 'androidx.test.ext:junit:1.2.1'