Skip to content

Commit 27a392d

Browse files
chore(deps): bump org.mockito:mockito-inline from 4.11.0 to 5.2.0
Bumps [org.mockito:mockito-inline](https://github.com/mockito/mockito) from 4.11.0 to 5.2.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.11.0...v5.2.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-inline dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3095f52 commit 27a392d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ dependencies {
4747
testImplementation 'com.auth0:java-jwt:4.4.0'
4848
testImplementation 'commons-io:commons-io:2.16.1'
4949
testImplementation 'org.assertj:assertj-core:3.26.0'
50-
testImplementation 'org.mockito:mockito-core:4.11.0'
51-
testImplementation 'org.mockito:mockito-inline:4.11.0'
52-
testImplementation 'org.mockito:mockito-junit-jupiter:4.11.0'
50+
testImplementation 'org.mockito:mockito-core:5.2.0'
51+
testImplementation 'org.mockito:mockito-inline:5.2.0'
52+
testImplementation 'org.mockito:mockito-junit-jupiter:5.2.0'
5353
testImplementation "com.squareup.okhttp3:mockwebserver"
5454
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
5555
testImplementation "org.junit.jupiter:junit-jupiter-params:5.10.2"

0 commit comments

Comments
 (0)