From 2d50f893330786a6db7a4843f8cd8ac4eefc9709 Mon Sep 17 00:00:00 2001 From: "dd-octo-sts[bot]" <200755185+dd-octo-sts[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 07:05:40 +0000 Subject: [PATCH] chore(deps): update gradle high security fixes minor-patch --- .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../gradle/wrapper/gradle-wrapper.properties | 2 +- packages/core/android/build.gradle | 20 +++++++++---------- .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../android/build.gradle | 18 ++++++++--------- .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../android/build.gradle | 18 ++++++++--------- .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../react-native-webview/android/build.gradle | 18 ++++++++--------- .../gradle/wrapper/gradle-wrapper.properties | 2 +- 11 files changed, 44 insertions(+), 44 deletions(-) diff --git a/benchmarks/android/gradle/wrapper/gradle-wrapper.properties b/benchmarks/android/gradle/wrapper/gradle-wrapper.properties index e0fd02028..70fe02a53 100644 --- a/benchmarks/android/gradle/wrapper/gradle-wrapper.properties +++ b/benchmarks/android/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.5-all.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/example-new-architecture/android/gradle/wrapper/gradle-wrapper.properties b/example-new-architecture/android/gradle/wrapper/gradle-wrapper.properties index df97d72b8..4f5eb9dcc 100644 --- a/example-new-architecture/android/gradle/wrapper/gradle-wrapper.properties +++ b/example-new-architecture/android/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.5-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/example/android/gradle/wrapper/gradle-wrapper.properties b/example/android/gradle/wrapper/gradle-wrapper.properties index 8bdda7996..47b115cf9 100644 --- a/example/android/gradle/wrapper/gradle-wrapper.properties +++ b/example/android/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Wed Jan 15 10:26:26 WET 2025 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.5-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/packages/core/android/build.gradle b/packages/core/android/build.gradle index 1b3238fa2..af971fd74 100644 --- a/packages/core/android/build.gradle +++ b/packages/core/android/build.gradle @@ -17,9 +17,9 @@ buildscript { classpath 'com.android.tools.build:gradle:7.3.1' // noinspection DifferentKotlinGradleVersion classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" - classpath "org.jlleitschuh.gradle:ktlint-gradle:11.5.1" + classpath "org.jlleitschuh.gradle:ktlint-gradle:11.6.1" classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.8" - classpath 'com.github.bjoernq:unmockplugin:0.7.9' + classpath 'com.github.bjoernq:unmockplugin:0.11.0' // Uncomment here and in settings.gradle for getting rid of IDE errors for new architecture: // classpath "com.facebook.react:react-native-gradle-plugin" } @@ -241,22 +241,22 @@ dependencies { implementation "com.datadoghq:dd-sdk-android-ndk:3.13.1" implementation "com.datadoghq:dd-sdk-android-flags:3.13.1" implementation "com.datadoghq:dd-sdk-android-internal:3.13.1" - implementation "com.google.code.gson:gson:2.11.0" - testImplementation "org.junit.platform:junit-platform-launcher:1.6.2" - testImplementation "org.junit.jupiter:junit-jupiter-api:5.6.2" - testImplementation "org.junit.jupiter:junit-jupiter-engine:5.6.2" - testImplementation "org.junit.jupiter:junit-jupiter-params:5.6.2" - testImplementation "org.mockito:mockito-junit-jupiter:3.4.6" + implementation "com.google.code.gson:gson:2.14.0" + testImplementation "org.junit.platform:junit-platform-launcher:1.14.4" + testImplementation "org.junit.jupiter:junit-jupiter-api:5.14.4" + testImplementation "org.junit.jupiter:junit-jupiter-engine:5.14.4" + testImplementation "org.junit.jupiter:junit-jupiter-params:5.14.4" + testImplementation "org.mockito:mockito-junit-jupiter:3.12.4" testImplementation "org.assertj:assertj-core:3.18.1" testImplementation "com.github.xgouchet.Elmyr:core:1.3.1" testImplementation "com.github.xgouchet.Elmyr:inject:1.3.1" testImplementation "com.github.xgouchet.Elmyr:junit5:1.3.1" testImplementation "com.github.xgouchet.Elmyr:jvm:1.3.1" - testImplementation "org.mockito.kotlin:mockito-kotlin:5.1.0" + testImplementation "org.mockito.kotlin:mockito-kotlin:5.4.0" testImplementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version" testImplementation("org.mockito:mockito-inline:5.2.0") - unmock 'org.robolectric:android-all:4.4_r1-robolectric-r2' + unmock 'org.robolectric:android-all:4.4_r1-robolectric-1' detektPlugins "io.gitlab.arturbosch.detekt:detekt-formatting:1.23.8" detektPlugins "io.gitlab.arturbosch.detekt:detekt-rules-libraries:1.23.8" } diff --git a/packages/core/android/gradle/wrapper/gradle-wrapper.properties b/packages/core/android/gradle/wrapper/gradle-wrapper.properties index 27313fbc8..1669a501f 100644 --- a/packages/core/android/gradle/wrapper/gradle-wrapper.properties +++ b/packages/core/android/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.5-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/packages/internal-testing-tools/android/build.gradle b/packages/internal-testing-tools/android/build.gradle index 276d3e508..71c065aa8 100644 --- a/packages/internal-testing-tools/android/build.gradle +++ b/packages/internal-testing-tools/android/build.gradle @@ -17,9 +17,9 @@ buildscript { classpath 'com.android.tools.build:gradle:7.3.1' // noinspection DifferentKotlinGradleVersion classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" - classpath "org.jlleitschuh.gradle:ktlint-gradle:11.5.1" + classpath "org.jlleitschuh.gradle:ktlint-gradle:11.6.1" classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.8" - classpath 'com.github.bjoernq:unmockplugin:0.7.9' + classpath 'com.github.bjoernq:unmockplugin:0.11.0' } } @@ -189,19 +189,19 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation project(path: ':datadog_mobile-react-native') implementation "com.datadoghq:dd-sdk-android-core:3.13.1" - implementation "com.google.code.gson:gson:2.11.0" + implementation "com.google.code.gson:gson:2.14.0" - testImplementation "org.junit.platform:junit-platform-launcher:1.6.2" - testImplementation "org.junit.jupiter:junit-jupiter-api:5.6.2" - testImplementation "org.junit.jupiter:junit-jupiter-engine:5.6.2" - testImplementation "org.junit.jupiter:junit-jupiter-params:5.6.2" - testImplementation "org.mockito:mockito-junit-jupiter:3.4.6" + testImplementation "org.junit.platform:junit-platform-launcher:1.14.4" + testImplementation "org.junit.jupiter:junit-jupiter-api:5.14.4" + testImplementation "org.junit.jupiter:junit-jupiter-engine:5.14.4" + testImplementation "org.junit.jupiter:junit-jupiter-params:5.14.4" + testImplementation "org.mockito:mockito-junit-jupiter:3.12.4" testImplementation "org.assertj:assertj-core:3.18.1" testImplementation "com.github.xgouchet.Elmyr:core:1.3.1" testImplementation "com.github.xgouchet.Elmyr:inject:1.3.1" testImplementation "com.github.xgouchet.Elmyr:junit5:1.3.1" testImplementation "com.github.xgouchet.Elmyr:jvm:1.3.1" - testImplementation "org.mockito.kotlin:mockito-kotlin:5.1.0" + testImplementation "org.mockito.kotlin:mockito-kotlin:5.4.0" testImplementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version" detektPlugins "io.gitlab.arturbosch.detekt:detekt-formatting:1.23.8" diff --git a/packages/internal-testing-tools/android/gradle/wrapper/gradle-wrapper.properties b/packages/internal-testing-tools/android/gradle/wrapper/gradle-wrapper.properties index 27313fbc8..1669a501f 100644 --- a/packages/internal-testing-tools/android/gradle/wrapper/gradle-wrapper.properties +++ b/packages/internal-testing-tools/android/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.5-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/packages/react-native-session-replay/android/build.gradle b/packages/react-native-session-replay/android/build.gradle index f9f1b3da3..fbcae6483 100644 --- a/packages/react-native-session-replay/android/build.gradle +++ b/packages/react-native-session-replay/android/build.gradle @@ -17,9 +17,9 @@ buildscript { classpath 'com.android.tools.build:gradle:7.3.1' // noinspection DifferentKotlinGradleVersion classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" - classpath "org.jlleitschuh.gradle:ktlint-gradle:11.5.1" + classpath "org.jlleitschuh.gradle:ktlint-gradle:11.6.1" classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.8" - classpath 'com.github.bjoernq:unmockplugin:0.7.9' + classpath 'com.github.bjoernq:unmockplugin:0.11.0' } } @@ -220,23 +220,23 @@ dependencies { implementation "com.datadoghq:dd-sdk-android-internal:3.13.1" implementation project(path: ':datadog_mobile-react-native') - testImplementation "org.junit.platform:junit-platform-launcher:1.6.2" - testImplementation "org.junit.jupiter:junit-jupiter-api:5.6.2" - testImplementation "org.junit.jupiter:junit-jupiter-engine:5.6.2" - testImplementation "org.junit.jupiter:junit-jupiter-params:5.6.2" - testImplementation "org.mockito:mockito-junit-jupiter:3.4.6" + testImplementation "org.junit.platform:junit-platform-launcher:1.14.4" + testImplementation "org.junit.jupiter:junit-jupiter-api:5.14.4" + testImplementation "org.junit.jupiter:junit-jupiter-engine:5.14.4" + testImplementation "org.junit.jupiter:junit-jupiter-params:5.14.4" + testImplementation "org.mockito:mockito-junit-jupiter:3.12.4" testImplementation "org.assertj:assertj-core:3.18.1" testImplementation "com.github.xgouchet.Elmyr:core:1.3.1" testImplementation "com.github.xgouchet.Elmyr:inject:1.3.1" testImplementation "com.github.xgouchet.Elmyr:junit5:1.3.1" testImplementation "com.github.xgouchet.Elmyr:jvm:1.3.1" - testImplementation "org.mockito.kotlin:mockito-kotlin:5.1.0" + testImplementation "org.mockito.kotlin:mockito-kotlin:5.4.0" testImplementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version" detektPlugins "io.gitlab.arturbosch.detekt:detekt-formatting:1.23.8" detektPlugins "io.gitlab.arturbosch.detekt:detekt-rules-libraries:1.23.8" - unmock 'org.robolectric:android-all:4.4_r1-robolectric-r2' + unmock 'org.robolectric:android-all:4.4_r1-robolectric-1' } tasks.withType(Test) { diff --git a/packages/react-native-session-replay/android/gradle/wrapper/gradle-wrapper.properties b/packages/react-native-session-replay/android/gradle/wrapper/gradle-wrapper.properties index 27313fbc8..1669a501f 100644 --- a/packages/react-native-session-replay/android/gradle/wrapper/gradle-wrapper.properties +++ b/packages/react-native-session-replay/android/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.5-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/packages/react-native-webview/android/build.gradle b/packages/react-native-webview/android/build.gradle index e145fb2cd..6b8164248 100644 --- a/packages/react-native-webview/android/build.gradle +++ b/packages/react-native-webview/android/build.gradle @@ -15,9 +15,9 @@ buildscript { classpath 'com.android.tools.build:gradle:7.2.2' // noinspection DifferentKotlinGradleVersion classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" - classpath "org.jlleitschuh.gradle:ktlint-gradle:11.5.1" + classpath "org.jlleitschuh.gradle:ktlint-gradle:11.6.1" classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.8" - classpath 'com.github.bjoernq:unmockplugin:0.7.9' + classpath 'com.github.bjoernq:unmockplugin:0.11.0' } } @@ -202,24 +202,24 @@ dependencies { implementation project(path: ':datadog_mobile-react-native') implementation project(path: ':react-native-webview') - testImplementation "org.junit.platform:junit-platform-launcher:1.6.2" - testImplementation "org.junit.jupiter:junit-jupiter-api:5.6.2" - testImplementation "org.junit.jupiter:junit-jupiter-engine:5.6.2" - testImplementation "org.junit.jupiter:junit-jupiter-params:5.6.2" - testImplementation "org.mockito:mockito-junit-jupiter:3.4.6" + testImplementation "org.junit.platform:junit-platform-launcher:1.14.4" + testImplementation "org.junit.jupiter:junit-jupiter-api:5.14.4" + testImplementation "org.junit.jupiter:junit-jupiter-engine:5.14.4" + testImplementation "org.junit.jupiter:junit-jupiter-params:5.14.4" + testImplementation "org.mockito:mockito-junit-jupiter:3.12.4" testImplementation "org.assertj:assertj-core:3.18.1" testImplementation "com.github.xgouchet.Elmyr:core:1.3.1" testImplementation "com.github.xgouchet.Elmyr:inject:1.3.1" testImplementation "com.github.xgouchet.Elmyr:junit5:1.3.1" testImplementation "com.github.xgouchet.Elmyr:jvm:1.3.1" - testImplementation "org.mockito.kotlin:mockito-kotlin:5.1.0" + testImplementation "org.mockito.kotlin:mockito-kotlin:5.4.0" testImplementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version" testImplementation 'org.json:json:20160810' detektPlugins "io.gitlab.arturbosch.detekt:detekt-formatting:1.23.8" detektPlugins "io.gitlab.arturbosch.detekt:detekt-rules-libraries:1.23.8" - unmock 'org.robolectric:android-all:4.4_r1-robolectric-r2' + unmock 'org.robolectric:android-all:4.4_r1-robolectric-1' } tasks.withType(Test) { diff --git a/packages/react-native-webview/android/gradle/wrapper/gradle-wrapper.properties b/packages/react-native-webview/android/gradle/wrapper/gradle-wrapper.properties index 8cb39cca3..12e846cd2 100644 --- a/packages/react-native-webview/android/gradle/wrapper/gradle-wrapper.properties +++ b/packages/react-native-webview/android/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.6-all.zip