Skip to content

Commit db540be

Browse files
authored
Update dependencies for deprecated sdk1 and bumped kcl dependencies for KCL v3.0.0(#257)
1 parent f5d7bb7 commit db540be

File tree

2 files changed

+27
-18
lines changed

2 files changed

+27
-18
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,19 @@ all languages.
179179
* `LeaseAssignmentManager`
180180
* `WorkerMetricStatsReporter`
181181
* `LeaseDiscovery`
182+
---
183+
For **2.x** and **1.x** release notes, please see [v2.x/README.md](https://github.com/awslabs/amazon-kinesis-client-python/blob/v2.x/README.md#release-notes)
184+
185+
[amazon-kinesis-shard]: http://docs.aws.amazon.com/kinesis/latest/dev/key-concepts.html
186+
[amazon-kinesis-docs]: http://aws.amazon.com/documentation/kinesis/
187+
[amazon-kcl]: http://docs.aws.amazon.com/kinesis/latest/dev/kinesis-record-processor-app.html
188+
[multi-lang-daemon]: https://github.com/awslabs/amazon-kinesis-client/blob/master/src/main/java/com/amazonaws/services/kinesis/multilang/package-info.java
189+
[kinesis]: http://aws.amazon.com/kinesis
190+
[amazon-kinesis-ruby-github]: https://github.com/awslabs/amazon-kinesis-client-ruby
191+
[kinesis-github]: https://github.com/awslabs/amazon-kinesis-client
192+
[boto]: http://boto.readthedocs.org/en/latest/
193+
[DefaultCredentialsProvider]: https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/auth/credentials/DefaultCredentialsProvider.html
194+
[kinesis-forum]: http://developer.amazonwebservices.com/connect/forum.jspa?forumID=169
182195

183196
## License
184197

pom.xml

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<netty.version>4.1.108.Final</netty.version>
88
<netty-reactive.version>2.0.6</netty-reactive.version>
99
<fasterxml-jackson.version>2.13.5</fasterxml-jackson.version>
10-
<logback.version>1.3.12</logback.version>
10+
<logback.version>1.3.14</logback.version>
1111
</properties>
1212
<dependencies>
1313
<dependency>
@@ -280,22 +280,22 @@
280280
<dependency>
281281
<groupId>com.google.protobuf</groupId>
282282
<artifactId>protobuf-java</artifactId>
283-
<version>3.21.7</version>
283+
<version>4.27.5</version>
284284
</dependency>
285285
<dependency>
286286
<groupId>org.apache.commons</groupId>
287287
<artifactId>commons-lang3</artifactId>
288-
<version>3.12.0</version>
288+
<version>3.14.0</version>
289289
</dependency>
290290
<dependency>
291291
<groupId>org.slf4j</groupId>
292292
<artifactId>slf4j-api</artifactId>
293-
<version>2.0.5</version>
293+
<version>2.0.13</version>
294294
</dependency>
295295
<dependency>
296296
<groupId>io.reactivex.rxjava3</groupId>
297297
<artifactId>rxjava</artifactId>
298-
<version>3.1.5</version>
298+
<version>3.1.8</version>
299299
</dependency>
300300
<dependency>
301301
<groupId>com.fasterxml.jackson.dataformat</groupId>
@@ -337,16 +337,6 @@
337337
<artifactId>httpcore</artifactId>
338338
<version>4.4.15</version>
339339
</dependency>
340-
<dependency>
341-
<groupId>com.amazonaws</groupId>
342-
<artifactId>aws-java-sdk-core</artifactId>
343-
<version>${aws-java-sdk.version}</version>
344-
</dependency>
345-
<dependency>
346-
<groupId>com.amazonaws</groupId>
347-
<artifactId>aws-java-sdk-sts</artifactId>
348-
<version>${aws-java-sdk.version}</version>
349-
</dependency>
350340
<dependency>
351341
<groupId>com.amazon.ion</groupId>
352342
<artifactId>ion-java</artifactId>
@@ -355,7 +345,13 @@
355345
<dependency>
356346
<groupId>software.amazon.glue</groupId>
357347
<artifactId>schema-registry-serde</artifactId>
358-
<version>1.1.13</version>
348+
<version>1.1.19</version>
349+
<exclusions>
350+
<exclusion>
351+
<groupId>com.amazonaws</groupId>
352+
<artifactId>aws-java-sdk-sts</artifactId>
353+
</exclusion>
354+
</exclusions>
359355
</dependency>
360356
<dependency>
361357
<groupId>joda-time</groupId>
@@ -380,7 +376,7 @@
380376
<dependency>
381377
<groupId>commons-io</groupId>
382378
<artifactId>commons-io</artifactId>
383-
<version>2.11.0</version>
379+
<version>2.16.1</version>
384380
</dependency>
385381
<dependency>
386382
<groupId>commons-logging</groupId>
@@ -390,7 +386,7 @@
390386
<dependency>
391387
<groupId>org.apache.commons</groupId>
392388
<artifactId>commons-collections4</artifactId>
393-
<version>4.2</version>
389+
<version>4.4</version>
394390
</dependency>
395391
<dependency>
396392
<groupId>commons-beanutils</groupId>

0 commit comments

Comments
 (0)