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 875a576 commit 78951a2Copy full SHA for 78951a2
dependencies/build.gradle
@@ -26,7 +26,7 @@ dependencies {
26
api platform("org.springframework.security:spring-security-bom:6.4.5")
27
api platform('com.fasterxml.jackson:jackson-bom:2.18.3')
28
api platform("io.micrometer:micrometer-bom:1.14.6")
29
- api platform("io.micrometer:micrometer-tracing-bom:1.4.5")
+ api platform("io.micrometer:micrometer-tracing-bom:1.5.0")
30
api platform("org.junit:junit-bom:5.12.2")
31
constraints {
32
api "com.querydsl:querydsl-core:$queryDslVersion"
0 commit comments