Skip to content

Commit c3b90fb

Browse files
authored
Merge branch 'main' into update
2 parents 3913bb5 + 64d1299 commit c3b90fb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/fossa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1616

17-
- uses: fossas/fossa-action@c0a7d013f84c8ee5e910593186598625513cc1e4 # v1.6.0
17+
- uses: fossas/fossa-action@3ebcea1862c6ffbd5cf1b4d0bd6b3fe7bd6f2cac # v1.7.0
1818
with:
1919
api-key: ${{secrets.FOSSA_API_KEY}}
2020
team: OpenTelemetry

grpc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ java {
1616
}
1717

1818
var grpcVersion = "1.72.0" // CURRENT_GRPC_VERSION
19-
var protobufVersion = "4.30.2"
19+
var protobufVersion = "4.31.0"
2020
var protocVersion = protobufVersion
2121

2222
dependencies {

0 commit comments

Comments
 (0)