Skip to content

Commit df76033

Browse files
Bump org.owasp.dependencycheck from 12.1.1 to 12.1.2 (opensearch-project#1607)
* Bump org.owasp.dependencycheck from 12.1.1 to 12.1.2 Bumps org.owasp.dependencycheck from 12.1.1 to 12.1.2. --- updated-dependencies: - dependency-name: org.owasp.dependencycheck dependency-version: 12.1.2 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 2166660 commit df76033

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
@@ -5,7 +5,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55
### Added
66

77
### Dependencies
8-
- Bump `org.owasp.dependencycheck` from 12.1.1 to 12.1.2 ([#1608](https://github.com/opensearch-project/opensearch-java/pull/1608))
8+
- 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))
99
- Bump `org.junit:junit-bom` from 5.13.0 to 5.13.1 ([#1606](https://github.com/opensearch-project/opensearch-java/pull/1606))
1010

1111
### Changed

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

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

0 commit comments

Comments
 (0)