We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f930e5d commit 720886fCopy full SHA for 720886f
build.gradle
@@ -116,7 +116,7 @@ dependencies {
116
testImplementation 'junit:junit:4.13.2'
117
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
118
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
+ implementation 'org.mockito:mockito-core:5.16.0' //mocking framework
120
121
// pbf parser //
122
implementation 'com.github.johanneshiry:OSMonaut:v1.1.1'
0 commit comments