Skip to content
Merged
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
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ subprojects {
cassandraDriverVersion = '3.11.5'
azureCosmosVersion = '4.72.0'
jooqVersion = '3.14.16'
awssdkVersion = '2.31.3'
awssdkVersion = '2.32.2'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The AWS SDK version is being bumped from 2.31.3 to 2.32.2. A minor version update can introduce new features and API changes that may not be fully backward compatible. Given that this is a backport to a release branch (branch(3)), it's important to ensure that these changes don't introduce any regressions. Consider whether a patch version update would be more appropriate for a release branch to minimize risk.

        awssdkVersion = '2.31.x' // Use the latest patch version of 2.31

commonsDbcp2Version = '2.13.0'
mysqlDriverVersion = '8.4.0'
postgresqlDriverVersion = '42.7.7'
Expand Down