Skip to content

Commit

Permalink
Backporting CVE updates (#369)
Browse files Browse the repository at this point in the history
* bumping up version to 1.2.2

Signed-off-by: Shenoy Pratik <[email protected]>

* update PR link in release notes

Signed-off-by: Shenoy Pratik <[email protected]>

* CVE fix backport: gson

Signed-off-by: Shenoy Pratik <[email protected]>
  • Loading branch information
ps48 authored Jan 11, 2022
1 parent f003aec commit 083cac2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion opensearch-observability/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ dependencies {
testCompile "org.jetbrains.kotlin:kotlin-test:${kotlin_version}"
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
testCompile "org.mockito:mockito-core:3.12.4"
testCompile "com.google.code.gson:gson:2.8.6"
testCompile "com.google.code.gson:gson:2.8.9"

ktlint "com.pinterest:ktlint:0.41.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
Compatible with OpenSearch Version 1.2.2 and OpenSearch Dashboards Version 1.2.0

### Maintenance
* Bump observability version for OpenSearch 1.2.2 release [#346](https://github.com/opensearch-project/observability/pull/346)
* Bump observability version for OpenSearch 1.2.2 release [#346](https://github.com/opensearch-project/observability/pull/346)

0 comments on commit 083cac2

Please sign in to comment.