Skip to content

Commit a08e03d

Browse files
opensearch-trigger-bot[bot]github-actions[bot]dependabot[bot]
authored
Bump org.owasp.dependencycheck from 12.1.2 to 12.1.3 in /java-client (#1623) (#1627)
* Bump org.owasp.dependencycheck from 12.1.2 to 12.1.3 in /java-client Bumps org.owasp.dependencycheck from 12.1.2 to 12.1.3. --- updated-dependencies: - dependency-name: org.owasp.dependencycheck dependency-version: 12.1.3 dependency-type: direct:production update-type: version-update:semver-patch ... * Update changelog --------- (cherry picked from commit 9fd0eeb) Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent efc7841 commit a08e03d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
77
- Added support for the security plugin APIs ([#1601](https://github.com/opensearch-project/opensearch-java/pull/1601))
88

99
### Dependencies
10-
- Bump `org.owasp.dependencycheck` from 12.1.1 to 12.1.2 ([#1608](https://github.com/opensearch-project/opensearch-java/pull/1608), [#1607](https://github.com/opensearch-project/opensearch-java/pull/1607))
10+
- Bump `org.owasp.dependencycheck` from 12.1.1 to 12.1.3 ([#1608](https://github.com/opensearch-project/opensearch-java/pull/1608), [#1607](https://github.com/opensearch-project/opensearch-java/pull/1607), [#1623](https://github.com/opensearch-project/opensearch-java/pull/1623))
1111
- Bump `org.junit:junit-bom` from 5.13.0 to 5.13.1 ([#1606](https://github.com/opensearch-project/opensearch-java/pull/1606))
1212

1313
### Changed

java-client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ plugins {
5252
`java-library`
5353
`maven-publish`
5454
id("com.github.jk1.dependency-license-report") version "2.9"
55-
id("org.owasp.dependencycheck") version "12.1.2"
55+
id("org.owasp.dependencycheck") version "12.1.3"
5656

5757
id("opensearch-java.spotless-conventions")
5858
}

0 commit comments

Comments
 (0)