Skip to content

Commit

Permalink
build(deps): bump org.mockito:mockito-core from 5.14.1 to 5.14.2 (#281)
Browse files Browse the repository at this point in the history
* build(deps): bump org.mockito:mockito-core from 5.14.1 to 5.14.2

Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.14.1 to 5.14.2.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.14.1...v5.14.2)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* dependabot

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ndr_brt <[email protected]>
  • Loading branch information
dependabot[bot] and ndr-brt authored Oct 16, 2024
1 parent af2686a commit 9d042ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ updates:
- "dependencies"
- "github_actions"

# maintain dependencies for Gradle
- package-ecosystem: "gradle" # checks build.gradle(.kts) and settings.gradle(.kts)
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 5
interval: "weekly"
labels:
- "dependencies"
- "java"
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jackson = "2.18.0"
jetbrainsAnnotation = "26.0.1"
jakarta-ws-rs = "4.0.0"
jupiter = "5.11.2"
mockito = "5.14.1"
mockito = "5.14.2"
swagger = "2.2.22"
swagger-parser = "2.1.22"

Expand Down

0 comments on commit 9d042ea

Please sign in to comment.