Skip to content

Commit

Permalink
Merge pull request #1081 from govuk-one-login/dependabot/gradle/main/…
Browse files Browse the repository at this point in the history
…org.junit.jupiter-junit-jupiter-5.11.3

BAU: Bump org.junit.jupiter:junit-jupiter from 5.10.3 to 5.11.3
  • Loading branch information
DanCorderIPV authored Oct 31, 2024
2 parents 8dd9bf6 + 2ce91d5 commit e22cd79
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
compileOnly "org.projectlombok:lombok:1.18.34"
annotationProcessor "org.projectlombok:lombok:1.18.34"

testImplementation "org.junit.jupiter:junit-jupiter:5.10.3",
testImplementation "org.junit.jupiter:junit-jupiter:5.11.3",
"org.mockito:mockito-junit-jupiter:5.14.1",
'uk.org.webcompere:system-stubs-jupiter:2.1.7'
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
Expand Down
2 changes: 1 addition & 1 deletion di-ipv-cimit-stub/lambdas/post-mitigations/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
compileOnly "org.projectlombok:lombok:1.18.34"
annotationProcessor "org.projectlombok:lombok:1.18.34"

testImplementation "org.junit.jupiter:junit-jupiter:5.10.3",
testImplementation "org.junit.jupiter:junit-jupiter:5.11.3",
"org.mockito:mockito-junit-jupiter:5.14.1"
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
compileOnly "org.projectlombok:lombok:1.18.34"
annotationProcessor "org.projectlombok:lombok:1.18.34"

testImplementation "org.junit.jupiter:junit-jupiter:5.10.3",
testImplementation "org.junit.jupiter:junit-jupiter:5.11.3",
"org.mockito:mockito-junit-jupiter:5.14.1"
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}
Expand Down
2 changes: 1 addition & 1 deletion di-ipv-cimit-stub/lambdas/stub-management/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
compileOnly "org.projectlombok:lombok:1.18.34"
annotationProcessor "org.projectlombok:lombok:1.18.34"

testImplementation "org.junit.jupiter:junit-jupiter:5.10.3",
testImplementation "org.junit.jupiter:junit-jupiter:5.11.3",
"org.mockito:mockito-junit-jupiter:5.14.1"
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}
Expand Down
2 changes: 1 addition & 1 deletion di-ipv-cimit-stub/lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
"org.apache.logging.log4j:log4j-api:2.23.1",
"org.apache.logging.log4j:log4j-core:2.24.1"

testImplementation "org.junit.jupiter:junit-jupiter:5.10.3",
testImplementation "org.junit.jupiter:junit-jupiter:5.11.3",
"org.mockito:mockito-junit-jupiter:5.14.1",
'uk.org.webcompere:system-stubs-jupiter:2.1.7'
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
Expand Down
2 changes: 1 addition & 1 deletion di-ipv-core-stub/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
"org.eclipse.jetty:jetty-server:9.4.55.v20240627", // https://github.com/govuk-one-login/ipv-stubs/security/dependabot/24
"org.eclipse.jetty:jetty-webapp:9.4.55.v20240627" // https://github.com/govuk-one-login/ipv-stubs/security/dependabot/26

testImplementation "org.junit.jupiter:junit-jupiter:5.10.3"
testImplementation "org.junit.jupiter:junit-jupiter:5.11.3"
}

run {
Expand Down
2 changes: 1 addition & 1 deletion di-ipv-credential-issuer-stub/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
compileOnly 'org.projectlombok:lombok:1.18.34'
annotationProcessor 'org.projectlombok:lombok:1.18.34'

testImplementation 'org.junit.jupiter:junit-jupiter:5.10.3',
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3',
'org.mockito:mockito-core:5.14.2',
"org.mockito:mockito-junit-jupiter:5.14.1",
'uk.org.webcompere:system-stubs-jupiter:2.1.7'
Expand Down
2 changes: 1 addition & 1 deletion di-ipv-orchestrator-stub/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
"com.fasterxml.jackson.core:jackson-databind:2.18.1",
"org.slf4j:slf4j-simple:2.0.16"

testImplementation "org.junit.jupiter:junit-jupiter:5.10.3"
testImplementation "org.junit.jupiter:junit-jupiter:5.11.3"
}

run {
Expand Down
2 changes: 1 addition & 1 deletion experian-fraud-stub/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
implementation 'org.eclipse.jetty:jetty-server:9.4.55.v20240627' // https://github.com/govuk-one-login/ipv-stubs/security/dependabot/24
implementation 'org.eclipse.jetty:jetty-webapp:9.4.55.v20240627' // https://github.com/govuk-one-login/ipv-stubs/security/dependabot/26

testImplementation "org.junit.jupiter:junit-jupiter:5.10.3"
testImplementation "org.junit.jupiter:junit-jupiter:5.11.3"
}

sourceSets {
Expand Down
2 changes: 1 addition & 1 deletion experian-kbv-stub/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
implementation 'org.eclipse.jetty:jetty-server:9.4.55.v20240627' // https://github.com/govuk-one-login/ipv-stubs/security/dependabot/24
implementation 'org.eclipse.jetty:jetty-webapp:9.4.55.v20240627' // https://github.com/govuk-one-login/ipv-stubs/security/dependabot/26

testImplementation "org.junit.jupiter:junit-jupiter:5.10.3"
testImplementation "org.junit.jupiter:junit-jupiter:5.11.3"
}

sourceSets {
Expand Down

0 comments on commit e22cd79

Please sign in to comment.