Skip to content

Commit 6c801fe

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3 (#46)
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.10.2 to 5.10.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.10.2...r5.10.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2fab72d commit 6c801fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
group = "io.github.MikAoJk"
22
version = "1.0.0" //This will never change. See GitHub releases for releases of artifact
33

4-
val junitJupiterVersion = "5.10.2"
4+
val junitJupiterVersion = "5.10.3"
55
val kotlinVersion = "2.0.0"
66
val javaVersion = JavaVersion.VERSION_21
77

0 commit comments

Comments
 (0)