Skip to content

Commit 8704995

Browse files
authored
Merge pull request #143 from awslabs/2.0.3
Fix typo in version upgrade
2 parents 5b7cc43 + 1525af9 commit 8704995

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ all languages.
152152
* AWS Glue 1.1.5
153153
* Jackson 2.12.4
154154
* io.netty 4.1.68.Final
155-
* guava 31.0.1
155+
* guava 31.0.1-jre
156156

157157
### Release 2.0.2 (June 4, 2021)
158158
* Upgraded multiple dependencies in [PR #137](https://github.com/awslabs/amazon-kinesis-client-python/pull/137)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
('com.typesafe.netty', 'netty-reactive-streams-http', '2.0.5'),
7171
('com.typesafe.netty', 'netty-reactive-streams', '2.0.5'),
7272
('org.reactivestreams', 'reactive-streams', '1.0.3'),
73-
('com.google.guava', 'guava', '31.0.1'),
73+
('com.google.guava', 'guava', '31.0.1-jre'),
7474
('com.google.code.findbugs', 'jsr305', '3.0.2'),
7575
('org.checkerframework', 'checker-qual', '2.5.2'),
7676
('com.google.errorprone', 'error_prone_annotations', '2.7.1'),

0 commit comments

Comments
 (0)