Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
136 changes: 136 additions & 0 deletions docs/changelog/8-85-0-Release.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This recipe is available under the [Apache License Version 2.0](https://www.apac
* [Add Gradle or Maven dependency](../../../java/dependencies/adddependency)
* groupId: `software.amazon.awssdk`
* artifactId: `s3-event-notifications`
* version: `2.46.0`
* version: `2.46.10`
* onlyIfUsing: `com.amazonaws.services.s3.event.S3EventNotification`

</TabItem>
Expand All @@ -55,7 +55,7 @@ recipeList:
- org.openrewrite.java.dependencies.AddDependency:
groupId: software.amazon.awssdk
artifactId: s3-event-notifications
version: 2.46.0
version: 2.46.10
onlyIfUsing: com.amazonaws.services.s3.event.S3EventNotification

```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This recipe is available under the [Apache License Version 2.0](https://www.apac
* [Add Gradle or Maven dependency](../../../java/dependencies/adddependency)
* groupId: `software.amazon.awssdk`
* artifactId: `s3-transfer-manager`
* version: `2.46.0`
* version: `2.46.10`
* onlyIfUsing: `com.amazonaws.services.s3.transfer.TransferManager`

</TabItem>
Expand All @@ -55,7 +55,7 @@ recipeList:
- org.openrewrite.java.dependencies.AddDependency:
groupId: software.amazon.awssdk
artifactId: s3-transfer-manager
version: 2.46.0
version: 2.46.10
onlyIfUsing: com.amazonaws.services.s3.transfer.TransferManager

```
Expand Down
Loading
Loading