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

Commit f756820

Browse files
authored
Upgrade to v1.1.18
Merge pull request #112 from aws-solutions/develop
2 parents d000a48 + f85b30e commit f756820

File tree

46 files changed

+124
-113
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+124
-113
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.1.18] - 2025-08-21
9+
10+
### Security
11+
12+
- Upgraded netty to `2.32.26`
13+
- Upgraded tmp to `0.2.5`
14+
815
## [1.1.17] - 2025-07-24
916

1017
### Security

source/infrastructure/cdk.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@aws-cdk/aws-codepipeline-actions:useNewDefaultBranchForCodeCommitSource": true,
5858
"solution_id": "SO0281",
5959
"solution_name": "enhanced-document-understanding-on-aws",
60-
"solution_version": "v1.1.17",
60+
"solution_version": "v1.1.18",
6161
"app_namespace": "app.idp",
6262
"app_registry_name": "enhanced-document-understanding",
6363
"application_type": "AWS-Solutions",

source/infrastructure/package-lock.json

Lines changed: 5 additions & 3 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.17",
3+
"version": "1.1.18",
44
"bin": {
55
"infrastructure": "bin/dus.js"
66
},

source/infrastructure/test/mock-lambda-func/infrastructure/test/mock-lambda-func/python-lambda/poetry.lock

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/infrastructure/test/mock-lambda-func/python-lambda/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mock-python-lambda"
3-
version = "1.1.17"
3+
version = "1.1.18"
44
authors = [ "Amazon Web Services" ]
55
description = "Mock function for infra testing"
66
packages = [

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>example</groupId>
88
<artifactId>java-lambda</artifactId>
9-
<version>1.1.17</version>
9+
<version>1.1.18</version>
1010

1111
<name>mock-java-lambda</name>
1212

@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>software.amazon.awssdk</groupId>
2222
<artifactId>bom</artifactId>
23-
<version>2.30.22</version>
23+
<version>2.32.26</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>
@@ -31,12 +31,12 @@
3131
<dependency>
3232
<groupId>software.amazon.awssdk</groupId>
3333
<artifactId>s3</artifactId>
34-
<version>2.30.22</version>
34+
<version>2.32.26</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>software.amazon.awssdk</groupId>
3838
<artifactId>dynamodb</artifactId>
39-
<version>2.30.22</version>
39+
<version>2.32.26</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>com.amazonaws</groupId>

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-lambda",
3-
"version": "1.1.17",
3+
"version": "1.1.18",
44
"description": "A mock lambda implementation for CDK infrastructure unit",
55
"main": "index.js",
66
"scripts": {

source/infrastructure/test/mock-lambda-func/python-lambda/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mock-python-lambda"
3-
version = "1.1.17"
3+
version = "1.1.18"
44
authors = [ "Amazon Web Services" ]
55
description = "Mock function for infra testing"
66
packages = [

0 commit comments

Comments
 (0)