Skip to content

Commit a054135

Browse files
committed
Update JUnit to 5.10.2
Closes gh-28
1 parent 500ad3e commit a054135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencies/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ javaPlatform {
88

99
dependencies {
1010
api platform("com.fasterxml.jackson:jackson-bom:2.14.3")
11-
api platform("org.junit:junit-bom:5.10.1")
11+
api platform("org.junit:junit-bom:5.10.2")
1212
constraints {
1313
api "jakarta.servlet:jakarta.servlet-api:6.0.0"
1414
api "org.assertj:assertj-core:3.24.2"

0 commit comments

Comments
 (0)