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 2efe58d commit 549e9a7Copy full SHA for 549e9a7
1 file changed
sentry-spring-7/build.gradle.kts
@@ -28,10 +28,9 @@ tasks.withType<KotlinCompile>().configureEach {
28
29
dependencies {
30
api(projects.sentry)
31
+
32
compileOnly(platform(SpringBootPlugin.BOM_COORDINATES))
33
- // Force all Netty modules to use the same version to avoid version conflicts
34
- testImplementation(platform("io.netty:netty-bom:4.2.4.Final"))
35
compileOnly(Config.Libs.springWeb)
36
compileOnly(Config.Libs.springAop)
37
compileOnly(Config.Libs.springSecurityWeb)
@@ -57,6 +56,7 @@ dependencies {
57
56
errorprone(libs.nopen.checker)
58
errorprone(libs.nullaway)
59
+ testImplementation(platform(SpringBootPlugin.BOM_COORDINATES))
60
// tests
61
testImplementation(projects.sentryTestSupport)
62
testImplementation(projects.sentryGraphql)
0 commit comments