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 pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>bom</artifactId>
<version>2.44.3</version>
<version>2.44.4</version>
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Use a published AWS SDK BOM version

This points dependency management at software.amazon.awssdk:bom:2.44.4, but the Central listing for software.amazon.awssdk:bom currently stops at 2.44.3 in the 2.44.x series, and a clean Maven resolution fails because the imported BOM is absent. In any environment without this nonexistent artifact cached, Maven cannot even read the parent POM, so builds and dependency resolution are blocked until this is reverted to a published version or updated after 2.44.4 is actually available.

Useful? React with 👍 / 👎.

<type>pom</type>
<scope>import</scope>
<exclusions>
Expand Down
Loading