Skip to content

Commit 3e7f46e

Browse files
dependabot[bot]pull-merger[bot]
authored andcommitted
Bump mockito-core from 4.4.0 to 4.5.1
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.4.0 to 4.5.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.4.0...v4.5.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c8a6985 commit 3e7f46e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
implementation 'com.github.mizosoft.methanol:methanol:1.6.0'
1717
implementation 'io.github.hakky54:sslcontext-kickstart:7.4.1'
1818
testImplementation 'junit:junit:4.13.2'
19-
testImplementation "org.mockito:mockito-core:4.4.0"
19+
testImplementation "org.mockito:mockito-core:4.5.1"
2020
testImplementation "com.squareup.okhttp3:okhttp-tls:${okhttpVersion}"
2121
testImplementation "com.squareup.okhttp3:mockwebserver:${okhttpVersion}"
2222
testImplementation "com.enonic.xp:testing:${xpVersion}"

0 commit comments

Comments
 (0)