Skip to content

Commit 8e293ff

Browse files
Merge branch 'main' into renovate/gradle-9.x
2 parents 3e8a538 + 1a808a4 commit 8e293ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
cache: "gradle"
2525
- name: Validate Gradle wrapper
2626
# v4.4.1
27-
uses: gradle/actions/wrapper-validation@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2
27+
uses: gradle/actions/wrapper-validation@6a96db5a3f33ee3428706da0bfc3de5c5a8f698c
2828
- name: Build package
2929
run: ./gradlew build

build.gradle

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

3030
def grpcVersion = '1.75.0'
31-
def protobufVersion = '4.32.1'
31+
def protobufVersion = '4.33.0'
3232
def protocVersion = protobufVersion
3333

3434
dependencies {

0 commit comments

Comments
 (0)