Skip to content

Commit 4368f2b

Browse files
authored
Merge pull request #1391 from TeamNewPipe/dependabot/gradle/protobufVersion-4.33.0
2 parents e93b553 + 90a01ce commit 4368f2b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ jobs:
5959
./gradlew check \
6060
-Dorg.gradle.welcome=never \
6161
--stacktrace \
62-
-Ddownloader=$downloader_type
62+
-Ddownloader=$downloader_type \
63+
-Dcom.google.protobuf.error_on_unsafe_pre22_gencode
6364
6465
- name: Upload test reports when failure occurs
6566
uses: actions/upload-artifact@v5

extractor/build.gradle

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

2929
ext {
3030
rhinoVersion = '1.8.0'
31-
protobufVersion = '4.32.1'
31+
protobufVersion = '4.33.0'
3232
}
3333

3434
dependencies {

0 commit comments

Comments
 (0)