Bump JUnit to version 5.12.2

This commit is contained in:
Erik C. Thauvin 2025-04-25 20:58:55 -07:00
parent 18582f89c3
commit 5bb608d889
Signed by: erik
GPG key ID: 776702A6A2DA330E

View file

@ -17,7 +17,7 @@ defaultTasks 'run'
mainClassName = 'App' mainClassName = 'App'
dependencies { dependencies {
testImplementation platform('org.junit:junit-bom:5.10.2') testImplementation platform('org.junit:junit-bom:5.12.2')
testImplementation 'org.junit.jupiter:junit-jupiter' testImplementation 'org.junit.jupiter:junit-jupiter'
} }