File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed
firebase-inappmessaging-display Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,6 @@ dependencies {
94
94
androidTestImplementation ' androidx.test.ext:junit:1.1.2'
95
95
androidTestImplementation " com.google.truth:truth:$googleTruthVersion "
96
96
androidTestImplementation ' org.mockito:mockito-core:2.25.0'
97
- androidTestImplementation ' com.linkedin.dexmaker:dexmaker:2.25.0 '
98
- androidTestImplementation ' com.linkedin.dexmaker:dexmaker-mockito:2.25.0 '
97
+ androidTestImplementation ' com.linkedin.dexmaker:dexmaker:2.28.1 '
98
+ androidTestImplementation ' com.linkedin.dexmaker:dexmaker-mockito:2.28.1 '
99
99
}
Original file line number Diff line number Diff line change @@ -74,8 +74,8 @@ dependencies {
74
74
androidTestImplementation ' org.mockito:mockito-core:2.25.0'
75
75
androidTestImplementation ' com.google.truth:truth:0.44'
76
76
77
- androidTestImplementation ' com.linkedin.dexmaker:dexmaker:2.25.0 '
78
- androidTestImplementation ' com.linkedin.dexmaker:dexmaker-mockito:2.25.0 '
77
+ androidTestImplementation ' com.linkedin.dexmaker:dexmaker:2.28.1 '
78
+ androidTestImplementation ' com.linkedin.dexmaker:dexmaker-mockito:2.28.1 '
79
79
androidTestImplementation ' junit:junit:4.12'
80
80
androidTestImplementation " org.skyscreamer:jsonassert:1.5.0"
81
81
}
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ dependencies {
126
126
androidTestImplementation ' androidx.test:runner:1.4.0'
127
127
androidTestImplementation ' androidx.test:core:1.4.0'
128
128
androidTestImplementation ' org.mockito:mockito-core:3.4.3'
129
- androidTestImplementation ' com.linkedin.dexmaker:dexmaker:2.25.0 '
130
- androidTestImplementation ' com.linkedin.dexmaker:dexmaker-mockito:2.25.0 '
129
+ androidTestImplementation ' com.linkedin.dexmaker:dexmaker:2.28.1 '
130
+ androidTestImplementation ' com.linkedin.dexmaker:dexmaker-mockito:2.28.1 '
131
131
androidTestImplementation " com.google.protobuf:protobuf-javalite:$javaliteVersion "
132
132
}
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ dependencies {
90
90
androidTestImplementation ' androidx.test.ext:junit:1.1.3'
91
91
androidTestImplementation ' org.mockito:mockito-core:3.4.3'
92
92
androidTestImplementation " com.google.truth:truth:$googleTruthVersion "
93
- androidTestImplementation ' com.linkedin.dexmaker:dexmaker:2.25.0 '
94
- androidTestImplementation ' com.linkedin.dexmaker:dexmaker-mockito:2.25.0 '
93
+ androidTestImplementation ' com.linkedin.dexmaker:dexmaker:2.28.1 '
94
+ androidTestImplementation ' com.linkedin.dexmaker:dexmaker-mockito:2.28.1 '
95
95
androidTestImplementation ' com.google.protobuf:protobuf-java:3.14.0'
96
96
}
Original file line number Diff line number Diff line change @@ -77,8 +77,8 @@ dependencies {
77
77
androidTestImplementation ' androidx.test:runner:1.3.0'
78
78
androidTestImplementation ' androidx.test.ext:junit:1.1.2'
79
79
androidTestImplementation ' org.mockito:mockito-core:2.25.0'
80
- androidTestImplementation ' com.linkedin.dexmaker:dexmaker:2.25.0 '
81
- androidTestImplementation ' com.linkedin.dexmaker:dexmaker-mockito:2.25.0 '
80
+ androidTestImplementation ' com.linkedin.dexmaker:dexmaker:2.28.1 '
81
+ androidTestImplementation ' com.linkedin.dexmaker:dexmaker-mockito:2.28.1 '
82
82
83
83
testImplementation ' junit:junit:4.12'
84
84
testImplementation ' org.mockito:mockito-core:2.25.0'
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ dependencies {
106
106
107
107
androidTestImplementation " org.mockito:mockito-core:2.25.0"
108
108
androidTestImplementation " com.google.dexmaker:dexmaker:1.2"
109
- androidTestImplementation " com.linkedin.dexmaker:dexmaker-mockito:2.25.0 "
109
+ androidTestImplementation " com.linkedin.dexmaker:dexmaker-mockito:2.28.1 "
110
110
androidTestImplementation ' androidx.annotation:annotation:1.1.0'
111
111
androidTestImplementation ' androidx.test:runner:1.2.0'
112
112
androidTestImplementation ' androidx.test:rules:1.2.0'
Original file line number Diff line number Diff line change @@ -161,8 +161,8 @@ dependencies {
161
161
androidTestImplementation ' org.mockito:mockito-core:2.25.0'
162
162
androidTestImplementation ' org.awaitility:awaitility:3.1.0'
163
163
androidTestImplementation " io.grpc:grpc-testing:$grpcVersion "
164
- androidTestImplementation ' com.linkedin.dexmaker:dexmaker:2.25.0 '
165
- androidTestImplementation ' com.linkedin.dexmaker:dexmaker-mockito:2.25.0 '
164
+ androidTestImplementation ' com.linkedin.dexmaker:dexmaker:2.28.1 '
165
+ androidTestImplementation ' com.linkedin.dexmaker:dexmaker-mockito:2.28.1 '
166
166
167
167
androidTestAnnotationProcessor ' com.google.dagger:dagger-compiler:2.27'
168
168
}
You can’t perform that action at this time.
0 commit comments