Skip to content

Commit 398bd20

Browse files
authored
Merge branch 'main' into renovate/grpc-java-monorepo
2 parents 2ea330f + 1a808a4 commit 398bd20

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
@@ -24,7 +24,7 @@ sourceCompatibility = 1.8
2424
targetCompatibility = 1.8
2525

2626
def grpcVersion = '1.76.0'
27-
def protobufVersion = '4.32.1'
27+
def protobufVersion = '4.33.0'
2828
def protocVersion = protobufVersion
2929

3030
dependencies {

0 commit comments

Comments
 (0)