Skip to content

Commit 28fd8c4

Browse files
Update dependency com.google.protobuf:protobuf-java to v4.33.2 (#3799)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b489109 commit 28fd8c4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

flink-end-to-end-tests/flink-glue-schema-registry-avro-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ under the License.
5858
<dependency>
5959
<groupId>com.google.protobuf</groupId>
6060
<artifactId>protobuf-java</artifactId>
61-
<version>4.33.1</version>
61+
<version>4.33.2</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>com.google.guava</groupId>

flink-end-to-end-tests/flink-glue-schema-registry-json-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ under the License.
5858
<dependency>
5959
<groupId>com.google.protobuf</groupId>
6060
<artifactId>protobuf-java</artifactId>
61-
<version>4.33.1</version>
61+
<version>4.33.2</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>com.google.guava</groupId>

flink-formats/flink-avro-glue-schema-registry/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ under the License.
5252
<dependency>
5353
<groupId>com.google.protobuf</groupId>
5454
<artifactId>protobuf-java</artifactId>
55-
<version>4.33.1</version>
55+
<version>4.33.2</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>com.google.guava</groupId>

flink-formats/flink-json-glue-schema-registry/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ under the License.
5353
<dependency>
5454
<groupId>com.google.protobuf</groupId>
5555
<artifactId>protobuf-java</artifactId>
56-
<version>4.33.1</version>
56+
<version>4.33.2</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>com.google.guava</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ under the License.
153153
<assertj.version>3.27.6</assertj.version>
154154
<py4j.version>0.10.9.9</py4j.version>
155155
<beam.version>2.69.0</beam.version>
156-
<protoc.version>4.33.1</protoc.version>
156+
<protoc.version>4.33.2</protoc.version>
157157
<okhttp.version>5.3.2</okhttp.version>
158158
<testcontainers.version>2.0.2</testcontainers.version>
159159
<lz4.version>1.8.0</lz4.version>

0 commit comments

Comments
 (0)