Skip to content

Commit 7dbb86d

Browse files
renovate[bot]simonresch
authored andcommitted
chore: update bazel dependencies
1 parent 4e3dc0b commit 7dbb86d

File tree

8 files changed

+27
-15
lines changed

8 files changed

+27
-15
lines changed

MODULE.bazel

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,27 @@ module(name = "jazzer")
77
################################################################################
88

99
bazel_dep(name = "abseil-cpp", version = "20250814.1")
10-
bazel_dep(name = "apple_support", version = "1.24.3")
10+
bazel_dep(name = "apple_support", version = "1.24.5")
1111
bazel_dep(name = "bazel_jar_jar", version = "0.1.11")
1212
bazel_dep(name = "bazel_skylib", version = "1.8.2")
13-
bazel_dep(name = "buildifier_prebuilt", version = "8.2.0.2")
13+
bazel_dep(name = "buildifier_prebuilt", version = "8.2.1")
1414

1515
# TODO: Starting with version 0.28.0 the JUnit test runner is compiled for Java 11 which breaks our JDK 8 tests.
1616
# https://github.com/bazel-contrib/rules_jvm/pull/307
1717
bazel_dep(name = "contrib_rules_jvm", version = "0.27.0")
18-
bazel_dep(name = "googletest", version = "1.17.0.bcr.1")
18+
bazel_dep(name = "googletest", version = "1.17.0.bcr.2")
1919
bazel_dep(name = "platforms", version = "1.0.0")
20-
bazel_dep(name = "protobuf", version = "33.0")
20+
bazel_dep(name = "protobuf", version = "33.1")
2121
bazel_dep(name = "rules_android", version = "0.6.6")
2222
bazel_dep(name = "rules_android_ndk", version = "0.1.3")
2323
bazel_dep(name = "rules_foreign_cc", version = "0.15.1")
24-
bazel_dep(name = "rules_java", version = "8.16.1")
24+
bazel_dep(name = "rules_java", version = "9.1.0")
2525
bazel_dep(name = "rules_jni", version = "0.11.1")
26-
bazel_dep(name = "rules_jvm_external", version = "6.8")
27-
bazel_dep(name = "rules_kotlin", version = "2.1.9")
26+
bazel_dep(name = "rules_jvm_external", version = "6.9")
27+
bazel_dep(name = "rules_kotlin", version = "2.2.0")
2828
bazel_dep(name = "rules_license", version = "1.0.0")
2929
bazel_dep(name = "rules_pkg", version = "1.1.0")
30-
bazel_dep(name = "rules_cc", version = "0.2.13")
30+
bazel_dep(name = "rules_cc", version = "0.2.14")
3131
bazel_dep(name = "toolchains_llvm", version = "1.5.0")
3232

3333
################################################################################

examples/junit/src/test/java/com/example/ValidFuzzTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import java.io.IOException;
2525
import java.util.regex.Pattern;
2626

27-
@SuppressWarnings("InvalidPatternSyntax")
27+
@SuppressWarnings({"InvalidPatternSyntax", "ReturnValueIgnored"})
2828
class ValidFuzzTests {
2929
@FuzzTest
3030
void dataFuzz(FuzzedDataProvider data) {

maven_install.json

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
{
22
"__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": "THERE_IS_NO_DATA_ONLY_ZUUL",
3-
"__INPUT_ARTIFACTS_HASH": 287537767,
4-
"__RESOLVED_ARTIFACTS_HASH": 786120758,
3+
"__INPUT_ARTIFACTS_HASH": 426637406,
4+
"__RESOLVED_ARTIFACTS_HASH": 232640174,
55
"conflict_resolution": {
6-
"com.google.code.gson:gson:2.8.6": "com.google.code.gson:gson:2.8.9",
6+
"com.google.code.gson:gson:2.8.6": "com.google.code.gson:gson:2.10.1",
7+
"com.google.code.gson:gson:2.8.9": "com.google.code.gson:gson:2.10.1",
8+
"com.google.errorprone:error_prone_annotations:2.23.0": "com.google.errorprone:error_prone_annotations:2.44.0",
9+
"com.google.errorprone:error_prone_annotations:2.5.1": "com.google.errorprone:error_prone_annotations:2.44.0",
10+
"com.google.guava:guava:32.0.1-jre": "com.google.guava:guava:33.5.0-android",
11+
"com.google.guava:guava:33.0.0-jre": "com.google.guava:guava:33.5.0-android",
712
"com.google.j2objc:j2objc-annotations:2.8": "com.google.j2objc:j2objc-annotations:3.1",
8-
"com.google.protobuf:protobuf-java:4.27.2": "com.google.protobuf:protobuf-java:4.32.0"
13+
"com.google.protobuf:protobuf-java:4.27.2": "com.google.protobuf:protobuf-java:4.32.0",
14+
"com.google.truth:truth:1.4.0": "com.google.truth:truth:1.4.5",
15+
"org.mockito:mockito-core:5.4.0": "org.mockito:mockito-core:5.20.0"
916
},
1017
"artifacts": {
1118
"com.alibaba:fastjson": {
@@ -70,9 +77,9 @@
7077
},
7178
"com.google.code.gson:gson": {
7279
"shasums": {
73-
"jar": "d3999291855de495c94c743761b8ab5176cfeabe281a5ab0d8e8d45326fd703e"
80+
"jar": "4241c14a7727c34feea6507ec801318a3d4a90f070e4525681079fb94ee4c593"
7481
},
75-
"version": "2.8.9"
82+
"version": "2.10.1"
7683
},
7784
"com.google.errorprone:error_prone_annotations": {
7885
"shasums": {

sanitizers/src/test/java/com/example/ClassLoaderLoadClass.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
import com.code_intelligence.jazzer.api.FuzzedDataProvider;
2020

2121
public class ClassLoaderLoadClass {
22+
@SuppressWarnings("ReturnValueIgnored")
2223
public static void fuzzerTestOneInput(FuzzedDataProvider data) throws InterruptedException {
2324
String input = data.consumeRemainingAsAsciiString();
2425
try {

sanitizers/src/test/java/com/example/DisabledHooksTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
import org.junit.Test;
2727

2828
public class DisabledHooksTest {
29+
@SuppressWarnings("ReturnValueIgnored")
2930
public static void triggerReflectiveCallSanitizer() {
3031
try {
3132
Class.forName("jaz.Zer").newInstance();

sanitizers/src/test/java/com/example/ReflectiveCall.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
import com.code_intelligence.jazzer.api.FuzzedDataProvider;
2020

2121
public class ReflectiveCall {
22+
@SuppressWarnings("ReturnValueIgnored")
2223
public static void fuzzerTestOneInput(FuzzedDataProvider data) {
2324
String input = data.consumeRemainingAsAsciiString();
2425
if (input.startsWith("@")) {

sanitizers/src/test/java/com/example/RegexSplitInjection.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
import java.util.regex.PatternSyntaxException;
2121

2222
public class RegexSplitInjection {
23+
@SuppressWarnings("ReturnValueIgnored")
2324
public static void fuzzerTestOneInput(FuzzedDataProvider fdp) {
2425
String regex = fdp.consumeRemainingAsString();
2526
try {

tests/src/test/java/com/example/PrimitiveTypeCompareHookFuzzer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
* Regression test for https://github.com/CodeIntelligenceTesting/jazzer/issues/790.
2424
*/
2525
public class PrimitiveTypeCompareHookFuzzer {
26+
@SuppressWarnings("ReturnValueIgnored")
2627
public static void fuzzerTestOneInput(FuzzedDataProvider data) {
2728
Byte.compare(data.consumeByte(), (byte) 127);
2829
Short.compare(data.consumeShort(), (short) 4096);

0 commit comments

Comments
 (0)