Skip to content

Commit 7e9b5a7

Browse files
committed
Update to JUnit 5.10.2
Closes gh-866
1 parent 3a42132 commit 7e9b5a7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

dependencies/.build.gradle.swp

0 Bytes
Binary file not shown.

dependencies/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717
api platform("org.springframework:spring-framework-bom:6.1.3")
1818
api platform("org.springframework.data:spring-data-bom:2021.2.18")
1919
api platform('com.fasterxml.jackson:jackson-bom:2.15.3')
20-
api platform("org.junit:junit-bom:5.10.1")
20+
api platform("org.junit:junit-bom:5.10.2")
2121
constraints {
2222
api "com.querydsl:querydsl-core:$queryDslVersion"
2323
api "com.querydsl:querydsl-apt:$queryDslVersion"

0 commit comments

Comments
 (0)