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 859a942 commit 972fc25Copy full SHA for 972fc25
dependencies/build.gradle
@@ -16,7 +16,7 @@ ext.queryDslVersion = '5.0.0'
16
dependencies {
17
api platform("org.springframework:spring-framework-bom:6.0.0")
18
api platform("org.springframework.data:spring-data-bom:2022.0.0-M6")
19
- api platform("com.fasterxml.jackson:jackson-bom:2.13.4")
+ api platform('com.fasterxml.jackson:jackson-bom:2.14.0')
20
api platform("org.junit:junit-bom:5.9.1")
21
constraints {
22
api "com.querydsl:querydsl-core:$queryDslVersion"
0 commit comments