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.45.0</version>
<version>2.46.0</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 sets the imported AWS SDK BOM to 2.46.0, but Maven Central currently lists the published software.amazon.awssdk:bom versions only up through 2.45.1 for the 2.45 line. Because this dependency is imported in the parent POM, any Maven build has to resolve it before reading the child modules, so the project will fail during model resolution rather than compiling or testing.

Useful? React with 👍 / 👎.

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