You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jacksonVersion ="2.12.7"// Do not upgrade to 2.13.0 and above, as it introduced using an API not available in javax.xml.stream:stax-api:1.0-2. See: https://github.com/Azure/azure-sdk-for-android/issues/1017
267
+
jacksonVersion ="2.12.7"// Do not upgrade to 2.13.0 and above, as it introduced using an API not available in javax.xml.stream:stax-api:1.0-2. See: https://github.com/Azure/azure-sdk-for-android/issues/1017.
268
268
jacksonDatabindVersion ="2.12.7.1"// Need this to be a separate version to include a security fix.
269
269
junitJupiterVersion ="5.7.2"
270
270
mockitoVersion ="4.0.0"
271
271
nimbusJoseJwtTestVersion ="9.15.2"
272
-
okHttpVersion ="3.14.9"// Do not upgrade, newer versions require a higher Android minSdkLevel
273
-
orgtestngVersion ="7.4.0"
272
+
okHttpVersion ="3.14.9"// Do not upgrade, newer versions require a higher Android minSdkLevel.
273
+
okioVersion ="1.17.6"// Directly setting this OkHttp dependency as it has a fix for CVE-2023-3635 and we cannot update to a newer version of OkHttp yet. See: https://github.com/square/okio/issues/1323#issuecomment-1742354403
274
+
orgtestngVersion ="7.5.1"
274
275
powerMockVersion ="2.0.9"
275
276
retroFutureVersion ="1.7.4"
276
-
staxApiVersion ="1.0-2"// Need this instead of using the JDK due to: https://stackoverflow.com/a/47371517/1473510
277
+
staxApiVersion ="1.0-2"// Need this instead of using the JDK due to: https://stackoverflow.com/a/47371517/1473510.
277
278
slf4jApiVersion ="1.7.32"
278
279
threeTenAbpVersion ="1.3.1"
279
280
threeTenBpVersion ="1.5.1"
@@ -284,7 +285,7 @@ allprojects {
284
285
}
285
286
286
287
// Synthesize dependencies for service-level projects so that running a task on a service-level project automatically
0 commit comments