Skip to content

Commit 33e9565

Browse files
authored
Remove Gson dependency note (#5132)
1 parent 29db370 commit 33e9565

File tree

8 files changed

+0
-16
lines changed

8 files changed

+0
-16
lines changed

src/includes/getting-started-install/android.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ dependencies {
2424

2525
[NDK integration](/platforms/android/using-ndk/) is packed with the SDK and requires API level 16, though other levels are supported.
2626

27-
Sentry's Android SDK depends on [Gson](https://github.com/google/gson) as a transitive dependency; the minimum required version is 2.7.
28-
2927
If you are using multiple Sentry dependencies, you can add a [bill of materials](/platforms/android/configuration/bill-of-materials) to avoid specifying the version of each dependency.
3028

3129
</Note>

src/includes/getting-started-install/java.jul.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ For other dependency managers, see the [central Maven repository](https://search
1818

1919
<Note>
2020

21-
Sentry's Java SDK depends on [Gson](https://github.com/google/gson) as a transitive dependency; the minimum required version is 2.7.
22-
2321
If you are using multiple Sentry dependencies, you can add a [bill of materials](/platforms/java/configuration/bill-of-materials) to avoid specifying the version of each dependency.
2422

2523
</Note>

src/includes/getting-started-install/java.log4j2.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ For other dependency managers see the [central Maven repository](https://search.
1818

1919
<Note>
2020

21-
Sentry's Java SDK depends on [Gson](https://github.com/google/gson) as a transitive dependency; the minimum required version is 2.7.
22-
2321
If you are using multiple Sentry dependencies, you can add a [bill of materials](/platforms/java/configuration/bill-of-materials) to avoid specifying the version of each dependency.
2422

2523
</Note>

src/includes/getting-started-install/java.logback.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ For other dependency managers, see the [central Maven repository](https://search
1818

1919
<Note>
2020

21-
Sentry's Java SDK depends on [Gson](https://github.com/google/gson) as a transitive dependency; the minimum required version is 2.7.
22-
2321
If you are using multiple Sentry dependencies, you can add a [bill of materials](/platforms/java/configuration/bill-of-materials) to avoid specifying the version of each dependency.
2422

2523
</Note>

src/includes/getting-started-install/java.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ libraryDependencies += "io.sentry" % "sentry" % "{{ packages.version('sentry.jav
2424

2525
<Note>
2626

27-
Sentry's Java SDK depends on [Gson](https://github.com/google/gson) as a transitive dependency; the minimum required version is 2.7.
28-
2927
If you are using multiple Sentry dependencies, you can add a [bill of materials](/platforms/java/configuration/bill-of-materials) to avoid specifying the version of each dependency.
3028

3129
</Note>

src/includes/getting-started-install/java.servlet.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ For other dependency managers, see the [central Maven repository](https://search
2020

2121
<Note>
2222

23-
Sentry's Java SDK depends on [Gson](https://github.com/google/gson) as a transitive dependency; the minimum required version is 2.7.
24-
2523
If you are using multiple Sentry dependencies, you can add a [bill of materials](/platforms/java/configuration/bill-of-materials) to avoid specifying the version of each dependency.
2624

2725
</Note>

src/includes/getting-started-install/java.spring-boot.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ implementation 'io.sentry:sentry-spring-boot-starter:{{ packages.version('sentry
1212

1313
<Note>
1414

15-
Sentry's Java SDK depends on [Gson](https://github.com/google/gson) as a transitive dependency; the minimum required version is 2.7.
16-
1715
If you are using multiple Sentry dependencies, you can add a [bill of materials](/platforms/java/configuration/bill-of-materials) to avoid specifying the version of each dependency.
1816

1917
</Note>

src/includes/getting-started-install/java.spring.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ For other dependency managers see the [central Maven repository](https://search.
1818

1919
<Note>
2020

21-
Sentry's Java SDK depends on [Gson](https://github.com/google/gson) as a transitive dependency; the minimum required version is 2.7.
22-
2321
If you are using multiple Sentry dependencies, you can add a [bill of materials](/platforms/java/configuration/bill-of-materials) to avoid specifying the version of each dependency.
2422

2523
</Note>

0 commit comments

Comments
 (0)