Skip to content
Open
Show file tree
Hide file tree
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 apps/ai-jvm-analyzer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>bom</artifactId>
<version>2.44.12</version>
<version>2.46.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion apps/aiagent-agentcore/aiagent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>bom</artifactId>
<version>2.44.12</version>
<version>2.46.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion apps/java-spring-ai-agents/aiagent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>bom</artifactId>
<version>2.44.12</version>
<version>2.46.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion apps/perf-analyzer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<maven.compiler.release>25</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring-ai.version>2.0.0-M6</spring-ai.version>
<aws-sdk.version>2.44.4</aws-sdk.version>
<aws-sdk.version>2.46.2</aws-sdk.version>
<kubernetes-client.version>26.0.0</kubernetes-client.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion apps/perf-collector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<java.version>25</java.version>
<maven.compiler.release>25</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<aws-sdk.version>2.44.4</aws-sdk.version>
<aws-sdk.version>2.46.2</aws-sdk.version>
<kubernetes-client.version>26.0.0</kubernetes-client.version>
<!-- Native runtime assets bundled into the image. linux/amd64 only -
multi-arch is out of scope for the workshop. -->
Expand Down
2 changes: 1 addition & 1 deletion apps/unicorn-store-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>bom</artifactId>
<version>2.44.12</version>
<version>2.46.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
8 changes: 4 additions & 4 deletions infra/cdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,25 +79,25 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>ec2</artifactId>
<version>2.44.12</version>
<version>2.46.2</version>
</dependency>

<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>secretsmanager</artifactId>
<version>2.44.12</version>
<version>2.46.2</version>
</dependency>

<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>ssm</artifactId>
<version>2.44.12</version>
<version>2.46.2</version>
</dependency>

<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>rds</artifactId>
<version>2.44.12</version>
<version>2.46.2</version>
</dependency>

<!-- Jackson for JSON processing -->
Expand Down
Loading