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
chore(deps): Update junit-framework monorepo to v5.14.1
  • Loading branch information
renovate[bot] authored Nov 2, 2025
commit 9f20ad722c9737fead9d1e8a43fa90108e076ef9
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ subprojects {
}
annotationProcessor 'ca.stellardrift:contract-validator:1.0.1'
checkstyle 'ca.stellardrift:stylecheck:0.2.1'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.4'
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.13.4'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.1'
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.14.1'
}

tasks.withType(Javadoc).configureEach {
Expand Down