Skip to content

Commit 87d455e

Browse files
committed
Merge branch 'main' into dcsummit26
2 parents eec7a1f + c45a18f commit 87d455e

13 files changed

Lines changed: 112 additions & 52 deletions

File tree

labs/unicorn-location-api/UnicornLocationFunction/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>org.junit.jupiter</groupId>
2929
<artifactId>junit-jupiter</artifactId>
30-
<version>6.0.3</version>
30+
<version>6.1.0</version>
3131
<scope>test</scope>
3232
</dependency>
3333
</dependencies>

labs/unicorn-location-api/final/unicorn-location-api-final/UnicornLocationFunction/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>software.amazon.awssdk</groupId>
1919
<artifactId>dynamodb</artifactId>
20-
<version>2.44.7</version>
20+
<version>2.44.12</version>
2121
<exclusions>
2222
<exclusion>
2323
<groupId>software.amazon.awssdk</groupId>
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>software.amazon.awssdk</groupId>
3434
<artifactId>aws-crt-client</artifactId>
35-
<version>2.44.7</version>
35+
<version>2.44.12</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>com.amazonaws</groupId>
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>org.junit.jupiter</groupId>
7272
<artifactId>junit-jupiter</artifactId>
73-
<version>6.0.3</version>
73+
<version>6.1.0</version>
7474
<scope>test</scope>
7575
</dependency>
7676
</dependencies>

labs/unicorn-stock-broker/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1818
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1919
<spring-cloud.version>2025.1.1</spring-cloud.version>
20-
<aws-sdk.version>2.44.7</aws-sdk.version>
20+
<aws-sdk.version>2.44.12</aws-sdk.version>
2121
</properties>
2222

2323
<dependencies>
@@ -103,7 +103,7 @@
103103
<dependency>
104104
<groupId>org.junit.jupiter</groupId>
105105
<artifactId>junit-jupiter</artifactId>
106-
<version>6.0.3</version>
106+
<version>6.1.0</version>
107107
<scope>test</scope>
108108
</dependency>
109109
</dependencies>
Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
# Licensed to the Apache Software Foundation (ASF) under one
2-
# or more contributor license agreements. See the NOTICE file
3-
# distributed with this work for additional information
4-
# regarding copyright ownership. The ASF licenses this file
5-
# to you under the Apache License, Version 2.0 (the
6-
# "License"); you may not use this file except in compliance
7-
# with the License. You may obtain a copy of the License at
8-
#
9-
# http://www.apache.org/licenses/LICENSE-2.0
10-
#
11-
# Unless required by applicable law or agreed to in writing,
12-
# software distributed under the License is distributed on an
13-
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14-
# KIND, either express or implied. See the License for the
15-
# specific language governing permissions and limitations
16-
# under the License.
17-
wrapperVersion=3.3.2
1+
wrapperVersion=3.3.4
182
distributionType=only-script
19-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
3+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.16/apache-maven-3.9.16-bin.zip

labs/unicorn-store/infrastructure/cdk/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<properties>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1212
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
13-
<cdk.version>2.254.0</cdk.version>
14-
<junit.version>6.0.3</junit.version>
13+
<cdk.version>2.257.0</cdk.version>
14+
<junit.version>6.1.0</junit.version>
1515
</properties>
1616

1717
<build>

labs/unicorn-store/infrastructure/db-setup/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<name>AWS Lambda function to setup the Amazon RDS Instance</name>
99

1010
<properties>
11-
<aws.java.sdk.version>2.44.7</aws.java.sdk.version>
11+
<aws.java.sdk.version>2.44.12</aws.java.sdk.version>
1212
</properties>
1313

1414
<dependencyManagement>

labs/unicorn-store/mvnw

Lines changed: 43 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

labs/unicorn-store/mvnw.cmd

Lines changed: 48 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

labs/unicorn-store/software/alternatives/unicorn-audit-service/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>software.amazon.awssdk</groupId>
3636
<artifactId>dynamodb</artifactId>
37-
<version>2.44.7</version>
37+
<version>2.44.12</version>
3838
<exclusions>
3939
<exclusion>
4040
<groupId>software.amazon.awssdk</groupId>
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>software.amazon.awssdk</groupId>
5151
<artifactId>aws-crt-client</artifactId>
52-
<version>2.44.7</version>
52+
<version>2.44.12</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>com.amazonaws</groupId>

labs/unicorn-store/software/alternatives/unicorn-store-micronaut/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>io.micronaut.platform</groupId>
1212
<artifactId>micronaut-parent</artifactId>
13-
<version>4.10.14</version>
13+
<version>5.0.0</version>
1414
</parent>
1515
<properties>
1616
<packaging>jar</packaging>
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>software.amazon.awssdk</groupId>
3131
<artifactId>bom</artifactId>
32-
<version>2.44.7</version>
32+
<version>2.44.12</version>
3333
<type>pom</type>
3434
<scope>import</scope>
3535
</dependency>

0 commit comments

Comments
 (0)