File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
19
19
<dependency >
20
20
<groupId >com.google.cloud</groupId >
21
21
<artifactId >pubsublite-kafka</artifactId >
22
- <version >1.1.0 </version >
22
+ <version >1.1.1 </version >
23
23
</dependency >
24
24
```
25
25
26
26
If you are using Gradle without BOM, add this to your dependencies:
27
27
28
28
``` Groovy
29
- implementation 'com.google.cloud:pubsublite-kafka:1.1.0 '
29
+ implementation 'com.google.cloud:pubsublite-kafka:1.1.1 '
30
30
```
31
31
32
32
If you are using SBT, add this to your dependencies:
33
33
34
34
``` Scala
35
- libraryDependencies += " com.google.cloud" % " pubsublite-kafka" % " 1.1.0 "
35
+ libraryDependencies += " com.google.cloud" % " pubsublite-kafka" % " 1.1.1 "
36
36
```
37
37
38
38
## Authentication
Original file line number Diff line number Diff line change 52
52
<artifactId >pubsublite-kafka-auth</artifactId >
53
53
<version >1.1.0</version >
54
54
</dependency >
55
+ <dependency >
56
+ <groupId >com.fasterxml.jackson.core</groupId >
57
+ <artifactId >jackson-databind</artifactId >
58
+ <version >2.14.1</version >
59
+ </dependency >
55
60
<dependency >
56
61
<groupId >org.apache.kafka</groupId >
57
62
<artifactId >kafka-clients</artifactId >
You can’t perform that action at this time.
0 commit comments