Skip to content
This repository was archived by the owner on Feb 7, 2026. It is now read-only.

Commit c94c3be

Browse files
dependabot[bot]odin568
authored andcommitted
Bump org.junit.jupiter:junit-jupiter-api from 5.11.4 to 5.12.2
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.11.4 to 5.12.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.4...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-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f9f2ac5 commit c94c3be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
implementation files("dependencies/fe2_sdk_classes.jar")
1717
implementation("org.apache.commons:commons-text:1.13.1")
1818
implementation("org.apache.commons:commons-lang3:3.17.0")
19-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
19+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.2")
2020
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
2121
}
2222

0 commit comments

Comments
 (0)