Skip to content

Commit 92b34f1

Browse files
authored
protobuf-java-version-bump (#370)
1 parent 782b14f commit 92b34f1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,12 @@
159159
<artifactId>kafka-connect-protobuf-converter</artifactId>
160160
<version>7.1.1</version>
161161
</dependency>
162+
<!-- https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java -->
163+
<dependency>
164+
<groupId>com.google.protobuf</groupId>
165+
<artifactId>protobuf-java</artifactId>
166+
<version>3.21.7</version>
167+
</dependency>
162168
<!-- https://mvnrepository.com/artifact/com.google.code.gson/gson -->
163169
<dependency>
164170
<groupId>com.google.code.gson</groupId>

0 commit comments

Comments
 (0)