Skip to content

Commit b4f49c0

Browse files
Bump org.owasp.dependencycheck from 10.0.3 to 10.0.4 in /java-client (#1175)
* Bump org.owasp.dependencycheck from 10.0.3 to 10.0.4 in /java-client Bumps org.owasp.dependencycheck from 10.0.3 to 10.0.4. --- 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> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
1 parent 5a9ea74 commit b4f49c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
44
## [Unreleased 3.0]
55
### Dependencies
66
- Bumps `org.junit:junit-bom` from 5.10.2 to 5.11.0
7-
- Bumps `org.owasp.dependencycheck` from 10.0.2 to 10.0.3
7+
- Bumps `org.owasp.dependencycheck` from 10.0.2 to 10.0.4
88
- Bumps `org.eclipse.parsson:parsson` from 1.1.6 to 1.1.7
99
- Bumps `org.hamcrest:hamcrest` from 2.2 to 3.0
1010
- Bumps `com.github.jk1.dependency-license-report` from 2.8 to 2.9

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 "10.0.3"
55+
id("org.owasp.dependencycheck") version "10.0.4"
5656
id("com.diffplug.spotless") version "6.25.0"
5757
}
5858
apply(plugin = "opensearch.repositories")

0 commit comments

Comments
 (0)