Skip to content

Commit 9d042ea

Browse files
build(deps): bump org.mockito:mockito-core from 5.14.1 to 5.14.2 (#281)
* 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]>
1 parent af2686a commit 9d042ea

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@ updates:
1010
- "dependencies"
1111
- "github_actions"
1212

13-
# maintain dependencies for Gradle
14-
- package-ecosystem: "gradle" # checks build.gradle(.kts) and settings.gradle(.kts)
13+
- package-ecosystem: "gradle"
1514
directory: "/"
1615
schedule:
17-
interval: "daily"
18-
open-pull-requests-limit: 5
16+
interval: "weekly"
1917
labels:
2018
- "dependencies"
2119
- "java"

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jackson = "2.18.0"
99
jetbrainsAnnotation = "26.0.1"
1010
jakarta-ws-rs = "4.0.0"
1111
jupiter = "5.11.2"
12-
mockito = "5.14.1"
12+
mockito = "5.14.2"
1313
swagger = "2.2.22"
1414
swagger-parser = "2.1.22"
1515

0 commit comments

Comments
 (0)