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.4</version>
<version>2.44.6</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

In a clean Maven environment this version makes the parent POM non-resolvable, so every module fails before compilation. I checked the Maven Central listing for software.amazon.awssdk:bom and the published 2.44.x versions currently shown are 2.44.5, 2.44.4, and 2.44.3 (no 2.44.6); running mvn -q -DskipTests validate also fails at this import with software.amazon.awssdk:bom:pom:2.44.6 (absent). Please pin this to an actually published release such as 2.44.5.

Useful? React with 👍 / 👎.

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