Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit b09bae2

Browse files
authored
Updates for release v1.1.4
Updates for release v1.1.4
2 parents 9a62c50 + e98382c commit b09bae2

File tree

38 files changed

+1015
-852
lines changed

38 files changed

+1015
-852
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
=======
99

10+
## [1.1.4] - 2024-09-17
11+
12+
### Security
13+
14+
- Updated node modules to patch vulnerabilities
15+
1016
## [1.1.3] - 2024-08-19
1117

1218
### Security

source/infrastructure/cdk.json

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
22
"app": "../pre-build-jars.sh && npx ts-node --prefer-ts-exts bin/dus.ts",
33
"watch": {
4-
"include": [
5-
"**"
6-
],
4+
"include": ["**"],
75
"exclude": [
86
"README.md",
97
"cdk*.json",
@@ -19,10 +17,7 @@
1917
"context": {
2018
"@aws-cdk/aws-lambda:recognizeLayerVersion": true,
2119
"@aws-cdk/core:checkSecretUsage": true,
22-
"@aws-cdk/core:target-partitions": [
23-
"aws",
24-
"aws-cn"
25-
],
20+
"@aws-cdk/core:target-partitions": ["aws", "aws-cn"],
2621
"@aws-cdk-containers/ecs-service-extensions:enableDefaultLogDriver": true,
2722
"@aws-cdk/aws-ec2:uniqueImdsv2TemplateName": true,
2823
"@aws-cdk/aws-ecs:arnFormatIncludesClusterName": true,
@@ -62,10 +57,10 @@
6257
"@aws-cdk/aws-codepipeline-actions:useNewDefaultBranchForCodeCommitSource": true,
6358
"solution_id": "SO0281",
6459
"solution_name": "enhanced-document-understanding-on-aws",
65-
"solution_version": "v1.1.1",
60+
"solution_version": "v1.1.4",
6661
"app_namespace": "app.idp",
6762
"app_registry_name": "enhanced-document-understanding",
6863
"application_type": "AWS-Solutions",
6964
"application_trademark_name": "Enhanced Document Understanding on AWS"
7065
}
71-
}
66+
}

source/infrastructure/package-lock.json

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

source/infrastructure/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "enhanced-document-understanding-on-aws-infrastructure",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"bin": {
55
"infrastructure": "bin/dus.js"
66
},

source/infrastructure/test/mock-lambda-func/java-lambda/pom.xml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

33
<project xmlns="http://maven.apache.org/POM/4.0.0"
4-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
65
<modelVersion>4.0.0</modelVersion>
76
<groupId>example</groupId>
87
<artifactId>java-lambda</artifactId>
9-
<version>1.1.3</version>
8+
<version>1.1.4</version>
109

1110
<name>mock-java-lambda</name>
1211

@@ -20,7 +19,7 @@
2019
<dependency>
2120
<groupId>software.amazon.awssdk</groupId>
2221
<artifactId>bom</artifactId>
23-
<version>2.25.50</version>
22+
<version>2.28.2</version>
2423
<type>pom</type>
2524
<scope>import</scope>
2625
</dependency>
@@ -39,7 +38,7 @@
3938
<dependency>
4039
<groupId>com.amazonaws</groupId>
4140
<artifactId>aws-java-sdk-xray</artifactId>
42-
<version>1.12.722</version>
41+
<version>1.12.772</version>
4342
</dependency>
4443
<dependency>
4544
<groupId>software.amazon.lambda</groupId>
@@ -66,7 +65,7 @@
6665
<dependency>
6766
<groupId>com.amazonaws</groupId>
6867
<artifactId>aws-lambda-java-events</artifactId>
69-
<version>3.11.5</version>
68+
<version>3.14.0</version>
7069
</dependency>
7170
</dependencies>
7271
<build>
@@ -100,12 +99,12 @@
10099
<dependency>
101100
<groupId>com.puppycrawl.tools</groupId>
102101
<artifactId>checkstyle</artifactId>
103-
<version>10.16.0</version>
102+
<version>10.18.1</version>
104103
</dependency>
105104
<dependency>
106105
<groupId>org.apache.maven.shared</groupId>
107106
<artifactId>maven-shared-resources</artifactId>
108-
<version>5</version>
107+
<version>6</version>
109108
</dependency>
110109
</dependencies>
111110
<configuration>

source/infrastructure/test/mock-lambda-func/node-lambda/package-lock.json

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

source/infrastructure/test/mock-lambda-func/node-lambda/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-lambda",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "A mock lambda implementation for CDK infrastructure unit",
55
"main": "index.js",
66
"scripts": {
@@ -17,4 +17,4 @@
1717
"url": "https://aws.amazon.com/solutions"
1818
},
1919
"license": "Apache-2.0"
20-
}
20+
}

0 commit comments

Comments
 (0)