We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c087628 commit da2cf8fCopy full SHA for da2cf8f
dependencies/build.gradle
@@ -26,7 +26,7 @@ dependencies {
26
api platform("org.springframework.security:spring-security-bom:6.4.2")
27
api platform('com.fasterxml.jackson:jackson-bom:2.15.4')
28
api platform("io.micrometer:micrometer-bom:1.14.2")
29
- api platform("io.micrometer:micrometer-tracing-bom:1.4.1")
+ api platform("io.micrometer:micrometer-tracing-bom:1.4.2")
30
api platform("org.junit:junit-bom:5.8.2")
31
constraints {
32
api "com.querydsl:querydsl-core:$queryDslVersion"
0 commit comments