Skip to content

Commit

Permalink
Merge pull request #57 from keiji/dependabot/gradle/org.junit.jupiter…
Browse files Browse the repository at this point in the history
…-junit-jupiter-engine-5.11.0

Bump org.junit.jupiter:junit-jupiter-engine from 5.10.2 to 5.11.0
  • Loading branch information
keiji authored Aug 25, 2024
2 parents 9beb089 + d70c7c5 commit d2f361b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
testImplementation("org.bouncycastle:bcpg-jdk18on:1.78.1")

testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.0")
}

tasks.getByName<Test>("test") {
Expand Down
2 changes: 1 addition & 1 deletion packet/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
implementation("dev.keiji.rfc4648:rfc4648:1.1.0")

testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.0")
}

tasks.getByName<Test>("test") {
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
implementation(project(":signature-ext"))

testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.0")
}

tasks.getByName<Test>("test") {
Expand Down
2 changes: 1 addition & 1 deletion signature-ext/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
implementation("org.bouncycastle:bcutil-jdk18on:1.78.1")

testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.0")
}

tasks.getByName<Test>("test") {
Expand Down

0 comments on commit d2f361b

Please sign in to comment.