Update protobuf-java to address CVE-2024-7254 · grpc/grpc-java@2ff837a

File tree

25 files changed

lines changed

    • example-gcp-csm-observability

    • example-gcp-observability

25 files changed

lines changed

Original file line numberDiff line numberDiff line change

@@ -24,7 +24,7 @@ java {

2424

// Feel free to delete the comment at the next line. It is just for safely

2525

// updating the version in our release process.

2626

def grpcVersion = '1.68.0-SNAPSHOT' // CURRENT_GRPC_VERSION

27-

def protobufVersion = '3.25.3'

27+

def protobufVersion = '3.25.5'

2828

def protocVersion = protobufVersion

2929
3030

dependencies {

Original file line numberDiff line numberDiff line change

@@ -25,7 +25,7 @@ java {

2525

// Feel free to delete the comment at the next line. It is just for safely

2626

// updating the version in our release process.

2727

def grpcVersion = '1.68.0-SNAPSHOT' // CURRENT_GRPC_VERSION

28-

def protocVersion = '3.25.3'

28+

def protocVersion = '3.25.5'

2929
3030

dependencies {

3131

// grpc-alts transitively depends on grpc-netty-shaded, grpc-protobuf, and grpc-stub

Original file line numberDiff line numberDiff line change

@@ -26,7 +26,7 @@ java {

2626

// Feel free to delete the comment at the next line. It is just for safely

2727

// updating the version in our release process.

2828

def grpcVersion = '1.68.0-SNAPSHOT' // CURRENT_GRPC_VERSION

29-

def protobufVersion = '3.25.3'

29+

def protobufVersion = '3.25.5'

3030
3131

dependencies {

3232

implementation "io.grpc:grpc-protobuf:${grpcVersion}"

Original file line numberDiff line numberDiff line change

@@ -13,7 +13,7 @@

1313

<properties>

1414

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

1515

<grpc.version>1.68.0-SNAPSHOT</grpc.version><!-- CURRENT_GRPC_VERSION -->

16-

<protoc.version>3.25.3</protoc.version>

16+

<protoc.version>3.25.5</protoc.version>

1717

<!-- required for jdk9 -->

1818

<maven.compiler.source>1.8</maven.compiler.source>

1919

<maven.compiler.target>1.8</maven.compiler.target>

Original file line numberDiff line numberDiff line change

@@ -26,7 +26,7 @@ java {

2626

// Feel free to delete the comment at the next line. It is just for safely

2727

// updating the version in our release process.

2828

def grpcVersion = '1.68.0-SNAPSHOT' // CURRENT_GRPC_VERSION

29-

def protobufVersion = '3.25.3'

29+

def protobufVersion = '3.25.5'

3030
3131

dependencies {

3232

implementation "io.grpc:grpc-protobuf:${grpcVersion}"

Original file line numberDiff line numberDiff line change

@@ -13,7 +13,7 @@

1313

<properties>

1414

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

1515

<grpc.version>1.68.0-SNAPSHOT</grpc.version><!-- CURRENT_GRPC_VERSION -->

16-

<protoc.version>3.25.3</protoc.version>

16+

<protoc.version>3.25.5</protoc.version>

1717

<!-- required for jdk9 -->

1818

<maven.compiler.source>1.8</maven.compiler.source>

1919

<maven.compiler.target>1.8</maven.compiler.target>

Original file line numberDiff line numberDiff line change

@@ -25,7 +25,7 @@ java {

2525

// Feel free to delete the comment at the next line. It is just for safely

2626

// updating the version in our release process.

2727

def grpcVersion = '1.68.0-SNAPSHOT' // CURRENT_GRPC_VERSION

28-

def protobufVersion = '3.25.3'

28+

def protobufVersion = '3.25.5'

2929

def protocVersion = protobufVersion

3030
3131
Original file line numberDiff line numberDiff line change

@@ -13,7 +13,7 @@

1313

<properties>

1414

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

1515

<grpc.version>1.68.0-SNAPSHOT</grpc.version><!-- CURRENT_GRPC_VERSION -->

16-

<protobuf.version>3.25.3</protobuf.version>

16+

<protobuf.version>3.25.5</protobuf.version>

1717

<!-- required for jdk9 -->

1818

<maven.compiler.source>1.8</maven.compiler.source>

1919

<maven.compiler.target>1.8</maven.compiler.target>

Original file line numberDiff line numberDiff line change

@@ -26,7 +26,7 @@ java {

2626

// Feel free to delete the comment at the next line. It is just for safely

2727

// updating the version in our release process.

2828

def grpcVersion = '1.68.0-SNAPSHOT' // CURRENT_GRPC_VERSION

29-

def protocVersion = '3.25.3'

29+

def protocVersion = '3.25.5'

3030

def openTelemetryVersion = '1.40.0'

3131

def openTelemetryPrometheusVersion = '1.40.0-alpha'

3232
Original file line numberDiff line numberDiff line change

@@ -26,7 +26,7 @@ java {

2626

// Feel free to delete the comment at the next line. It is just for safely

2727

// updating the version in our release process.

2828

def grpcVersion = '1.68.0-SNAPSHOT' // CURRENT_GRPC_VERSION

29-

def protocVersion = '3.25.3'

29+

def protocVersion = '3.25.5'

3030
3131

dependencies {

3232

implementation "io.grpc:grpc-protobuf:${grpcVersion}"