Skip to content

Commit bc0ccc1

Browse files
Merge pull request #346 from splunk/protobuf_upgrade
Update pom.xml
2 parents 6310b46 + 7da7b02 commit bc0ccc1

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

pom.xml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,25 @@
156156
<dependency>
157157
<groupId>io.confluent</groupId>
158158
<artifactId>kafka-connect-protobuf-converter</artifactId>
159-
<version>7.0.1</version>
159+
<version>7.1.1</version>
160+
</dependency>
161+
<!-- https://mvnrepository.com/artifact/com.google.code.gson/gson -->
162+
<dependency>
163+
<groupId>com.google.code.gson</groupId>
164+
<artifactId>gson</artifactId>
165+
<version>2.9.0</version>
166+
</dependency>
167+
<!-- https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-stdlib -->
168+
<dependency>
169+
<groupId>org.jetbrains.kotlin</groupId>
170+
<artifactId>kotlin-stdlib</artifactId>
171+
<version>1.7.0</version>
172+
</dependency>
173+
<!-- https://mvnrepository.com/artifact/com.google.guava/guava -->
174+
<dependency>
175+
<groupId>com.google.guava</groupId>
176+
<artifactId>guava</artifactId>
177+
<version>31.1-jre</version>
160178
</dependency>
161179
</dependencies>
162180

0 commit comments

Comments
 (0)