Skip to content

Commit

Permalink
Bump JUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
dpassen committed Nov 9, 2023
1 parent 8b32e14 commit b02e8e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ dependencies {
compileOnly("org.projectlombok:lombok:1.18.30")
annotationProcessor("org.projectlombok:lombok:1.18.30")

testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.0")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.1")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.1")

testImplementation("org.assertj:assertj-core:3.24.2")
}
Expand Down

0 comments on commit b02e8e7

Please sign in to comment.