From 72d2b05f6b42c6bb42b6b7a0033eb4ae328fdc2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 08:03:27 -0500 Subject: [PATCH] Bump org.owasp.dependencycheck from 8.4.2 to 8.4.3 (#738) * Bump org.owasp.dependencycheck from 8.4.2 to 8.4.3 Bumps org.owasp.dependencycheck from 8.4.2 to 8.4.3. --- 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: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] --- CHANGELOG.md | 1 + java-client/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c2bea5232..c7b0abe464 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased 3.0] ### Dependencies - Bumps `io.github.classgraph:classgraph` from 4.8.163 to 4.8.164 +- Bumps `org.owasp.dependencycheck` from 8.4.2 to 8.4.3 This section is for maintaining a changelog for all breaking changes for the client that cannot be released in the 2.x line. All other non-breaking changes should be added to [Unreleased 2.x] section. diff --git a/java-client/build.gradle.kts b/java-client/build.gradle.kts index 87752ab7f6..198cd36206 100644 --- a/java-client/build.gradle.kts +++ b/java-client/build.gradle.kts @@ -51,7 +51,7 @@ plugins { `java-library` `maven-publish` id("com.github.jk1.dependency-license-report") version "2.5" - id("org.owasp.dependencycheck") version "8.4.2" + id("org.owasp.dependencycheck") version "8.4.3" id("com.diffplug.spotless") version "6.22.0" } apply(plugin = "opensearch.repositories")