Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion htmlSanityCheck-maven-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
implementation("org.apache.maven.plugin-tools:maven-plugin-annotations:${mavenPluginToolsVersion}")

testImplementation libs.junit.jupiter
testRuntimeOnly "org.junit.platform:junit-platform-launcher:1.12.2"
testRuntimeOnly "org.junit.platform:junit-platform-launcher:6.0.0"
// Explicit Launcher Version to override Gradle default
testImplementation 'org.assertj:assertj-core:3.27.6'
}
Expand Down
Loading