Skip to content

Commit

Permalink
Merge pull request #264 from bratkartoffel/dependabot/gradle/org.mock…
Browse files Browse the repository at this point in the history
…ito-mockito-core-5.14.1

Bump org.mockito:mockito-core from 5.14.0 to 5.14.1
  • Loading branch information
bratkartoffel authored Oct 11, 2024
2 parents 70c3bda + 2564d7f commit ed80112
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ dependencies {

implementation group: "org.bouncycastle", name: "bcprov-jdk18on", version: "1.78.1"
testFixturesApi group: "org.bouncycastle", name: "bcprov-jdk18on", version: "1.78.1"
testImplementation group: "org.mockito", name: "mockito-core", version: "5.14.0"
testFixturesApi group: "org.mockito", name: "mockito-core", version: "5.14.0"
testImplementation group: "org.mockito", name: "mockito-core", version: "5.14.1"
testFixturesApi group: "org.mockito", name: "mockito-core", version: "5.14.1"
}

0 comments on commit ed80112

Please sign in to comment.