File tree Expand file tree Collapse file tree
final/unicorn-location-api-final/UnicornLocationFunction
unicorn-store-spring-graalvm Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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
182distributionType =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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments