Skip to content

Commit d2fad0c

Browse files
Bump org.junit.jupiter:junit-jupiter from 6.0.2 to 6.0.3
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.0.2...r6.0.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e698a26 commit d2fad0c

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
@@ -15,7 +15,7 @@ kotlin {
1515

1616
dependencies {
1717
implementation "org.jetbrains.kotlin:kotlin-stdlib"
18-
implementation 'org.junit.jupiter:junit-jupiter:6.0.2'
18+
implementation 'org.junit.jupiter:junit-jupiter:6.0.3'
1919
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.2'
2020
testImplementation("com.approvaltests:approvaltests:27.0.0")
2121
testImplementation("com.google.code.gson:gson:2.13.2")

0 commit comments

Comments
 (0)