Skip to content

Commit fbde111

Browse files
dependabot[bot]zengyu714
authored andcommitted
Bump dependencies
Bump jackson-dataformat-cbor from 2.12.4 to 2.13.0 (#6) Bump auth from 2.17.52 to 2.17.99 (#5) Bump sts from 2.17.52 to 2.17.99 (#3) Bump cloudwatch from 2.17.52 to 2.17.99 (#2) Bump slf4j-api from 1.7.30 to 1.7.32 (#9) Bump profiles from 2.17.52 to 2.17.99 (#8) Bump aws-cbor-protocol from 2.17.52 to 2.17.99 (#7) Bump dynamodb from 2.17.52 to 2.17.102 (#24) Bump aws-java-sdk-sts from 1.12.3 to 1.12.131 (#23) Bump aws-query-protocol from 2.17.52 to 2.17.102 (#22) Bump netty-transport from 4.1.68.Final to 4.1.72.Final (#27) Bump profiles from 2.17.52 to 2.17.102 (#26) Bump logback-core from 1.2.7 to 1.2.10 (#28) Signed-off-by: dependabot[bot] <[email protected]> Co-Authored-By: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2642ae7 commit fbde111

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

pom.xml

+8-8
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>software.amazon.awssdk</groupId>
4242
<artifactId>aws-query-protocol</artifactId>
43-
<version>2.17.52</version>
43+
<version>2.17.102</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>software.amazon.awssdk</groupId>
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>software.amazon.awssdk</groupId>
5252
<artifactId>dynamodb</artifactId>
53-
<version>2.17.52</version>
53+
<version>2.17.102</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>software.amazon.awssdk</groupId>
@@ -80,7 +80,7 @@
8080
<dependency>
8181
<groupId>software.amazon.awssdk</groupId>
8282
<artifactId>profiles</artifactId>
83-
<version>2.17.52</version>
83+
<version>2.17.102</version>
8484
</dependency>
8585
<dependency>
8686
<groupId>software.amazon.awssdk</groupId>
@@ -145,7 +145,7 @@
145145
<dependency>
146146
<groupId>com.amazonaws</groupId>
147147
<artifactId>aws-java-sdk-sts</artifactId>
148-
<version>1.12.3</version>
148+
<version>1.12.131</version>
149149
</dependency>
150150
<dependency>
151151
<groupId>com.amazonaws</groupId>
@@ -170,7 +170,7 @@
170170
<dependency>
171171
<groupId>com.fasterxml.jackson.dataformat</groupId>
172172
<artifactId>jackson-dataformat-cbor</artifactId>
173-
<version>2.12.4</version>
173+
<version>2.13.0</version>
174174
</dependency>
175175
<dependency>
176176
<groupId>io.netty</groupId>
@@ -190,7 +190,7 @@
190190
<dependency>
191191
<groupId>io.netty</groupId>
192192
<artifactId>netty-transport</artifactId>
193-
<version>4.1.68.Final</version>
193+
<version>4.1.72.Final</version>
194194
</dependency>
195195
<dependency>
196196
<groupId>io.netty</groupId>
@@ -305,7 +305,7 @@
305305
<dependency>
306306
<groupId>org.slf4j</groupId>
307307
<artifactId>slf4j-api</artifactId>
308-
<version>1.7.30</version>
308+
<version>1.7.32</version>
309309
</dependency>
310310
<dependency>
311311
<groupId>commons-beanutils</groupId>
@@ -340,7 +340,7 @@
340340
<dependency>
341341
<groupId>ch.qos.logback</groupId>
342342
<artifactId>logback-core</artifactId>
343-
<version>1.2.7</version>
343+
<version>1.2.10</version>
344344
</dependency>
345345
<dependency>
346346
<groupId>joda-time</groupId>

samples/sample.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ AWSCredentialsProvider = DefaultAWSCredentialsProviderChain
1919

2020
# Appended to the user agent of the KCL. Does not impact the functionality of the
2121
# KCL in any other way.
22-
processingLanguage = python/2.7
22+
processingLanguage = python/3.8
2323

2424
# Valid options at TRIM_HORIZON or LATEST.
2525
# See http://docs.aws.amazon.com/kinesis/latest/APIReference/API_GetShardIterator.html#API_GetShardIterator_RequestSyntax

0 commit comments

Comments
 (0)