From ff8cdd43332242debc1c821ff0b420cf63c2b97d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 08:28:24 -0500 Subject: [PATCH] Bump org.owasp.dependencycheck from 12.0.1 to 12.0.2 in /java-client (#1399) * Bump org.owasp.dependencycheck from 12.0.1 to 12.0.2 in /java-client Bumps org.owasp.dependencycheck from 12.0.1 to 12.0.2. --- updated-dependencies: - dependency-name: org.owasp.dependencycheck dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update changelog Signed-off-by: dependabot[bot] Signed-off-by: Andriy Redko --------- Signed-off-by: dependabot[bot] Signed-off-by: Andriy Redko Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit a0e3ffa3ab46cbcca147fb4264b482acb254ac12) Signed-off-by: Andriy Redko --- .github/workflows/test-integration.yml | 2 +- CHANGELOG.md | 2 +- java-client/build.gradle.kts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index f68902995d..b33f279c97 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -56,7 +56,7 @@ jobs: - name: Upload Reports if: failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: test-reports path: java-client/build/reports/ diff --git a/CHANGELOG.md b/CHANGELOG.md index ea9dea7899..98b4234315 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Dependencies - Bump `org.junit:junit-bom` from 5.11.3 to 5.11.4 ([#1367](https://github.com/opensearch-project/opensearch-java/pull/1367)) - Bumps `org.apache.httpcomponents.core5:httpcore5` from 5.3 to 5.3.2 ([#1383](https://github.com/opensearch-project/opensearch-java/pull/1383)) -- Bump `org.owasp.dependencycheck` from 11.1.1 to 12.0.1 ([#1381](https://github.com/opensearch-project/opensearch-java/pull/1381), [#1393](https://github.com/opensearch-project/opensearch-java/pull/1393)) +- Bump `org.owasp.dependencycheck` from 11.1.1 to 12.0.2 ([#1381](https://github.com/opensearch-project/opensearch-java/pull/1381), [#1393](https://github.com/opensearch-project/opensearch-java/pull/1393), [#1399](https://github.com/opensearch-project/opensearch-java/pull/1399)) ### Changed diff --git a/java-client/build.gradle.kts b/java-client/build.gradle.kts index 08b82c6be4..170c6f4222 100644 --- a/java-client/build.gradle.kts +++ b/java-client/build.gradle.kts @@ -49,7 +49,7 @@ plugins { `java-library` `maven-publish` id("com.github.jk1.dependency-license-report") version "2.9" - id("org.owasp.dependencycheck") version "12.0.1" + id("org.owasp.dependencycheck") version "12.0.2" id("opensearch-java.spotless-conventions") }