Skip to content

Commit dc688d7

Browse files
fix: add dependency to fix QuickStartIT failures (#397)
* fix: add dependency to fix QuickStartIT failures * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 1bba870 commit dc688d7

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

‎README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>pubsublite-kafka</artifactId>
22-
<version>1.1.0</version>
22+
<version>1.1.1</version>
2323
</dependency>
2424
```
2525

2626
If you are using Gradle without BOM, add this to your dependencies:
2727

2828
```Groovy
29-
implementation 'com.google.cloud:pubsublite-kafka:1.1.0'
29+
implementation 'com.google.cloud:pubsublite-kafka:1.1.1'
3030
```
3131

3232
If you are using SBT, add this to your dependencies:
3333

3434
```Scala
35-
libraryDependencies += "com.google.cloud" % "pubsublite-kafka" % "1.1.0"
35+
libraryDependencies += "com.google.cloud" % "pubsublite-kafka" % "1.1.1"
3636
```
3737

3838
## Authentication

‎samples/snippets/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@
5252
<artifactId>pubsublite-kafka-auth</artifactId>
5353
<version>1.1.0</version>
5454
</dependency>
55+
<dependency>
56+
<groupId>com.fasterxml.jackson.core</groupId>
57+
<artifactId>jackson-databind</artifactId>
58+
<version>2.14.1</version>
59+
</dependency>
5560
<dependency>
5661
<groupId>org.apache.kafka</groupId>
5762
<artifactId>kafka-clients</artifactId>

0 commit comments

Comments
 (0)