Skip to content

Commit

Permalink
Update to JUnit 5.10.2
Browse files Browse the repository at this point in the history
Closes gh-866
  • Loading branch information
jzheaux committed Feb 14, 2024
1 parent 3a42132 commit 7e9b5a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified dependencies/.build.gradle.swp
Binary file not shown.
2 changes: 1 addition & 1 deletion dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {
api platform("org.springframework:spring-framework-bom:6.1.3")
api platform("org.springframework.data:spring-data-bom:2021.2.18")
api platform('com.fasterxml.jackson:jackson-bom:2.15.3')
api platform("org.junit:junit-bom:5.10.1")
api platform("org.junit:junit-bom:5.10.2")
constraints {
api "com.querydsl:querydsl-core:$queryDslVersion"
api "com.querydsl:querydsl-apt:$queryDslVersion"
Expand Down

0 comments on commit 7e9b5a7

Please sign in to comment.