Skip to content

Commit 854396a

Browse files
authored
Update docs/platforms/java/common/troubleshooting/mixed-versions/index.mdx
1 parent f300e60 commit 854396a

File tree

1 file changed

+2
-0
lines changed
  • docs/platforms/java/common/troubleshooting/mixed-versions

1 file changed

+2
-0
lines changed

docs/platforms/java/common/troubleshooting/mixed-versions/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ implementation('io.sentry:sentry-logback:8.7.0')
3636
When using our Gradle or Maven plugin and manually defining additional Sentry Java SDK dependencies it is also possible to end up with mixed versions. The following snippet shows the plugin being configured to use version `8.0.0` but there is also an additional dependency that has been set to version `8.1.0`. To fix the issue please set the same version or <PlatformLink to="/configuration/bill-of-materials/">use `sentry-bom`</PlatformLink>.
3737

3838
```groovy {tabTitle:Gradle}{filename:build.gradle}
39+
plugins { id "io.sentry.android.gradle" version "5.3.0" }
40+
3941
dependencies {
4042
implementation 'io.sentry:sentry-opentelemetry-agentless-spring:8.1.0'
4143
}

0 commit comments

Comments
 (0)