Skip to content

Commit 38fc813

Browse files
tooryxcopybara-github
authored andcommitted
Align all Tsunami dependencies to the same version.
PiperOrigin-RevId: 795544271 Change-Id: Iece9e7f3fdee6d8fee527257387cf922056adc79
1 parent da8fd48 commit 38fc813

12 files changed

Lines changed: 14 additions & 14 deletions

File tree

community/detectors/agentscope_cve_2024_8438/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies {
2626
}
2727

2828
testImplementation "junit:junit:4.13.2"
29-
testImplementation "org.mockito:mockito-core:2.28.2"
29+
testImplementation "org.mockito:mockito-core:5.18.0"
3030
testImplementation "com.google.truth:truth:1.4.4"
3131
testImplementation "com.google.truth.extensions:truth-java8-extension:1.4.4"
3232
testImplementation "com.google.truth.extensions:truth-proto-extension:1.4.4"

community/detectors/dtale_cve_2025_0655/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
}
2828

2929
testImplementation "junit:junit:4.13.2"
30-
testImplementation "org.mockito:mockito-core:2.28.2"
30+
testImplementation "org.mockito:mockito-core:5.18.0"
3131
testImplementation "com.google.truth:truth:1.4.4"
3232
testImplementation "com.squareup.okhttp3:mockwebserver:3.12.0"
3333
testImplementation "com.google.truth.extensions:truth-java8-extension:1.4.4"

community/detectors/gradio_cve_2024_1728/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
}
2929

3030
testImplementation "junit:junit:4.13.2"
31-
testImplementation "org.mockito:mockito-core:2.28.2"
31+
testImplementation "org.mockito:mockito-core:5.18.0"
3232
testImplementation "com.google.truth:truth:1.4.4"
3333
testImplementation "com.squareup.okhttp3:mockwebserver:3.12.0"
3434
testImplementation "com.google.truth.extensions:truth-java8-extension:1.4.4"

community/detectors/localai_cve_2024_2029/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ dependencies {
2929
testImplementation "junit:junit:4.13.2"
3030
testImplementation "com.google.inject:guice:4.2.3"
3131
testImplementation "com.google.inject.extensions:guice-testlib:4.2.3"
32-
testImplementation "com.google.truth:truth:1.0.1"
33-
testImplementation "com.google.truth.extensions:truth-java8-extension:1.0.1"
34-
testImplementation "com.google.truth.extensions:truth-proto-extension:1.0.1"
32+
testImplementation "com.google.truth:truth:1.4.4"
33+
testImplementation "com.google.truth.extensions:truth-java8-extension:1.4.4"
34+
testImplementation "com.google.truth.extensions:truth-proto-extension:1.4.4"
3535
testImplementation "com.squareup.okhttp3:mockwebserver:3.12.0"
3636
}

community/detectors/rce/php_cve_2024_4577/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies {
3232
testImplementation "junit:junit:4.13.2"
3333
testImplementation "com.google.inject:guice:4.2.3"
3434
testImplementation "com.google.inject.extensions:guice-testlib:4.2.3"
35-
testImplementation "org.mockito:mockito-core:2.28.2"
35+
testImplementation "org.mockito:mockito-core:5.18.0"
3636
testImplementation "com.google.truth:truth:1.4.4"
3737
testImplementation "com.google.truth.extensions:truth-java8-extension:1.4.4"
3838
testImplementation "com.google.truth.extensions:truth-proto-extension:1.4.4"

community/detectors/uptrain_exposed_api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
implementation("com.google.tsunami:tsunami-proto") {
2525
version { branch = "stable" }
2626
}
27-
implementation "org.jspecify:jspecify:latest.release"
27+
implementation "org.jspecify:jspecify:1.0.0"
2828

2929
testImplementation "junit:junit:4.13.2"
3030
testImplementation "com.google.truth:truth:1.4.4"

community/detectors/zimbra_cve_2019_9670/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131
testImplementation "junit:junit:4.13.2"
3232
testImplementation "com.google.inject:guice:4.2.3"
3333
testImplementation "com.google.inject.extensions:guice-testlib:4.2.3"
34-
testImplementation "org.mockito:mockito-core:2.28.2"
34+
testImplementation "org.mockito:mockito-core:5.18.0"
3535
testImplementation "com.google.truth:truth:1.4.4"
3636
testImplementation "com.google.truth.extensions:truth-java8-extension:1.4.4"
3737
testImplementation "com.google.truth.extensions:truth-proto-extension:1.4.4"

doyensec/detectors/grafana_zabbix_credential_disclosure/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies {
2626
}
2727

2828
testImplementation "junit:junit:4.13.2"
29-
testImplementation "org.mockito:mockito-core:2.28.2"
29+
testImplementation "org.mockito:mockito-core:5.18.0"
3030
testImplementation "com.google.truth:truth:1.4.4"
3131
testImplementation "com.google.truth.extensions:truth-java8-extension:1.4.4"
3232
testImplementation "com.google.truth.extensions:truth-proto-extension:1.4.4"

doyensec/detectors/rocketmq_rce_cve_2023_33246/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525
version { branch = "stable" }
2626
}
2727

28-
testImplementation "junit:junit:4.13.1"
28+
testImplementation "junit:junit:4.13.2"
2929
testImplementation "org.mockito:mockito-core:5.18.0"
3030
testImplementation "com.google.truth:truth:1.4.4"
3131
testImplementation "com.squareup.okhttp3:mockwebserver:3.12.0"

google/detectors/credentials/generic_weak_credential_detector/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies {
3737
implementation "com.google.flogger:google-extensions:0.9"
3838
implementation "com.google.flogger:flogger-system-backend:0.9"
3939
implementation "com.google.guava:guava:33.0.0-jre"
40-
implementation "com.google.inject:guice:4.2.3"
40+
implementation "com.google.inject:guice:6.0.0"
4141
implementation "com.google.protobuf:protobuf-java:3.25.5"
4242
implementation "com.google.protobuf:protobuf-javalite:3.25.5"
4343
implementation "com.google.protobuf:protobuf-java-util:3.25.5"

0 commit comments

Comments
 (0)