We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdb274b commit fef617aCopy full SHA for fef617a
dependencies/build.gradle
@@ -24,7 +24,7 @@ dependencies {
24
api platform("org.springframework.data:spring-data-bom:2021.2.18")
25
}
26
api platform("org.springframework.security:spring-security-bom:6.4.2")
27
- api platform('com.fasterxml.jackson:jackson-bom:2.15.4')
+ api platform('com.fasterxml.jackson:jackson-bom:2.18.2')
28
api platform("io.micrometer:micrometer-bom:1.14.4")
29
api platform("io.micrometer:micrometer-tracing-bom:1.4.3")
30
api platform("org.junit:junit-bom:5.8.2")
0 commit comments