Skip to content

Commit

Permalink
Bump up log4j version to 2.17 and add release notes (#111)
Browse files Browse the repository at this point in the history
Signed-off-by: Karishma Joseph <karisjos@amazon.com>
  • Loading branch information
kjoseph07 committed Dec 21, 2021
1 parent ab9c573 commit 7983848
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -259,10 +259,10 @@ dependencies {
compile "com.fasterxml.jackson.core:jackson-annotations:${jacksonVersion}"
compile "com.fasterxml.jackson.core:jackson-databind:${jacksonVersion}"
compile "com.fasterxml.jackson.module:jackson-module-paranamer:${jacksonVersion}"
compile(group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.16.0') {
compile(group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.17.0') {
force = 'true'
}
compile(group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.16.0') {
compile(group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.17.0') {
force = 'true'
}

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Version 1.2.3.0 Release Notes

Compatible with OpenSearch 1.2.3

### Maintenance

* Upgrade plugin version (1.2.3) and log4j version (2.17.0) ([#109](https://github.com/opensearch-project/performance-analyzer/pull/109))
* Upgraded to log4j 2.17 in 1.2 ([#105](https://github.com/opensearch-project/performance-analyzer-rca/pull/105))

0 comments on commit 7983848

Please sign in to comment.