Skip to content

Commit ee3639a

Browse files
Bump org.owasp.dependencycheck from 12.0.2 to 12.1.0 (#1440)
* Bump org.owasp.dependencycheck from 12.0.2 to 12.1.0 Bumps org.owasp.dependencycheck from 12.0.2 to 12.1.0. --- updated-dependencies: - dependency-name: org.owasp.dependencycheck dependency-type: direct:production update-type: version-update:semver-minor ... 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 cb56241 commit ee3639a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
- Bumps `org.eclipse.parsson:parsson` from 1.1.6 to 1.1.7
77
- Bumps `org.hamcrest:hamcrest` from 2.2 to 3.0
88
- Bumps `com.github.jk1.dependency-license-report` from 2.8 to 2.9
9+
- Bump `org.owasp.dependencycheck` from 12.0.2 to 12.1.0 ([#1440](https://github.com/opensearch-project/opensearch-java/pull/1440))
910

1011
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.
1112

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.2"
55+
id("org.owasp.dependencycheck") version "12.1.0"
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.2"
34+
id("org.owasp.dependencycheck") version "12.1.0"
3535
id("de.undercouch.download") version "5.6.0"
3636

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

0 commit comments

Comments
 (0)