File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 156
156
<dependency >
157
157
<groupId >io.confluent</groupId >
158
158
<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 >
160
178
</dependency >
161
179
</dependencies >
162
180
You can’t perform that action at this time.
0 commit comments