Skip to content

Commit 3773f95

Browse files
Bump org.mockito:mockito-core from 5.16.1 to 5.17.0 (#349)
1 parent 2fd0f65 commit 3773f95

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
@@ -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.16.1' //mocking framework
119+
implementation 'org.mockito:mockito-core:5.17.0' //mocking framework
120120

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

0 commit comments

Comments
 (0)