Skip to content

Commit

Permalink
chore(deps): bump org.mockito:mockito-core from 5.14.1 to 5.14.2
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Oct 15, 2024
1 parent 521ea9f commit 1f84b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ swt = "3.127.0"
jackson = { module = "com.fasterxml.jackson.core:jackson-databind", version = "2.18.0" }
# Test
junit = { module = "org.junit.jupiter:junit-jupiter", version = "5.11.2" }
mockito = { module = "org.mockito:mockito-core", version = "5.14.1" }
mockito = { module = "org.mockito:mockito-core", version = "5.14.2" }
# SWT
swtLinux = { module = "org.eclipse.platform:org.eclipse.swt.gtk.linux.x86_64", version.ref = "swt" }
swtMacos = { module = "org.eclipse.platform:org.eclipse.swt.cocoa.macosx.aarch64", version.ref = "swt" }
Expand Down

0 comments on commit 1f84b9f

Please sign in to comment.