Skip to content

Commit 0db165a

Browse files
author
Bartosz Litwiniuk
committed
Bump all of the dependencies of backtrace-library, coroner-client, app
1 parent 60bfd79 commit 0db165a

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

backtrace-library/build.gradle

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,23 +75,21 @@ android {
7575
}
7676

7777
dependencies {
78-
implementation fileTree(dir: 'libs', include: ['*.jar'])
79-
implementation 'com.google.code.gson:gson:2.11.0'
78+
implementation 'com.google.code.gson:gson:2.12.1'
8079
implementation 'androidx.appcompat:appcompat:1.6.1'
8180
implementation 'com.squareup:tape:1.2.3'
8281
testImplementation 'junit:junit:4.13.2'
83-
testImplementation "org.mockito:mockito-core:5.12.0"
82+
testImplementation "org.mockito:mockito-core:5.16.0"
8483
testImplementation 'org.json:json:20240303'
85-
androidTestImplementation "org.mockito:mockito-android:5.12.0"
86-
androidTestImplementation 'net.jodah:concurrentunit:0.4.4'
84+
androidTestImplementation "org.mockito:mockito-android:5.16.0"
85+
androidTestImplementation 'net.jodah:concurrentunit:0.4.6'
8786
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
8887
androidTestImplementation 'androidx.test:rules:1.6.1'
8988
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
9089
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
9190
testImplementation "com.google.guava:guava:33.3.1-jre"
92-
androidTestImplementation 'org.mockito:mockito-core:5.12.0'
93-
androidTestImplementation "org.mockito:mockito-android:5.12.0"
94-
91+
androidTestImplementation 'org.mockito:mockito-core:5.16.0'
92+
androidTestImplementation "org.mockito:mockito-android:5.16.0"
9593
}
9694

9795
apply from: 'publish.gradle'

coroner-client/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ java {
99

1010
dependencies {
1111
implementation fileTree(dir: 'libs', include: ['*.jar'])
12-
implementation 'com.google.code.gson:gson:2.11.0'
12+
implementation 'com.google.code.gson:gson:2.12.1'
1313
testImplementation 'junit:junit:4.13.2'
14-
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.12.0'
14+
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.16.0'
1515
}

example-app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ dependencies {
6767
testImplementation 'junit:junit:4.13.2'
6868
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
6969
androidTestImplementation 'androidx.test:rules:1.6.1'
70-
androidTestImplementation 'net.jodah:concurrentunit:0.4.4'
70+
androidTestImplementation 'net.jodah:concurrentunit:0.4.6'
7171
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
7272
implementation project(':backtrace-library')
7373
androidTestImplementation project(path: ':coroner-client')

0 commit comments

Comments
 (0)