We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ea330f + 1a808a4 commit 398bd20Copy full SHA for 398bd20
.github/workflows/ci.yml
@@ -24,6 +24,6 @@ jobs:
24
cache: "gradle"
25
- name: Validate Gradle wrapper
26
# v4.4.1
27
- uses: gradle/actions/wrapper-validation@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2
+ uses: gradle/actions/wrapper-validation@6a96db5a3f33ee3428706da0bfc3de5c5a8f698c
28
- name: Build package
29
run: ./gradlew build
build.gradle
@@ -24,7 +24,7 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8
def grpcVersion = '1.76.0'
-def protobufVersion = '4.32.1'
+def protobufVersion = '4.33.0'
def protocVersion = protobufVersion
30
dependencies {
0 commit comments