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

Commit bbdea9e

Browse files
authored
Merge pull request #123 from aws-solutions/develop
Update to version v1.8.1
2 parents f936e2d + 1b5d160 commit bbdea9e

File tree

9 files changed

+1181
-530
lines changed

9 files changed

+1181
-530
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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.8.1] - 2023-10-18
9+
10+
### Updated
11+
- Patch critical security vulnerabilities
12+
813
## [1.8.0] - 2023-09-14
914

1015
### Updated

source/kinesis/kpl-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>org.json</groupId>
4242
<artifactId>json</artifactId>
43-
<version>20230227</version>
43+
<version>20231013</version>
4444
</dependency>
4545
</dependencies>
4646

source/lambda/kds-lambda-consumer/package-lock.json

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

source/lambda/msk-lambda-consumer/package-lock.json

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

source/lambda/msk-lambda-kdf/package-lock.json

Lines changed: 237 additions & 106 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
crhelper==2.0.10
22
requests==2.31.0
3-
urllib3==1.26.16
3+
urllib3==1.26.18

source/lambda/taxi-fare-endpoint/package-lock.json

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

source/package-lock.json

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

source/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "streaming-data-solution",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"bin": {
55
"streaming-data-solution": "bin/streaming-data-solution.js"
66
},

0 commit comments

Comments
 (0)