Skip to content

Commit

Permalink
Update aws-java-sdk monorepo to v1.12.741
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 11, 2024
1 parent f18f9f7 commit edaa2a5
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.740</aws.sdk.version>
<aws.sdk.version>1.12.741</aws.sdk.version>
<aws.sdkv2.version>2.25.70</aws.sdkv2.version>
<aws.kinesis-kcl.version>1.15.1</aws.kinesis-kcl.version>
<aws.kinesis-kpl.version>0.15.10</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.740</aws.sdk.version>
<aws.sdk.version>1.12.741</aws.sdk.version>
<aws.sdkv2.version>2.25.70</aws.sdkv2.version>
<kotlin.version>2.0.0</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.740</aws.sdk.version>
<aws.sdk.version>1.12.741</aws.sdk.version>
<aws.sdkv2.version>2.25.70</aws.sdkv2.version>
<kotlin.version>2.0.0</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.740</fs.s3.aws.version>
<fs.s3.aws.version>1.12.741</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.740</aws.sdk.version>
<aws.sdk.version>1.12.741</aws.sdk.version>
</properties>

<dependencies>
Expand Down

0 comments on commit edaa2a5

Please sign in to comment.