Skip to content

Commit fde2d3c

Browse files
Merge pull request #170 from backtrace-labs/bump-dependencies
Bump versions of all dependencies (gson, mockito, concurrentunit) in backtrace-library, coroner-client, app
2 parents 5a3ee8c + f0e0188 commit fde2d3c

File tree

3 files changed

+9
-12
lines changed

3 files changed

+9
-12
lines changed

backtrace-library/build.gradle

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -75,23 +75,20 @@ 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+
testImplementation "com.google.guava:guava:33.3.1-jre"
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'
91-
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-
90+
androidTestImplementation 'org.mockito:mockito-core:5.16.0'
91+
androidTestImplementation "org.mockito:mockito-android:5.16.0"
9592
}
9693

9794
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)