Skip to content

Commit

Permalink
updated s3 access grants plugin version (#5273)
Browse files Browse the repository at this point in the history
* updated s3 access grants plugin version

* updated changelog to reflect aws-s3-accessgrants-java-plugin version update

* Update feature-AWSS3-2bfc0aa.json

---------

Co-authored-by: John Viegas <[email protected]>
  • Loading branch information
nikitamsawant and joviegas authored Jun 7, 2024
1 parent 212de25 commit 849eae1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/next-release/feature-AWSS3-2bfc0aa.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "feature",
"category": "Amazon S3",
"contributor": "nikitamsawant",
"description": "Updated the version of aws-s3-accessgrants-java-plugin to include changes that support copyObject and deleteObjects."
}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
<reactive-streams.version>1.0.4</reactive-streams.version>

<!-- S3 Access Grants plugin version -->
<s3accessgrants.version>2.0.1</s3accessgrants.version>
<s3accessgrants.version>2.1.0</s3accessgrants.version>

<skip.unit.tests>${skipTests}</skip.unit.tests>
<integTestSourceDirectory>${project.basedir}/src/it/java</integTestSourceDirectory>
Expand Down

0 comments on commit 849eae1

Please sign in to comment.