Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
e818c1d
Bump org.apache.maven.plugins:maven-shade-plugin
dependabot[bot] Nov 24, 2025
f7cad95
Bump org.apache.maven.plugins:maven-shade-plugin
dependabot[bot] Nov 24, 2025
8aa734f
Bump org.apache.maven.plugins:maven-shade-plugin
dependabot[bot] Nov 24, 2025
0779b90
Bump org.apache.maven.plugins:maven-shade-plugin
dependabot[bot] Nov 24, 2025
ff418c9
Bump the awssdk group across 8 directories with 4 updates
dependabot[bot] Dec 1, 2025
c497f68
Bump the spring group across 4 directories with 2 updates
dependabot[bot] Dec 1, 2025
e13e7fa
Bump org.codehaus.mojo:exec-maven-plugin
dependabot[bot] Dec 22, 2025
00c3dbe
Bump the junit group across 4 directories with 1 update
dependabot[bot] Jan 12, 2026
71c0147
Bump com.amazonaws:aws-lambda-java-runtime-interface-client
dependabot[bot] Jan 12, 2026
0dffe7c
Bump the jackson group across 2 directories with 1 update
dependabot[bot] Jan 19, 2026
937abc9
Bump the postgresql group across 3 directories with 1 update
dependabot[bot] Jan 19, 2026
c21b31f
Bump org.graalvm.buildtools:native-maven-plugin
dependabot[bot] Jan 26, 2026
28054c7
Bump the maven-compiler-plugin group across 3 directories with 1 update
dependabot[bot] Feb 2, 2026
a8ccaf3
Bump io.micronaut.platform:micronaut-parent
dependabot[bot] Feb 16, 2026
2e2b0d2
Bump quarkus.platform.version
dependabot[bot] Feb 16, 2026
b6c0eef
Merge pull request #1411 from aws-samples/dependabot/maven/labs/unico…
curtisms Feb 23, 2026
b1c7e28
Merge pull request #1413 from aws-samples/dependabot/maven/labs/unico…
curtisms Feb 23, 2026
3ced78a
Merge pull request #1416 from aws-samples/dependabot/maven/labs/unico…
curtisms Feb 23, 2026
088429e
Merge pull request #1417 from aws-samples/dependabot/maven/labs/unico…
curtisms Feb 23, 2026
356434f
Merge pull request #1420 from aws-samples/dependabot/maven/labs/unico…
curtisms Feb 23, 2026
f2e40f7
Merge pull request #1429 from aws-samples/dependabot/maven/labs/unico…
curtisms Feb 23, 2026
9423160
Merge pull request #1434 from aws-samples/dependabot/maven/labs/unico…
curtisms Feb 23, 2026
4d3f10a
Merge pull request #1435 from aws-samples/dependabot/maven/labs/unico…
curtisms Feb 23, 2026
559b06d
Merge pull request #1439 from aws-samples/dependabot/maven/labs/unico…
curtisms Feb 23, 2026
1dc5e11
Merge pull request #1440 from aws-samples/dependabot/maven/labs/unico…
curtisms Feb 23, 2026
398a2bc
Bump software.amazon.awscdk:aws-cdk-lib
dependabot[bot] Feb 23, 2026
eaf2dd4
Merge pull request #1442 from aws-samples/dependabot/maven/labs/unico…
curtisms Feb 23, 2026
4caa15f
Merge pull request #1445 from aws-samples/dependabot/maven/labs/unico…
curtisms Feb 23, 2026
7ccc8f9
Merge pull request #1449 from aws-samples/dependabot/maven/labs/unico…
curtisms Feb 23, 2026
79f920a
Merge pull request #1450 from aws-samples/dependabot/maven/labs/unico…
curtisms Feb 23, 2026
3845a88
Merge pull request #1451 from aws-samples/dependabot/maven/labs/unico…
curtisms Feb 23, 2026
1922baf
Bump the spring group across 4 directories with 2 updates
dependabot[bot] Dec 1, 2025
630d618
Added spring-boot-jackson2 dependency to support current jackson2 imp…
curtisms Feb 23, 2026
c100fa9
Merge remote-tracking branch 'origin/dependabot/maven/labs/unicorn-st…
curtisms Feb 23, 2026
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 labs/unicorn-location-api/UnicornLocationFunction/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.13.1</version>
<version>6.0.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>dynamodb</artifactId>
<version>2.31.50</version>
<version>2.39.6</version>
<exclusions>
<exclusion>
<groupId>software.amazon.awssdk</groupId>
Expand All @@ -32,12 +32,12 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-crt-client</artifactId>
<version>2.31.50</version>
<version>2.39.6</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-lambda-java-runtime-interface-client</artifactId>
<version>2.8.6</version>
<version>2.9.0</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
Expand All @@ -53,7 +53,7 @@
<dependency>
<groupId>com.fasterxml.jackson.jr</groupId>
<artifactId>jackson-jr-objects</artifactId>
<version>2.19.1</version>
<version>2.21.0</version>
</dependency>

<dependency>
Expand All @@ -70,7 +70,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.13.1</version>
<version>6.0.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -83,7 +83,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.6.0</version>
<version>3.6.1</version>
<executions>
<execution>
<phase>package</phase>
Expand All @@ -104,7 +104,7 @@
<plugin>
<groupId>org.graalvm.buildtools</groupId>
<artifactId>native-maven-plugin</artifactId>
<version>0.11.2</version>
<version>0.11.4</version>
<extensions>true</extensions>
<executions>
<execution>
Expand Down
8 changes: 4 additions & 4 deletions labs/unicorn-stock-broker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.5.0</version>
<version>4.0.0</version>
</parent>
<groupId>com.unicorn</groupId>
<artifactId>UnicornStockBroker</artifactId>
Expand All @@ -16,8 +16,8 @@
<maven.compiler.target>25</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<spring-cloud.version>2025.0.0</spring-cloud.version>
<aws-sdk.version>2.31.50</aws-sdk.version>
<spring-cloud.version>2025.1.0</spring-cloud.version>
<aws-sdk.version>2.39.6</aws-sdk.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -103,7 +103,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.13.1</version>
<version>6.0.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions labs/unicorn-store/infrastructure/cdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<cdk.version>2.225.0</cdk.version>
<junit.version>5.13.1</junit.version>
<cdk.version>2.239.0</cdk.version>
<junit.version>6.0.2</junit.version>
</properties>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.14.0</version>
<version>3.15.0</version>
<configuration>
<source>17</source>
<target>17</target>
Expand All @@ -29,7 +29,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.6.2</version>
<version>3.6.3</version>
<configuration>
<mainClass>com.unicorn.UnicornStoreApp</mainClass>
</configuration>
Expand Down
10 changes: 5 additions & 5 deletions labs/unicorn-store/infrastructure/db-setup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<name>AWS Lambda function to setup the Amazon RDS Instance</name>

<properties>
<aws.java.sdk.version>2.31.50</aws.java.sdk.version>
<aws.java.sdk.version>2.39.6</aws.java.sdk.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.7</version>
<version>42.7.9</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
Expand All @@ -70,7 +70,7 @@
<dependency>
<groupId>com.fasterxml.jackson.jr</groupId>
<artifactId>jackson-jr-objects</artifactId>
<version>2.19.1</version>
<version>2.21.0</version>
</dependency>
</dependencies>

Expand All @@ -79,7 +79,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.6.0</version>
<version>3.6.1</version>
<configuration>
<finalName>db-setup</finalName>
</configuration>
Expand All @@ -96,7 +96,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.14.0</version>
<version>3.15.0</version>
<configuration>
<source>17</source>
<target>17</target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.5.0</version>
<version>4.0.0</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.unicorn</groupId>
Expand Down Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>dynamodb</artifactId>
<version>2.31.50</version>
<version>2.39.6</version>
<exclusions>
<exclusion>
<groupId>software.amazon.awssdk</groupId>
Expand All @@ -49,7 +49,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-crt-client</artifactId>
<version>2.31.50</version>
<version>2.39.6</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
Expand All @@ -63,7 +63,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>2025.0.0</version>
<version>2025.1.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>io.micronaut.platform</groupId>
<artifactId>micronaut-parent</artifactId>
<version>4.10.0</version>
<version>4.10.8</version>
</parent>
<properties>
<packaging>jar</packaging>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>bom</artifactId>
<version>2.31.50</version>
<version>2.39.6</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@
<version>1.0.0</version>

<properties>
<compiler-plugin.version>3.14.0</compiler-plugin.version>
<compiler-plugin.version>3.15.0</compiler-plugin.version>
<maven.compiler.parameters>true</maven.compiler.parameters>
<maven.compiler.source>25</maven.compiler.source>
<maven.compiler.target>25</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus.platform.version>3.24.3</quarkus.platform.version>
<quarkus.platform.version>3.31.3</quarkus.platform.version>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>bom</artifactId>
<version>2.31.50</version>
<version>2.39.6</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.5.0</version>
<version>4.0.0</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.unicorn</groupId>
Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>eventbridge</artifactId>
<version>2.31.50</version>
<version>2.39.6</version>
<exclusions>
<exclusion>
<groupId>software.amazon.awssdk</groupId>
Expand All @@ -47,7 +47,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-crt-client</artifactId>
<version>2.31.50</version>
<version>2.39.6</version>
</dependency>

<dependency>
Expand All @@ -59,7 +59,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.7</version>
<version>42.7.9</version>
</dependency>
</dependencies>

Expand All @@ -79,7 +79,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.6.0</version>
<version>3.6.1</version>
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
<shadedArtifactAttached>true</shadedArtifactAttached>
Expand Down
14 changes: 9 additions & 5 deletions labs/unicorn-store/software/unicorn-store-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.5.0</version>
<version>4.0.0</version>
</parent>

<groupId>com.unicorn</groupId>
Expand All @@ -28,10 +28,14 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-jackson2</artifactId>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>eventbridge</artifactId>
<version>2.31.50</version>
<version>2.39.6</version>
<exclusions>
<exclusion>
<groupId>software.amazon.awssdk</groupId>
Expand All @@ -46,7 +50,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-crt-client</artifactId>
<version>2.31.50</version>
<version>2.39.6</version>
</dependency>
<dependency><!-- required for Spring's ConditionalOnCheckpointRestore to work -->
<!-- see https://docs.spring.io/spring-framework/reference/integration/checkpoint-restore.html -->
Expand All @@ -70,7 +74,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.7</version>
<version>42.7.9</version>
</dependency>
</dependencies>

Expand All @@ -79,7 +83,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.6.0</version>
<version>3.6.1</version>
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
</configuration>
Expand Down