Skip to content

Commit acef59d

Browse files
dependabot[bot]nightm4re94
authored andcommitted
Bump org.mockito:mockito-core from 5.17.0 to 5.18.0
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.17.0 to 5.18.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.17.0...v5.18.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0a80f68 commit acef59d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ xml_runtime_core = { module = "com.sun.xml.bind:jaxb-core", version.ref = "jaxb"
1515
xml_runtime_impl = { module = "com.sun.xml.bind:jaxb-impl", version.ref = "jaxb" }
1616

1717
# Test dependencies
18-
mockito_core = { module = "org.mockito:mockito-core", version = "5.17.0" }
18+
mockito_core = { module = "org.mockito:mockito-core", version = "5.18.0" }
1919
junit_jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit" }
2020
junit_jupiter_api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" }
2121
junit_jupiter_params = { module = "org.junit.jupiter:junit-jupiter-params", version.ref = "junit" }

0 commit comments

Comments
 (0)