Skip to content
Closed
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.13</version>
<version>2.44.14</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 bumps the imported AWS SDK BOM to 2.44.14, but Maven Central currently only exposes this artifact through 2.44.13; with this value every Maven build has to resolve a non-existent import POM before any module can compile. In any clean CI or developer cache, dependency resolution will fail at project read time rather than falling back to the previous BOM.

Useful? React with 👍 / 👎.

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