Skip to content

[Snyk] Upgrade com.amazonaws:aws-java-sdk-dynamodb from 1.11.327 to 1.12.797#2

Open
ryanmcmorrowsnyk wants to merge 1 commit into
mainfrom
snyk-upgrade-fe34b399382ba637c935f2a8fb8c26f3
Open

[Snyk] Upgrade com.amazonaws:aws-java-sdk-dynamodb from 1.11.327 to 1.12.797#2
ryanmcmorrowsnyk wants to merge 1 commit into
mainfrom
snyk-upgrade-fe34b399382ba637c935f2a8fb8c26f3

Conversation

@ryanmcmorrowsnyk

Copy link
Copy Markdown
Owner

snyk-top-banner

Snyk has created this PR to upgrade com.amazonaws:aws-java-sdk-dynamodb from 1.11.327 to 1.12.797.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 1502 versions ahead of your current version.

  • The recommended version was released 2 months ago.

Breaking Change Risk

Merge Risk: Medium

Notice: This assessment is enhanced by AI.


Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

…2.797

Snyk has created this PR to upgrade com.amazonaws:aws-java-sdk-dynamodb from 1.11.327 to 1.12.797.

See this package in maven:
com.amazonaws:aws-java-sdk-dynamodb

See this project in Snyk:
https://app.snyk.io/org/dev-team-1-GXHHqjKkdZpkvhZpMAbvFF/project/c0084c67-dd3e-4f7c-b3b5-cb4b40911bd5?utm_source=github&utm_medium=referral&page=upgrade-pr
@ryanmcmorrowsnyk

Copy link
Copy Markdown
Owner Author

Merge Risk: Medium

This upgrade of the AWS SDK for Java from version 1.11.327 to 1.12.797 introduces two notable changes that require verification.

Key Changes:

  • Java Runtime Requirement: Starting with version 1.12.768, the AWS SDK for Java v1 requires Java 8 or newer. Support for Java 7 has been dropped. Your environment must be running on at least Java 8.
  • Transitive Dependency Upgrade (Jackson): The major change in the 1.12.x series is the upgrade of its internal JSON processing library, Jackson, from version 2.6 to 2.12. While the AWS SDK's own APIs have not changed, this can cause conflicts. If your application uses Jackson directly or through another dependency, you may encounter behavioral changes or compilation errors.

Recommendation:

  • Verify Java Version: Ensure your production environment and build pipeline use Java 8 or a more recent version.
  • Check Jackson Dependency: Review your project's dependencies for any direct usage of the Jackson library. If found, you must test your application to ensure compatibility with the newer Jackson 2.12 version brought in by the AWS SDK.

It is also important to note that the AWS SDK for Java v1.x is in maintenance mode and is scheduled for end-of-support on December 31, 2025. Migration to the AWS SDK for Java v2 is recommended for future development.

Notice 🤖: This content was augmented using artificial intelligence. AI-generated content may contain errors and should be reviewed for accuracy before use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants