Skip to content

Commit

Permalink
Bump org.junit.jupiter:junit-jupiter-api from 5.10.2 to 5.11.3 (#471)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stepan Burlakov <stepansergeevitch@gmail.com>
  • Loading branch information
dependabot[bot] and stepansergeevitch authored Oct 30, 2024
1 parent bdd4221 commit c3057ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ dependencies {
testImplementation 'org.mockito:mockito-junit-jupiter:5.10.0'
testImplementation 'org.mockito:mockito-core:5.10.0'
testImplementation 'org.mockito:mockito-inline:5.2.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.2'
testImplementation 'org.junit-pioneer:junit-pioneer:2.2.0'
Expand All @@ -87,7 +87,7 @@ dependencies {
testImplementation 'com.squareup.okhttp3:okhttp-tls:4.12.0'
testImplementation 'io.zonky.test:embedded-postgres:2.0.7'
testCompileOnly 'org.slf4j:slf4j-api:2.0.13'
testCommonImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
testCommonImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
testImplementation sourceSets.testCommon.output
compileTestJava.dependsOn processTestResources
jar.dependsOn processTestResources
Expand Down

0 comments on commit c3057ea

Please sign in to comment.