Skip to content

Commit 95adc9c

Browse files
author
Vihas Splunk
committed
Merge branch 'develop' into fix-logging
2 parents b3ec71b + f83cc7e commit 95adc9c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
<dependency>
185185
<groupId>com.google.guava</groupId>
186186
<artifactId>guava</artifactId>
187-
<version>31.1-jre</version>
187+
<version>32.0.1-jre</version>
188188
</dependency>
189189
</dependencies>
190190

@@ -342,4 +342,4 @@
342342

343343
</plugins>
344344
</build>
345-
</project>
345+
</project>

test/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
cython < 3.0.0
12
pytest
23
requests == 2.28.2
34
kafka-python

0 commit comments

Comments
 (0)