Skip to content

Commit 549e9a7

Browse files
committed
replace netty bom with boot plugin bom
1 parent 2efe58d commit 549e9a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sentry-spring-7/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,9 @@ tasks.withType<KotlinCompile>().configureEach {
2828

2929
dependencies {
3030
api(projects.sentry)
31+
3132
compileOnly(platform(SpringBootPlugin.BOM_COORDINATES))
3233

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"))
3534
compileOnly(Config.Libs.springWeb)
3635
compileOnly(Config.Libs.springAop)
3736
compileOnly(Config.Libs.springSecurityWeb)
@@ -57,6 +56,7 @@ dependencies {
5756
errorprone(libs.nopen.checker)
5857
errorprone(libs.nullaway)
5958

59+
testImplementation(platform(SpringBootPlugin.BOM_COORDINATES))
6060
// tests
6161
testImplementation(projects.sentryTestSupport)
6262
testImplementation(projects.sentryGraphql)

0 commit comments

Comments
 (0)