Skip to content

Commit

Permalink
NIFI-10270 This closes apache#6240. Upgraded AWS SDK from 1.12.182 to…
Browse files Browse the repository at this point in the history
… 1.12.267

- Upgraded MiNiFi AWS SDK references from 1.11.172 to 1.12.267

Signed-off-by: Joe Witt <[email protected]>
  • Loading branch information
exceptionfactory authored and joewitt committed Jul 24, 2022
1 parent 077e09c commit 7d920b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion minifi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ limitations under the License.
</modules>
<properties>
<system.rules.version>1.19.0</system.rules.version>
<aws.sdk.version>1.11.172</aws.sdk.version>
<aws.sdk.version>1.12.267</aws.sdk.version>
<yammer.metrics.version>2.2.0</yammer.metrics.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion nifi-nar-bundles/nifi-aws-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<properties>
<!-- keep AWS 1.x until NIFI-8287 -->
<aws-java-sdk-version>1.12.182</aws-java-sdk-version>
<aws-java-sdk-version>1.12.267</aws-java-sdk-version>
<!-- keep KCL 1.x until NIFI-8531 (blocked by NIFI-8287) -->
<aws-kinesis-client-library-version>1.14.7</aws-kinesis-client-library-version>
</properties>
Expand Down

0 comments on commit 7d920b9

Please sign in to comment.