Skip to content

Commit 25efc82

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.12.0 to 5.13.0 (#95)
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.12.0 to 5.13.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.12.0...r5.13.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 5.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c1e54b8 commit 25efc82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ val seleniumVersion = "4.8.1"
3838
// https://docs.spring.io/spring-boot/appendix/dependency-versions/properties.html
3939
extra["selenium.version"] = seleniumVersion
4040

41-
val junitVersion = "5.12.0"
41+
val junitVersion = "5.13.0"
4242
extra["junit-jupiter.version"] = junitVersion
4343

4444
dependencies {

0 commit comments

Comments
 (0)