Skip to content

Commit

Permalink
Bump org.owasp.dependencycheck from 9.0.9 to 9.0.10 (#898)
Browse files Browse the repository at this point in the history
* Bump org.owasp.dependencycheck from 9.0.9 to 9.0.10

Bumps org.owasp.dependencycheck from 9.0.9 to 9.0.10.

---
updated-dependencies:
- dependency-name: org.owasp.dependencycheck
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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>
(cherry picked from commit c7de1a7)
  • Loading branch information
dependabot[bot] authored and reta committed Mar 19, 2024
1 parent 0be1935 commit 7fec9e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

### Dependencies
- Bumps `io.github.classgraph:classgraph` from 4.8.161 to 4.8.165
- Bumps `org.owasp.dependencycheck` from 9.0.8 to 9.0.9
- Bumps `org.owasp.dependencycheck` from 9.0.8 to 9.0.10
- Bumps `org.apache.httpcomponents.client5:httpclient5` from 5.3.0 to 5.3.1

### Changed
Expand Down
4 changes: 2 additions & 2 deletions java-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ plugins {
java
`java-library`
`maven-publish`
id("com.github.jk1.dependency-license-report") version "2.5"
id("com.github.jk1.dependency-license-report") version "2.6"
id("com.diffplug.spotless") version "6.25.0"
id("org.owasp.dependencycheck") version "9.0.9"
id("org.owasp.dependencycheck") version "9.0.10"
}

apply(plugin = "org.owasp.dependencycheck")
Expand Down

0 comments on commit 7fec9e3

Please sign in to comment.