2
0
mirror of https://github.com/TeamNewPipe/NewPipeExtractor synced 2025-08-30 13:57:46 +00:00

Merge pull request #1364 from TeamNewPipe/dependabot/gradle/protobufVersion-4.32.0

Bump protobufVersion from 4.31.1 to 4.32.0
This commit is contained in:
Tobi
2025-08-28 10:02:54 -07:00
committed by GitHub

View File

@@ -28,7 +28,7 @@ checkstyleTest {
ext { ext {
rhinoVersion = '1.8.0' rhinoVersion = '1.8.0'
protobufVersion = '4.31.1' protobufVersion = '4.32.0'
} }
dependencies { dependencies {