Skip to content

Commit

Permalink
Merge pull request #135 from aws-solutions/feature/v1.9.6
Browse files Browse the repository at this point in the history
Update to version v1.9.6
  • Loading branch information
aijunpeng authored Dec 5, 2024
2 parents 5305abd + 44e9a20 commit 1476a82
Show file tree
Hide file tree
Showing 9 changed files with 58 additions and 41 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.9.6] - 2024-12-05

### Security

- Patched 3rd party security vulnerabilities

## [1.9.5] - 2024-10-17

### Security
Expand Down
2 changes: 1 addition & 1 deletion deployment/build-s3-dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ cd $source_dir/kinesis

application_name=amazon-kinesis-replay
application_version=0.1.0
wget https://github.com/aws-samples/$application_name/archive/refs/tags/release-$application_version.zip
wget https://github.com/aws-samples/$application_name/archive/refs/heads/release-$application_version.zip
unzip -q release-$application_version.zip

cd $application_name-release-$application_version
Expand Down
3 changes: 1 addition & 2 deletions source/kinesis/kda-flink-ml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
<java.version>1.11</java.version>
<kda.version>2.0.0</kda.version>
<kda.runtime.version>1.2.0</kda.runtime.version>
<aws.sdk.version>2.25.58</aws.sdk.version>

<aws.sdk.version>2.29.12</aws.sdk.version>
<compiler-plugin.version>3.8.1</compiler-plugin.version>
<shade-plugin.version>3.2.4</shade-plugin.version>
</properties>
Expand Down
16 changes: 14 additions & 2 deletions source/kinesis/kpl-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>amazon-kinesis-producer</artifactId>
<version>0.15.11</version>
<version>0.15.12</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
Expand All @@ -46,7 +46,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>netty-nio-client</artifactId>
<version>2.25.58</version>
<version>2.29.12</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.amazonaws/amazon-kinesis-client -->
<dependency>
Expand Down Expand Up @@ -90,6 +90,18 @@
<artifactId>avro</artifactId>
<version>1.12.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/software.amazon.glue/schema-registry-serde -->
<dependency>
<groupId>software.amazon.glue</groupId>
<artifactId>schema-registry-serde</artifactId>
<version>1.1.22</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.kafka/kafka-clients -->
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>3.9.0</version>
</dependency>
</dependencies>

<build>
Expand Down
20 changes: 10 additions & 10 deletions source/lambda/kds-lambda-consumer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions source/lambda/msk-lambda-consumer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions source/lambda/msk-lambda-kdf/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions source/lambda/taxi-fare-endpoint/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions source/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1476a82

Please sign in to comment.