We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9332ebc commit ed878eaCopy full SHA for ed878ea
dependencies/build.gradle
@@ -17,7 +17,7 @@ dependencies {
17
api platform("org.springframework:spring-framework-bom:5.3.21")
18
api platform("org.junit:junit-bom:5.8.2")
19
api platform("org.springframework.data:spring-data-bom:2021.1.4")
20
- api platform("com.fasterxml.jackson:jackson-bom:2.13.0")
+ api platform("com.fasterxml.jackson:jackson-bom:2.13.3")
21
constraints {
22
api "com.querydsl:querydsl-core:$queryDslVersion"
23
api "com.querydsl:querydsl-apt:$queryDslVersion"
0 commit comments