Skip to content

Commit

Permalink
Bump org.mockito:mockito-core from 5.14.2 to 5.15.2 (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 3, 2025
1 parent e90a65d commit abd55d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
testImplementation 'cglib:cglib-nodep:3.3.0' //enables mocking of classes (in addition to interfaces)
implementation 'org.mockito:mockito-core:5.14.2' //mocking framework
implementation 'org.mockito:mockito-core:5.15.2' //mocking framework

// pbf parser //
implementation 'com.github.johanneshiry:OSMonaut:v1.1.1'
Expand Down

0 comments on commit abd55d9

Please sign in to comment.