Skip to content

Commit 6bf8a38

Browse files
Bump org.owasp.dependencycheck from 11.0.0 to 11.1.0 (#1258)
* Bump org.owasp.dependencycheck from 11.0.0 to 11.1.0 Bumps org.owasp.dependencycheck from 11.0.0 to 11.1.0. --- updated-dependencies: - dependency-name: org.owasp.dependencycheck dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update changelog Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> 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 71d63d0 commit 6bf8a38

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
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.2
7-
- Bumps `org.owasp.dependencycheck` from 10.0.2 to 11.0.0
7+
- Bumps `org.owasp.dependencycheck` from 10.0.2 to 11.1.0
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

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

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

java-codegen/build.gradle.kts

Lines changed: 1 addition & 1 deletion
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 "11.0.0"
34+
id("org.owasp.dependencycheck") version "11.1.0"
3535
id("de.undercouch.download") version "5.6.0"
3636

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

0 commit comments

Comments
 (0)