Skip to content

Commit 2f120ff

Browse files
chore(deps): bump org.junit.jupiter:junit-jupiter-api
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.12.1 to 5.12.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.12.1...r5.12.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.12.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 243fa73 commit 2f120ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

benchmarks/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies {
2626
implementation("com.zaxxer:HikariCP:4.0.3")
2727
implementation("org.checkerframework:checker-qual:3.49.2")
2828

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

wrapper/build.gradle.kts

Lines changed: 1 addition & 1 deletion
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.2")
5555
testImplementation("org.junit.platform:junit-platform-suite-engine:1.12.2")
56-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
56+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.2")
5757
testImplementation("org.junit.jupiter:junit-jupiter-params:5.12.2")
5858
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
5959

0 commit comments

Comments
 (0)