Skip to content

Commit

Permalink
Bump storage SDK minor versions for Java
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Traverse committed Sep 19, 2023
1 parent 3e22f91 commit 1b89bb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ ext {

// Plugins

aws_sdk_version = '2.20.88'
gcp_sdk_version = '26.18.0'
azure_sdk_version = '1.2.15'
aws_sdk_version = '2.20.150'
gcp_sdk_version = '26.23.0'
azure_sdk_version = '1.2.16'

// AWS SDK uses Reactive Streams
// Only the latest version has a good license (MIT-0, prior versions were Creative Commons)
Expand Down

0 comments on commit 1b89bb3

Please sign in to comment.