Skip to content

Commit

Permalink
Upgrade to JUnit Platform 1.10.5
Browse files Browse the repository at this point in the history
Closes gh-32
  • Loading branch information
rainboyan committed Nov 27, 2024
1 parent c46e6fb commit 9b3c8a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ subprojects { project->
exclude group: "org.junit.jupiter", module: "junit-jupiter-engine"
}
testImplementation "org.junit.jupiter:junit-jupiter-api:$junitJupiterVersion"
testImplementation "org.junit.platform:junit-platform-runner:$junitJupiterPlatformVersion"
testImplementation "org.junit.platform:junit-platform-runner:$junitPlatformVersion"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitJupiterVersion"
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jakartaAnnotationVersion=2.1.1
jansiVersion=1.18
javaParserCoreVersion=3.26.2
junitJupiterVersion=5.10.5
junitJupiterPlatformVersion=1.9.3
junitPlatformVersion=1.10.5
picocliVersion=4.6.3
objenesisVersion = 3.4
servletApiVersion=6.0.0
Expand Down

0 comments on commit 9b3c8a6

Please sign in to comment.