Skip to content

Commit 72c309f

Browse files
fix(deps): update all dependencies
1 parent 707c948 commit 72c309f

File tree

7 files changed

+27
-27
lines changed

7 files changed

+27
-27
lines changed

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.6.2
1+
8.4.2

.github/workflows/check-formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
check_formatting:
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-24.04
1414

1515
steps:
1616
- uses: actions/checkout@v5

.github/workflows/prerelease.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,28 +54,28 @@ jobs:
5454
cp -L $(bazel cquery --output=files :jazzer_release) jazzer-${{ matrix.name }}.tar.gz
5555
5656
- name: Upload jazzer.jar
57-
uses: actions/upload-artifact@v4
57+
uses: actions/upload-artifact@v5
5858
with:
5959
name: jazzer_tmp_${{ matrix.name }}
6060
path: jazzer-${{ matrix.name }}.jar
6161
if-no-files-found: error
6262

6363
- name: Upload release archive
64-
uses: actions/upload-artifact@v4
64+
uses: actions/upload-artifact@v5
6565
with:
6666
name: jazzer_releases_${{ matrix.name }}
6767
path: jazzer-${{ matrix.name }}.tar.gz
6868
if-no-files-found: error
6969

7070
merge_jars:
71-
runs-on: ubuntu-22.04
71+
runs-on: ubuntu-24.04
7272
needs: build_release
7373

7474
steps:
7575
- uses: actions/checkout@v5
7676

7777
- name: Download individual jars
78-
uses: actions/download-artifact@v5
78+
uses: actions/download-artifact@v6
7979
with:
8080
pattern: jazzer_tmp_*
8181
merge-multiple: true
@@ -88,14 +88,14 @@ jobs:
8888
$(find "$(pwd)/_tmp/" -name '*.jar' -printf "--sources %h/%f ")
8989
9090
- name: Upload merged jar
91-
uses: actions/upload-artifact@v4
91+
uses: actions/upload-artifact@v5
9292
with:
9393
name: jazzer
9494
path: _tmp/jazzer.jar
9595
if-no-files-found: error
9696

9797
maven_predeploy:
98-
runs-on: ubuntu-22.04
98+
runs-on: ubuntu-24.04
9999
needs: merge_jars
100100

101101
environment:
@@ -119,7 +119,7 @@ jobs:
119119
echo "build --//deploy:jazzer_version=${TAG#v}" >> .bazelrc
120120
121121
- name: Download merged jar
122-
uses: actions/download-artifact@v5
122+
uses: actions/download-artifact@v6
123123
with:
124124
name: jazzer
125125
path: _tmp/
@@ -133,7 +133,7 @@ jobs:
133133
run: JAZZER_JAR_PATH="$(pwd)/_tmp/jazzer.jar" bazel run deploy
134134

135135
- name: Upload Jazzer Bundle to Github Artifacts
136-
uses: actions/upload-artifact@v4
136+
uses: actions/upload-artifact@v5
137137
with:
138138
name: jazzer-maven-central-bundle
139139
path: _tmp/release
@@ -151,7 +151,7 @@ jobs:
151151
uses: actions/checkout@v5
152152

153153
- name: Download individual tar.gzs
154-
uses: actions/download-artifact@v5
154+
uses: actions/download-artifact@v6
155155
with:
156156
pattern: jazzer_releases_*
157157
merge-multiple: true

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010

1111
generate_docs:
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313

1414
steps:
1515
- name: checkout
@@ -23,7 +23,7 @@ jobs:
2323
cp $(bazel cquery --output=files //deploy:jazzer-junit-docs) ./jazzer-junit-docs.jar
2424
2525
- name: Upload jars
26-
uses: actions/upload-artifact@v4
26+
uses: actions/upload-artifact@v5
2727
with:
2828
name: jazzer_docs_jars
2929
path: |
@@ -33,7 +33,7 @@ jobs:
3333
if-no-files-found: error
3434

3535
update_docs:
36-
runs-on: ubuntu-22.04
36+
runs-on: ubuntu-24.04
3737
needs: generate_docs
3838

3939
environment:
@@ -47,7 +47,7 @@ jobs:
4747
ssh-key: "${{ secrets.JAZZER_DOCS_SSH_KEY_PRIVATE }}"
4848

4949
- name: Download jar
50-
uses: actions/download-artifact@v5
50+
uses: actions/download-artifact@v6
5151
with:
5252
name: jazzer_docs_jars
5353
path: .

.github/workflows/run-all-tests-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474

7575
- name: Upload test logs
7676
if: always()
77-
uses: actions/upload-artifact@v4
77+
uses: actions/upload-artifact@v5
7878
with:
7979
name: testlogs-${{ matrix.arch }}-${{ matrix.jdk }}
8080
# https://github.com/actions/upload-artifact/issues/92#issuecomment-711107236

MODULE.bazel

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

99
bazel_dep(name = "abseil-cpp", version = "20250814.1")
10-
bazel_dep(name = "apple_support", version = "1.24.1")
10+
bazel_dep(name = "apple_support", version = "1.24.2")
1111
bazel_dep(name = "bazel_jar_jar", version = "0.1.11")
1212
bazel_dep(name = "bazel_skylib", version = "1.8.2")
1313
bazel_dep(name = "buildifier_prebuilt", version = "8.2.0.2")
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
17-
bazel_dep(name = "contrib_rules_jvm", version = "0.27.0")
17+
bazel_dep(name = "contrib_rules_jvm", version = "0.30.0")
1818
bazel_dep(name = "googletest", version = "1.17.0.bcr.1")
1919
bazel_dep(name = "platforms", version = "1.0.0")
2020
bazel_dep(name = "protobuf", version = "33.0")

selffuzz/pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,31 +58,31 @@
5858
<dependency>
5959
<groupId>org.junit.jupiter</groupId>
6060
<artifactId>junit-jupiter-engine</artifactId>
61-
<version>5.10.2</version>
61+
<version>6.0.0</version>
6262
<scope>test</scope>
6363
</dependency>
6464
<dependency>
6565
<groupId>org.junit.jupiter</groupId>
6666
<artifactId>junit-jupiter-api</artifactId>
67-
<version>5.10.2</version>
67+
<version>6.0.0</version>
6868
<scope>test</scope>
6969
</dependency>
7070
<dependency>
7171
<groupId>org.junit.jupiter</groupId>
7272
<artifactId>junit-jupiter-params</artifactId>
73-
<version>5.10.2</version>
73+
<version>6.0.0</version>
7474
<scope>test</scope>
7575
</dependency>
7676
<dependency>
7777
<groupId>org.junit.platform</groupId>
7878
<artifactId>junit-platform-commons</artifactId>
79-
<version>1.10.2</version>
79+
<version>6.0.0</version>
8080
<scope>test</scope>
8181
</dependency>
8282
<dependency>
8383
<groupId>org.junit.platform</groupId>
8484
<artifactId>junit-platform-launcher</artifactId>
85-
<version>1.10.2</version>
85+
<version>6.0.0</version>
8686
<scope>test</scope>
8787
</dependency>
8888
<dependency>
@@ -131,7 +131,7 @@
131131
<dependency>
132132
<groupId>com.google.truth</groupId>
133133
<artifactId>truth</artifactId>
134-
<version>1.4.0</version>
134+
<version>1.4.5</version>
135135
<scope>test</scope>
136136
</dependency>
137137
<!-- https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java
@@ -140,7 +140,7 @@
140140
<dependency>
141141
<groupId>com.google.protobuf</groupId>
142142
<artifactId>protobuf-java</artifactId>
143-
<version>3.25.5</version>
143+
<version>4.33.0</version>
144144
</dependency>
145145
</dependencies>
146146

@@ -149,14 +149,14 @@
149149
<extension>
150150
<groupId>com.code-intelligence</groupId>
151151
<artifactId>cifuzz-maven-extension</artifactId>
152-
<version>1.7.0</version>
152+
<version>1.15.0</version>
153153
</extension>
154154
</extensions>
155155
<plugins>
156156
<plugin>
157157
<groupId>org.jacoco</groupId>
158158
<artifactId>jacoco-maven-plugin</artifactId>
159-
<version>0.8.11</version>
159+
<version>0.8.14</version>
160160
<executions>
161161
<execution>
162162
<goals>

0 commit comments

Comments
 (0)