Skip to content

Commit 5499a40

Browse files
Update aws-java-sdk monorepo (#3685)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 941ee0c commit 5499a40

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

flink-connectors/flink-connector-kinesis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ under the License.
3232
<artifactId>flink-connector-kinesis</artifactId>
3333
<name>Flink : Connectors : Kinesis</name>
3434
<properties>
35-
<aws.sdk.version>1.12.792</aws.sdk.version>
35+
<aws.sdk.version>1.12.794</aws.sdk.version>
3636
<aws.sdkv2.version>2.36.0</aws.sdkv2.version>
3737
<aws.kinesis-kcl.version>1.15.3</aws.kinesis-kcl.version>
3838
<aws.kinesis-kpl.version>0.15.12</aws.kinesis-kpl.version>

flink-end-to-end-tests/flink-glue-schema-registry-avro-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ under the License.
3232
<packaging>jar</packaging>
3333

3434
<properties>
35-
<aws.sdk.version>1.12.792</aws.sdk.version>
35+
<aws.sdk.version>1.12.794</aws.sdk.version>
3636
<aws.sdkv2.version>2.36.0</aws.sdkv2.version>
3737
<kotlin.version>2.2.21</kotlin.version>
3838
</properties>

flink-end-to-end-tests/flink-glue-schema-registry-json-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ under the License.
3232
<packaging>jar</packaging>
3333

3434
<properties>
35-
<aws.sdk.version>1.12.792</aws.sdk.version>
35+
<aws.sdk.version>1.12.794</aws.sdk.version>
3636
<aws.sdkv2.version>2.36.0</aws.sdkv2.version>
3737
<kotlin.version>2.2.21</kotlin.version>
3838
</properties>

flink-filesystems/flink-s3-fs-base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ under the License.
3131
<packaging>jar</packaging>
3232

3333
<properties>
34-
<fs.s3.aws.version>1.12.792</fs.s3.aws.version>
34+
<fs.s3.aws.version>1.12.794</fs.s3.aws.version>
3535
</properties>
3636

3737
<dependencies>

flink-yarn/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ under the License.
3333
<properties>
3434
<!-- for testing (will override Hadoop's default dependency on too low SDK versions that
3535
do not work with our httpcomponents version) -->
36-
<aws.sdk.version>1.12.792</aws.sdk.version>
36+
<aws.sdk.version>1.12.794</aws.sdk.version>
3737
</properties>
3838

3939
<dependencies>

0 commit comments

Comments
 (0)