Skip to content

Commit cc8d3f7

Browse files
Bump org.owasp.dependencycheck from 12.0.0 to 12.0.1 (#1393)
* Bump org.owasp.dependencycheck from 12.0.0 to 12.0.1 Bumps org.owasp.dependencycheck from 12.0.0 to 12.0.1. --- updated-dependencies: - dependency-name: org.owasp.dependencycheck dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update changelog Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b84ec6c commit cc8d3f7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
99
- Bumps `org.apache.httpcomponents.client5:httpclient5` from 5.4 to 5.4.1
1010
- Bumps `org.apache.httpcomponents.core5:httpcore5` from 5.3 to 5.3.2 ([#1383](https://github.com/opensearch-project/opensearch-java/pull/1383))
1111
- Bump `org.junit:junit-bom` from 5.11.3 to 5.11.4 ([#1367](https://github.com/opensearch-project/opensearch-java/pull/1367))
12-
- Bump `org.owasp.dependencycheck` from 11.1.1 to 12.0.0 ([#1381](https://github.com/opensearch-project/opensearch-java/pull/1381))
12+
- 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))
1313

1414
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.
1515

java-client/build.gradle.kts

+1-1
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.0.0"
55+
id("org.owasp.dependencycheck") version "12.0.1"
5656

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

java-codegen/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ buildscript {
3131
plugins {
3232
application
3333
id("com.github.jk1.dependency-license-report") version "2.9"
34-
id("org.owasp.dependencycheck") version "12.0.0"
34+
id("org.owasp.dependencycheck") version "12.0.1"
3535
id("de.undercouch.download") version "5.6.0"
3636

3737
id("opensearch-java.spotless-conventions")

0 commit comments

Comments
 (0)