[PR #445] chore(intellij): bump io.sentry.jvm.gradle from 5.5.0 to 6.0.0 in /agent-support/intellij #475

Closed
opened 2026-03-02 04:13:43 +03:00 by kerem · 0 comments
Owner

Original Pull Request: https://github.com/git-ai-project/git-ai/pull/445

State: closed
Merged: Yes


Bumps io.sentry.jvm.gradle from 5.5.0 to 6.0.0.

Release notes

Sourced from io.sentry.jvm.gradle's releases.

6.0.0

Breaking Changes

This version introduces sentry-cli 3.0.0. Sentry-cli 3.0.0 and above only officially supports Sentry SaaS and Sentry self-hosted versions 25.11.1 and higher. While many Sentry CLI features may, in practice, continue working with some older Sentry versions, continued support for Sentry versions older than 25.11.1 is not guaranteed. You can use an older version of this plugin if you need support for older Sentry self-hosted versions.

  • Drop support for Android Gradle Plugin 7.3.X and below. To continue to use 7.3.X and below use Sentry Android Gradle Plugin 5.12.x. (#911)
  • Minimum supported Kotlin language version is now 1.8 (#935)

Features

  • Add upload functionality for Size Analysis (#915)
  • Add upload functionality for Build Distribution (#986)
  • Auto-install for Auto-Update Build Distribution SDK when enabled for variant (#1001)
  • Add VCS info extension for build uploads with customizable version control metadata (#969)
  • Include version in logs if auto install refuses to install a dependency (#979)
  • Auto install Spring Boot 4 (sentry-spring-boot-4) and Spring 7 (sentry-spring-7) modules (#980)

Fixes

  • Enable caching for BundleSourcesTask (#894)
  • Add support for Kotlin 2.2.0 for Sentry Kotlin Compiler Plugin (#944)
  • Fix compatibility with Kotlin 2.3.0 (#1046)
  • Sentry dependencies intended for Spring Boot 3 / Spring 6 will no longer be installed for Spring Boot 4 / Spring 7 (#980)
  • Allow lazily configured version details for ProGuard mappings (#974)
  • Fix Modifier.sentryTag() not found warning (#997)
  • Fix reproducible builds by writing sentry-debug-meta.properties without timestamps (#876)
  • Skip generating sentry-debug-meta.properties when includeProguardMapping and includeSourceContext are disabled (#1047)
  • Fix proguard mapping tasks compatibility with Kotlin/Compose 2.3.0 (#1054)
  • Include root project check in preMerge task (#1006)
  • Set SENTRY_PIPELINE environment variable for all sentry-cli invocations (#1036)
  • Stop passing deprecated parameters to sentry-cli (#1015)
  • Rename orgAuthToken to distributionAuthToken (#1025)
  • Remove null conventions from VcsInfoExtension (#983)

Internal

  • Add Google Truth for easier to debug assertions in tests (#920)
  • Generate AGP/Gradle compatibility matrix dynamically (#873)

Dependencies

6.0.0-rc.1

... (truncated)

Changelog

Sourced from io.sentry.jvm.gradle's changelog.

6.0.0

Breaking Changes

This version introduces sentry-cli 3.0.0. Sentry-cli 3.0.0 and above only officially supports Sentry SaaS and Sentry self-hosted versions 25.11.1 and higher. While many Sentry CLI features may, in practice, continue working with some older Sentry versions, continued support for Sentry versions older than 25.11.1 is not guaranteed. You can use an older version of this plugin if you need support for older Sentry self-hosted versions.

  • Drop support for Android Gradle Plugin 7.3.X and below. To continue to use 7.3.X and below use Sentry Android Gradle Plugin 5.12.x. (#911)
  • Minimum supported Kotlin language version is now 1.8 (#935)

Features

  • Add upload functionality for Size Analysis (#915)
  • Add upload functionality for Build Distribution (#986)
  • Auto-install for Auto-Update Build Distribution SDK when enabled for variant (#1001)
  • Add VCS info extension for build uploads with customizable version control metadata (#969)
  • Include version in logs if auto install refuses to install a dependency (#979)
  • Auto install Spring Boot 4 (sentry-spring-boot-4) and Spring 7 (sentry-spring-7) modules (#980)

Fixes

  • Enable caching for BundleSourcesTask (#894)
  • Add support for Kotlin 2.2.0 for Sentry Kotlin Compiler Plugin (#944)
  • Fix compatibility with Kotlin 2.3.0 (#1046)
  • Sentry dependencies intended for Spring Boot 3 / Spring 6 will no longer be installed for Spring Boot 4 / Spring 7 (#980)
  • Allow lazily configured version details for ProGuard mappings (#974)
  • Fix Modifier.sentryTag() not found warning (#997)
  • Fix reproducible builds by writing sentry-debug-meta.properties without timestamps (#876)
  • Skip generating sentry-debug-meta.properties when includeProguardMapping and includeSourceContext are disabled (#1047)
  • Fix proguard mapping tasks compatibility with Kotlin/Compose 2.3.0 (#1054)
  • Include root project check in preMerge task (#1006)
  • Set SENTRY_PIPELINE environment variable for all sentry-cli invocations (#1036)
  • Stop passing deprecated parameters to sentry-cli (#1015)
  • Rename orgAuthToken to distributionAuthToken (#1025)
  • Remove null conventions from VcsInfoExtension (#983)

Internal

  • Add Google Truth for easier to debug assertions in tests (#920)
  • Generate AGP/Gradle compatibility matrix dynamically (#873)

Dependencies

... (truncated)

Commits
  • a771c7c release: 6.0.0
  • bcf7f41 fix(proguard): Fix compatibility with Kotlin/Compose 2.3.0 (#1054)
  • 02f1374 ci(release): Fix changelog-preview permissions (#1062)
  • ace6e12 chore: update scripts/update-android.sh to 8.31.0 (#1058)
  • 2e03d1c docs(changelog): Use ### format for Breaking Changes sections (#1060)
  • 6b4088c chore(changelog): Prepare 6.0.0 release changelog (#1056)
  • 41c3070 fix(matrix): Use new URL to fetch AGP<->Gradle compatibility table (#1055)
  • c9d4250 ci(release): Switch from action-prepare-release to Craft (#1051)
  • c8b645f chore: update scripts/update-android.sh to 8.30.0 (#1053)
  • feb0552 chore: update plugin-build/sentry-cli.properties to 3.1.0 (#1052)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
**Original Pull Request:** https://github.com/git-ai-project/git-ai/pull/445 **State:** closed **Merged:** Yes --- Bumps [io.sentry.jvm.gradle](https://github.com/getsentry/sentry-android-gradle-plugin) from 5.5.0 to 6.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-android-gradle-plugin/releases">io.sentry.jvm.gradle's releases</a>.</em></p> <blockquote> <h2>6.0.0</h2> <h3>Breaking Changes</h3> <p>This version introduces sentry-cli 3.0.0. Sentry-cli 3.0.0 and above only officially supports Sentry SaaS and Sentry self-hosted versions 25.11.1 and higher. While many Sentry CLI features may, in practice, continue working with some older Sentry versions, continued support for Sentry versions older than 25.11.1 is not guaranteed. You can use an older version of this plugin if you need support for older Sentry self-hosted versions.</p> <ul> <li>Drop support for Android Gradle Plugin 7.3.X and below. To continue to use 7.3.X and below use Sentry Android Gradle Plugin 5.12.x. (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/911">#911</a>)</li> <li>Minimum supported Kotlin language version is now 1.8 (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/935">#935</a>)</li> </ul> <h3>Features</h3> <ul> <li>Add upload functionality for <a href="https://docs.sentry.io/platforms/android/size-analysis/">Size Analysis</a> (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/915">#915</a>)</li> <li>Add upload functionality for <a href="https://docs.sentry.io/platforms/android/build-distribution/">Build Distribution</a> (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/986">#986</a>)</li> <li>Auto-install for <a href="https://docs.sentry.io/platforms/android/build-distribution/auto-update/">Auto-Update Build Distribution</a> SDK when enabled for variant (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1001">#1001</a>)</li> <li>Add VCS info extension for build uploads with customizable version control metadata (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/969">#969</a>)</li> <li>Include version in logs if auto install refuses to install a dependency (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/979">#979</a>)</li> <li>Auto install Spring Boot 4 (<code>sentry-spring-boot-4</code>) and Spring 7 (<code>sentry-spring-7</code>) modules (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/980">#980</a>)</li> </ul> <h3>Fixes</h3> <ul> <li>Enable caching for BundleSourcesTask (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/894">#894</a>)</li> <li>Add support for Kotlin 2.2.0 for Sentry Kotlin Compiler Plugin (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/944">#944</a>)</li> <li>Fix compatibility with Kotlin 2.3.0 (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1046">#1046</a>)</li> <li>Sentry dependencies intended for Spring Boot 3 / Spring 6 will no longer be installed for Spring Boot 4 / Spring 7 (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/980">#980</a>)</li> <li>Allow lazily configured version details for ProGuard mappings (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/974">#974</a>)</li> <li>Fix <code>Modifier.sentryTag()</code> not found warning (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/997">#997</a>)</li> <li>Fix reproducible builds by writing <code>sentry-debug-meta.properties</code> without timestamps (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/876">#876</a>)</li> <li>Skip generating <code>sentry-debug-meta.properties</code> when <code>includeProguardMapping</code> and <code>includeSourceContext</code> are disabled (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1047">#1047</a>)</li> <li>Fix proguard mapping tasks compatibility with Kotlin/Compose 2.3.0 (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1054">#1054</a>)</li> <li>Include root project check in preMerge task (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1006">#1006</a>)</li> <li>Set SENTRY_PIPELINE environment variable for all sentry-cli invocations (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1036">#1036</a>)</li> <li>Stop passing deprecated parameters to sentry-cli (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1015">#1015</a>)</li> <li>Rename orgAuthToken to distributionAuthToken (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1025">#1025</a>)</li> <li>Remove null conventions from VcsInfoExtension (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/983">#983</a>)</li> </ul> <h3>Internal</h3> <ul> <li>Add Google Truth for easier to debug assertions in tests (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/920">#920</a>)</li> <li>Generate AGP/Gradle compatibility matrix dynamically (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/873">#873</a>)</li> </ul> <h3>Dependencies</h3> <ul> <li>Set build default Gradle Version to 8.14.2 (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/891">#891</a>)</li> <li>Bump Android SDK from v8.14.0 to v8.31.0 (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/919">#919</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/936">#936</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/943">#943</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/958">#958</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/962">#962</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/967">#967</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/981">#981</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/988">#988</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/996">#996</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1009">#1009</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1020">#1020</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1027">#1027</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1032">#1032</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1034">#1034</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1041">#1041</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1053">#1053</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1058">#1058</a>) <ul> <li><a href="https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8310">changelog</a></li> <li><a href="https://github.com/getsentry/sentry-java/compare/8.14.0...8.31.0">diff</a></li> </ul> </li> <li>Bump CLI from v2.46.0 to v3.1.0 (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/948">#948</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/957">#957</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/964">#964</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/970">#970</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/987">#987</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/990">#990</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/993">#993</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1002">#1002</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1014">#1014</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1024">#1024</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1028">#1028</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1037">#1037</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1038">#1038</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1040">#1040</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1043">#1043</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1049">#1049</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1052">#1052</a>) <ul> <li><a href="https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#310">changelog</a></li> <li><a href="https://github.com/getsentry/sentry-cli/compare/2.46.0...3.1.0">diff</a></li> </ul> </li> </ul> <h2>6.0.0-rc.1</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-android-gradle-plugin/blob/main/CHANGELOG.md">io.sentry.jvm.gradle's changelog</a>.</em></p> <blockquote> <h2>6.0.0</h2> <h3>Breaking Changes</h3> <p>This version introduces sentry-cli 3.0.0. Sentry-cli 3.0.0 and above only officially supports Sentry SaaS and Sentry self-hosted versions 25.11.1 and higher. While many Sentry CLI features may, in practice, continue working with some older Sentry versions, continued support for Sentry versions older than 25.11.1 is not guaranteed. You can use an older version of this plugin if you need support for older Sentry self-hosted versions.</p> <ul> <li>Drop support for Android Gradle Plugin 7.3.X and below. To continue to use 7.3.X and below use Sentry Android Gradle Plugin 5.12.x. (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/911">#911</a>)</li> <li>Minimum supported Kotlin language version is now 1.8 (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/935">#935</a>)</li> </ul> <h3>Features</h3> <ul> <li>Add upload functionality for <a href="https://docs.sentry.io/platforms/android/size-analysis/">Size Analysis</a> (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/915">#915</a>)</li> <li>Add upload functionality for <a href="https://docs.sentry.io/platforms/android/build-distribution/">Build Distribution</a> (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/986">#986</a>)</li> <li>Auto-install for <a href="https://docs.sentry.io/platforms/android/build-distribution/auto-update/">Auto-Update Build Distribution</a> SDK when enabled for variant (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1001">#1001</a>)</li> <li>Add VCS info extension for build uploads with customizable version control metadata (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/969">#969</a>)</li> <li>Include version in logs if auto install refuses to install a dependency (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/979">#979</a>)</li> <li>Auto install Spring Boot 4 (<code>sentry-spring-boot-4</code>) and Spring 7 (<code>sentry-spring-7</code>) modules (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/980">#980</a>)</li> </ul> <h3>Fixes</h3> <ul> <li>Enable caching for BundleSourcesTask (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/894">#894</a>)</li> <li>Add support for Kotlin 2.2.0 for Sentry Kotlin Compiler Plugin (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/944">#944</a>)</li> <li>Fix compatibility with Kotlin 2.3.0 (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1046">#1046</a>)</li> <li>Sentry dependencies intended for Spring Boot 3 / Spring 6 will no longer be installed for Spring Boot 4 / Spring 7 (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/980">#980</a>)</li> <li>Allow lazily configured version details for ProGuard mappings (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/974">#974</a>)</li> <li>Fix <code>Modifier.sentryTag()</code> not found warning (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/997">#997</a>)</li> <li>Fix reproducible builds by writing <code>sentry-debug-meta.properties</code> without timestamps (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/876">#876</a>)</li> <li>Skip generating <code>sentry-debug-meta.properties</code> when <code>includeProguardMapping</code> and <code>includeSourceContext</code> are disabled (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1047">#1047</a>)</li> <li>Fix proguard mapping tasks compatibility with Kotlin/Compose 2.3.0 (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1054">#1054</a>)</li> <li>Include root project check in preMerge task (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1006">#1006</a>)</li> <li>Set SENTRY_PIPELINE environment variable for all sentry-cli invocations (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1036">#1036</a>)</li> <li>Stop passing deprecated parameters to sentry-cli (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1015">#1015</a>)</li> <li>Rename orgAuthToken to distributionAuthToken (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1025">#1025</a>)</li> <li>Remove null conventions from VcsInfoExtension (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/983">#983</a>)</li> </ul> <h3>Internal</h3> <ul> <li>Add Google Truth for easier to debug assertions in tests (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/920">#920</a>)</li> <li>Generate AGP/Gradle compatibility matrix dynamically (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/873">#873</a>)</li> </ul> <h3>Dependencies</h3> <ul> <li>Set build default Gradle Version to 8.14.2 (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/891">#891</a>)</li> <li>Bump Android SDK from v8.14.0 to v8.31.0 (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/919">#919</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/936">#936</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/943">#943</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/958">#958</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/962">#962</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/967">#967</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/981">#981</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/988">#988</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/996">#996</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1009">#1009</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1020">#1020</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1027">#1027</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1032">#1032</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1034">#1034</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1041">#1041</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1053">#1053</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1058">#1058</a>) <ul> <li><a href="https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8310">changelog</a></li> <li><a href="https://github.com/getsentry/sentry-java/compare/8.14.0...8.31.0">diff</a></li> </ul> </li> <li>Bump CLI from v2.46.0 to v3.1.0 (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/948">#948</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/957">#957</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/964">#964</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/970">#970</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/987">#987</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/990">#990</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/993">#993</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1002">#1002</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1014">#1014</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1024">#1024</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1028">#1028</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1037">#1037</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1038">#1038</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1040">#1040</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1043">#1043</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1049">#1049</a>, <a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1052">#1052</a>) <ul> <li><a href="https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#310">changelog</a></li> <li><a href="https://github.com/getsentry/sentry-cli/compare/2.46.0...3.1.0">diff</a></li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/sentry-android-gradle-plugin/commit/a771c7c8c180f810c26c6e39df6b5b39037322d9"><code>a771c7c</code></a> release: 6.0.0</li> <li><a href="https://github.com/getsentry/sentry-android-gradle-plugin/commit/bcf7f41b3aa1c7f6fe6d1f07e351c335c8ba7864"><code>bcf7f41</code></a> fix(proguard): Fix compatibility with Kotlin/Compose 2.3.0 (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/issues/1054">#1054</a>)</li> <li><a href="https://github.com/getsentry/sentry-android-gradle-plugin/commit/02f137432bb917b5ff7a8ca498356ede16533441"><code>02f1374</code></a> ci(release): Fix changelog-preview permissions (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/issues/1062">#1062</a>)</li> <li><a href="https://github.com/getsentry/sentry-android-gradle-plugin/commit/ace6e1229f669e957a93a099dc8fe3044bcbdd04"><code>ace6e12</code></a> chore: update scripts/update-android.sh to 8.31.0 (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/issues/1058">#1058</a>)</li> <li><a href="https://github.com/getsentry/sentry-android-gradle-plugin/commit/2e03d1cf945cda0490c8fa75dc905b7f8c14116f"><code>2e03d1c</code></a> docs(changelog): Use ### format for Breaking Changes sections (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/issues/1060">#1060</a>)</li> <li><a href="https://github.com/getsentry/sentry-android-gradle-plugin/commit/6b4088c3a12582ebbf2ab55f12344e1dc6c4360b"><code>6b4088c</code></a> chore(changelog): Prepare 6.0.0 release changelog (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/issues/1056">#1056</a>)</li> <li><a href="https://github.com/getsentry/sentry-android-gradle-plugin/commit/41c307004b50cdc16c2ae128c37c5c8239e9e3dd"><code>41c3070</code></a> fix(matrix): Use new URL to fetch AGP&lt;-&gt;Gradle compatibility table (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/issues/1055">#1055</a>)</li> <li><a href="https://github.com/getsentry/sentry-android-gradle-plugin/commit/c9d4250ddb34ee7c3b912e44bcc4deb34d563a21"><code>c9d4250</code></a> ci(release): Switch from action-prepare-release to Craft (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/issues/1051">#1051</a>)</li> <li><a href="https://github.com/getsentry/sentry-android-gradle-plugin/commit/c8b645f9535680916f69173e598d4702895f21e1"><code>c8b645f</code></a> chore: update scripts/update-android.sh to 8.30.0 (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/issues/1053">#1053</a>)</li> <li><a href="https://github.com/getsentry/sentry-android-gradle-plugin/commit/feb0552c9872b9859dc51d541eff17ad6033eacb"><code>feb0552</code></a> chore: update plugin-build/sentry-cli.properties to 3.1.0 (<a href="https://redirect.github.com/getsentry/sentry-android-gradle-plugin/issues/1052">#1052</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-android-gradle-plugin/compare/5.5.0...6.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.sentry.jvm.gradle&package-manager=gradle&previous-version=5.5.0&new-version=6.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
kerem 2026-03-02 04:13:43 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/git-ai#475
No description provided.