Skip to content

Commit d3ea940

Browse files
build(deps): bump the production-dependencies group across 1 directory with 9 updates
Bumps the production-dependencies group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | com.android.tools.build:gradle | `8.10.0` | `8.13.0` | | [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) | `2.1.21` | `2.2.10` | | [org.jetbrains.kotlin:kotlin-stdlib-jdk7](https://github.com/JetBrains/kotlin) | `2.1.21` | `2.2.10` | | androidx.core:core-ktx | `1.16.0` | `1.17.0` | | [com.google.android.material:material](https://github.com/material-components/material-components-android) | `1.12.0` | `1.13.0` | | androidx.lifecycle:lifecycle-viewmodel-ktx | `2.9.0` | `2.9.3` | | androidx.test:core-ktx | `1.6.1` | `1.7.0` | | [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.18.0` | `5.19.0` | | [org.robolectric:robolectric](https://github.com/robolectric/robolectric) | `4.14.1` | `4.16` | Updates `com.android.tools.build:gradle` from 8.10.0 to 8.13.0 Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.1.21 to 2.2.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.21...v2.2.10) Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk7` from 2.1.21 to 2.2.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.21...v2.2.10) Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk7` from 2.1.21 to 2.2.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.21...v2.2.10) Updates `androidx.core:core-ktx` from 1.16.0 to 1.17.0 Updates `com.google.android.material:material` from 1.12.0 to 1.13.0 - [Release notes](https://github.com/material-components/material-components-android/releases) - [Commits](material-components/material-components-android@1.12.0...1.13.0) Updates `androidx.lifecycle:lifecycle-viewmodel-ktx` from 2.9.0 to 2.9.3 Updates `androidx.test:core-ktx` from 1.6.1 to 1.7.0 Updates `org.mockito:mockito-core` from 5.18.0 to 5.19.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.18.0...v5.19.0) Updates `org.robolectric:robolectric` from 4.14.1 to 4.16 - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](robolectric/robolectric@robolectric-4.14.1...robolectric-4.16) --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-version: 8.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-version: 2.2.10 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk7 dependency-version: 2.2.10 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk7 dependency-version: 2.2.10 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: androidx.core:core-ktx dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: com.google.android.material:material dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: androidx.lifecycle:lifecycle-viewmodel-ktx dependency-version: 2.9.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: androidx.test:core-ktx dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: org.mockito:mockito-core dependency-version: 5.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: org.robolectric:robolectric dependency-version: '4.16' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b5b86ac commit d3ea940

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

app/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,17 @@ dependencies {
4747
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
4848

4949
// Dependencies
50-
implementation 'androidx.core:core-ktx:1.16.0'
50+
implementation 'androidx.core:core-ktx:1.17.0'
5151
implementation 'androidx.preference:preference-ktx:1.2.1'
52-
implementation 'com.google.android.material:material:1.12.0'
53-
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.0"
52+
implementation 'com.google.android.material:material:1.13.0'
53+
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0"
5454

5555

5656
// Tests
57-
testImplementation 'androidx.test:core-ktx:1.6.1'
57+
testImplementation 'androidx.test:core-ktx:1.7.0'
5858
testImplementation 'junit:junit:4.13.2'
59-
testImplementation 'org.mockito:mockito-core:5.18.0'
60-
testImplementation "org.robolectric:robolectric:4.14.1"
59+
testImplementation 'org.mockito:mockito-core:5.21.0'
60+
testImplementation "org.robolectric:robolectric:4.16"
6161
}
6262

6363
repositories {

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '2.1.21'
4+
ext.kotlin_version = '2.2.21'
55
repositories {
66
google()
77
mavenCentral()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:8.10.0'
10+
classpath 'com.android.tools.build:gradle:8.13.2'
1111
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1212

1313
// NOTE: Do not place your application dependencies here; they belong

0 commit comments

Comments
 (0)