Skip to content

Commit 849eae1

Browse files
updated s3 access grants plugin version (#5273)
* 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]>
1 parent 212de25 commit 849eae1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon S3",
4+
"contributor": "nikitamsawant",
5+
"description": "Updated the version of aws-s3-accessgrants-java-plugin to include changes that support copyObject and deleteObjects."
6+
}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
<reactive-streams.version>1.0.4</reactive-streams.version>
181181

182182
<!-- S3 Access Grants plugin version -->
183-
<s3accessgrants.version>2.0.1</s3accessgrants.version>
183+
<s3accessgrants.version>2.1.0</s3accessgrants.version>
184184

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

0 commit comments

Comments
 (0)