Skip to content

Commit

Permalink
Merge pull request #205 from Aiven-Open/dependabot/gradle/org.junit.j…
Browse files Browse the repository at this point in the history
…upiter-junit-jupiter-5.11.1

chore(deps): bump org.junit.jupiter:junit-jupiter from 5.11.0 to 5.11.1
  • Loading branch information
AnatolyPopov authored Oct 1, 2024
2 parents fed2b43 + 1f71e19 commit 3715d9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ dependencies {

testImplementation "org.slf4j:slf4j-log4j12:1.7.36"

testImplementation "org.junit.jupiter:junit-jupiter-api:5.11.0"
testImplementation "org.junit.jupiter:junit-jupiter:5.11.0"
testImplementation "org.junit.jupiter:junit-jupiter-params:5.11.0"
testImplementation "org.junit.jupiter:junit-jupiter-api:5.11.1"
testImplementation "org.junit.jupiter:junit-jupiter:5.11.1"
testImplementation "org.junit.jupiter:junit-jupiter-params:5.11.1"

testImplementation "org.mockito:mockito-core:$mockitoVersion"
testImplementation "org.mockito:mockito-junit-jupiter:$mockitoVersion"
Expand Down

0 comments on commit 3715d9a

Please sign in to comment.