Skip to content

Commit 1713a20

Browse files
authored
Merge pull request #76 from igniterealtime/dependabot/gradle/org.mockito-mockito-junit-jupiter-5.20.0
Bump org.mockito:mockito-junit-jupiter from 5.19.0 to 5.20.0
2 parents 09bf47c + ccdad67 commit 1713a20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ dependencies {
9797

9898
testImplementation platform('org.junit:junit-bom:5.13.4')
9999
testImplementation 'org.junit.jupiter:junit-jupiter-api'
100-
testImplementation 'org.mockito:mockito-junit-jupiter:5.19.0'
100+
testImplementation 'org.mockito:mockito-junit-jupiter:5.20.0'
101101
testImplementation 'org.assertj:assertj-core:3.27.6'
102102

103103
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'

0 commit comments

Comments
 (0)