Skip to content

Commit

Permalink
Merge pull request #10 from Nexus-Flow/dependabot/gradle/org.junit.pl…
Browse files Browse the repository at this point in the history
…atform-junit-platform-launcher-1.10.2

Bump org.junit.platform:junit-platform-launcher from 1.10.1 to 1.10.2
  • Loading branch information
Javiervva authored Feb 5, 2024
2 parents fbda8be + 4607cd4 commit c65c0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repositories {

dependencies {
testImplementation("org.junit.jupiter:junit-jupiter:5.10.1")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.1")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.2")
}

java.sourceCompatibility = JavaVersion.VERSION_21
Expand Down

0 comments on commit c65c0cd

Please sign in to comment.