Skip to content

Commit

Permalink
Fixed CVE upgrade logback-core to 1.5.13 (#1388)
Browse files Browse the repository at this point in the history
* Fixed CVE upgrade logback-core to 1.5.13

Signed-off-by: Vaibhav Agarwal <vaibhoag@amazon.com>

* Fix artifact upload conflicts

Signed-off-by: Vaibhav Agarwal <vaibhoag@amazon.com>

---------

Signed-off-by: Vaibhav Agarwal <vaibhoag@amazon.com>
  • Loading branch information
vaibhoag authored Mar 5, 2025
1 parent 737faa5 commit 857d450
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
# v4 requires node.js 20 which is not supported
uses: actions/upload-artifact@v4
with:
name: index-management-plugin-ubuntu-latest-${{ matrix.java }}
name: index-management-plugin-ubuntu-latest-${{ matrix.java }}-${{ matrix.feature }}
path: index-management-artifacts
overwrite: 'true'

Expand Down Expand Up @@ -131,6 +131,6 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: index-management-plugin-${{ matrix.os }}-${{ matrix.java }}
name: index-management-plugin-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.feature }}
path: index-management-artifacts
overwrite: 'true'
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ dependencies {
implementation "commons-codec:commons-codec:${versions.commonscodec}"
implementation "org.apache.httpcomponents:httpclient:${versions.httpclient}"
implementation "org.apache.httpcomponents:httpcore:${versions.httpcore}"
implementation "ch.qos.logback:logback-core:1.5.13"

testImplementation "org.opensearch.test:framework:${opensearch_version}"
testImplementation "org.jetbrains.kotlin:kotlin-test:${kotlin_version}"
Expand Down

0 comments on commit 857d450

Please sign in to comment.