Skip to content

Commit 3299886

Browse files
dependabot[bot]Brutus5000
authored andcommitted
Bump mockitoVersion from 5.3.1 to 5.4.0
Bumps `mockitoVersion` from 5.3.1 to 5.4.0. Updates `org.mockito:mockito-core` from 5.3.1 to 5.4.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.3.1...v5.4.0) Updates `org.mockito:mockito-junit-jupiter` from 5.3.1 to 5.4.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.3.1...v5.4.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.mockito:mockito-junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ecb39fb commit 3299886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050
testImplementation("io.quarkus:quarkus-junit5-mockito")
5151
testImplementation("io.rest-assured:rest-assured")
5252
testImplementation("io.quarkus:quarkus-test-security")
53-
val mockitoVersion = "5.3.1"
53+
val mockitoVersion = "5.4.0"
5454
testImplementation("org.mockito:mockito-core:$mockitoVersion")
5555
testImplementation("org.mockito:mockito-junit-jupiter:$mockitoVersion")
5656
testImplementation("org.mockito.kotlin:mockito-kotlin:5.1.0")

0 commit comments

Comments
 (0)