Skip to content

Commit

Permalink
Update aws-java-sdk monorepo to v1.12.773
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 2, 2024
1 parent 15ef8ef commit eb5830e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion flink-connectors/flink-connector-kinesis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ under the License.
<artifactId>flink-connector-kinesis</artifactId>
<name>Flink : Connectors : Kinesis</name>
<properties>
<aws.sdk.version>1.12.772</aws.sdk.version>
<aws.sdk.version>1.12.773</aws.sdk.version>
<aws.sdkv2.version>2.28.13</aws.sdkv2.version>
<aws.kinesis-kcl.version>1.15.2</aws.kinesis-kcl.version>
<aws.kinesis-kpl.version>0.15.11</aws.kinesis-kpl.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ under the License.
<packaging>jar</packaging>

<properties>
<aws.sdk.version>1.12.772</aws.sdk.version>
<aws.sdk.version>1.12.773</aws.sdk.version>
<aws.sdkv2.version>2.28.13</aws.sdkv2.version>
<kotlin.version>2.0.20</kotlin.version>
</properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ under the License.
<packaging>jar</packaging>

<properties>
<aws.sdk.version>1.12.772</aws.sdk.version>
<aws.sdk.version>1.12.773</aws.sdk.version>
<aws.sdkv2.version>2.28.13</aws.sdkv2.version>
<kotlin.version>2.0.20</kotlin.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion flink-filesystems/flink-s3-fs-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ under the License.
<packaging>jar</packaging>

<properties>
<fs.s3.aws.version>1.12.772</fs.s3.aws.version>
<fs.s3.aws.version>1.12.773</fs.s3.aws.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion flink-yarn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ under the License.
<properties>
<!-- for testing (will override Hadoop's default dependency on too low SDK versions that
do not work with our httpcomponents version) -->
<aws.sdk.version>1.12.772</aws.sdk.version>
<aws.sdk.version>1.12.773</aws.sdk.version>
</properties>

<dependencies>
Expand Down

0 comments on commit eb5830e

Please sign in to comment.