Skip to content

Commit 720886f

Browse files
Bump org.mockito:mockito-core from 5.15.2 to 5.16.0 (#343)
1 parent f930e5d commit 720886f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ dependencies {
116116
testImplementation 'junit:junit:4.13.2'
117117
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
118118
testImplementation 'cglib:cglib-nodep:3.3.0' //enables mocking of classes (in addition to interfaces)
119-
implementation 'org.mockito:mockito-core:5.15.2' //mocking framework
119+
implementation 'org.mockito:mockito-core:5.16.0' //mocking framework
120120

121121
// pbf parser //
122122
implementation 'com.github.johanneshiry:OSMonaut:v1.1.1'

0 commit comments

Comments
 (0)