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

Commit 6cf86e1

Browse files
authored
Preparation for Data Prepper 1.0.2. (#948)
Signed-off-by: David Venable <[email protected]>
1 parent baa92bc commit 6cf86e1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply from: file("${rootDir}/build-resources.gradle")
22
allprojects {
33
group = 'com.amazon'
4-
version = '1.0.1'
4+
version = '1.0.2'
55
repositories {
66
mavenCentral()
77
maven { url "https://jitpack.io" }
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## 2021-12-16 Version 1.0.2
2+
3+
---
4+
5+
### Security
6+
* Fixes [CVE-2021-45046](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45046) by using Apache Log4J 2.16.0. [#947](https://github.com/opendistro-for-elasticsearch/data-prepper/pull/947)

0 commit comments

Comments
 (0)