Skip to content

Commit 9cb3420

Browse files
authoredMar 31, 2025··
chore(deps): bump org.junit.jupiter:junit-jupiter-api from 5.11.3 to 5.12.1 (#1341)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 59577a2 commit 9cb3420

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎benchmarks/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525
implementation("org.mariadb.jdbc:mariadb-java-client:3.5.1")
2626
implementation("com.zaxxer:HikariCP:4.0.3")
2727

28-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
28+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
2929
testImplementation("org.mockito:mockito-inline:4.11.0") // 4.11.0 is the last version compatible with Java 8
3030
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
3131
}

‎wrapper/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dependencies {
5353
testImplementation("org.junit.platform:junit-platform-engine:1.11.0")
5454
testImplementation("org.junit.platform:junit-platform-launcher:1.12.1")
5555
testImplementation("org.junit.platform:junit-platform-suite-engine:1.12.0")
56-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
56+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
5757
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.4")
5858
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
5959

0 commit comments

Comments
 (0)
Please sign in to comment.