Skip to content

chore(intellij-plugin): bump io.sentry.jvm.gradle from 6.5.0 to 6.11.0 in /agent-support/intellij#1571

Merged
svarlamov merged 1 commit into
mainfrom
dependabot/gradle/agent-support/intellij/main/io.sentry.jvm.gradle-6.11.0
Jun 19, 2026
Merged

chore(intellij-plugin): bump io.sentry.jvm.gradle from 6.5.0 to 6.11.0 in /agent-support/intellij#1571
svarlamov merged 1 commit into
mainfrom
dependabot/gradle/agent-support/intellij/main/io.sentry.jvm.gradle-6.11.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 16, 2026

Copy link
Copy Markdown
Contributor

Bumps io.sentry.jvm.gradle from 6.5.0 to 6.11.0.

Release notes

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

6.11.0

Fixes

  • Resolve the sentry-cli path as a task input instead of memoizing it in a static field, fixing stale-path build failures when switching branches with the configuration cache enabled (#1264)
    • This fixed the issue where sentry-cli could not be found (A problem occurred starting process 'command ../sentry-cliXXX.exe')
  • Defer the telemetry default-org lookup to execution time so the configuration cache no longer re-runs sentry-cli on every build (#1263)
  • The published Gradle plugin and sentry-snapshots-runtime POMs no longer declare a transitive kotlin-stdlib dependency (#1276)
  • Normalize Linux ARM64 architecture name for bundled sentry-cli binary lookup (#1201)

Dependencies

6.10.0

Features

  • Add support for the Kotlin 2.4 compiler in the Compose tracing compiler plugin (#1253)

Fixes

  • Compose tracing no longer adds the Sentry modifier multiple times for chained modifiers (e.g. Modifier.fillMaxSize().padding()) on Kotlin 2.2 and newer (#1253)

Dependencies

API Changes

  • The debug extension property is now typed as Property<Boolean> instead of Property<Boolean?> (#1253)

6.9.0

Fixes

  • Defer instrumentation log directory creation to execution time and use variant-specific paths to prevent log file corruption during parallel variant transforms (#1236)

Dependencies

... (truncated)

Changelog

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

6.11.0

Fixes

  • Resolve the sentry-cli path as a task input instead of memoizing it in a static field, fixing stale-path build failures when switching branches with the configuration cache enabled (#1264)
    • This fixed the issue where sentry-cli could not be found (A problem occurred starting process 'command ../sentry-cliXXX.exe')
  • Defer the telemetry default-org lookup to execution time so the configuration cache no longer re-runs sentry-cli on every build (#1263)
  • The published Gradle plugin and sentry-snapshots-runtime POMs no longer declare a transitive kotlin-stdlib dependency (#1276)
  • Normalize Linux ARM64 architecture name for bundled sentry-cli binary lookup (#1201)

Dependencies

6.10.0

Features

  • Add support for the Kotlin 2.4 compiler in the Compose tracing compiler plugin (#1253)

Fixes

  • Compose tracing no longer adds the Sentry modifier multiple times for chained modifiers (e.g. Modifier.fillMaxSize().padding()) on Kotlin 2.2 and newer (#1253)

Dependencies

API Changes

  • The debug extension property is now typed as Property<Boolean> instead of Property<Boolean?> (#1253)

6.9.0

Fixes

  • Defer instrumentation log directory creation to execution time and use variant-specific paths to prevent log file corruption during parallel variant transforms (#1236)

Dependencies

... (truncated)

Commits
  • 3dd0543 release: 6.11.0
  • 19ba79e Fix Changelog (#1298)
  • a852ab0 Unify Fixes section (#1297)
  • 79669f9 fix(cli): Normalize Linux ARM64 arch name for sentry-cli binary lookup (#1201)
  • cc77b79 docs: Remove mockito-kotlin from changelog dependencies (#1292)
  • e84197f chore: update scripts/update-android.sh to 8.43.2 (#1291)
  • 5870305 build(deps): bump getsentry/craft from 2.26.8 to 2.26.9 (#1287)
  • 1822440 build(deps): bump getsentry/craft/.github/workflows/changelog-preview.yml (#1...
  • 52c1e9a build(deps): bump gradle/actions from 6.1.0 to 6.1.1 (#1288)
  • ff91190 build(deps): bump com.diffplug.spotless from 8.5.0 to 8.6.0 (#1290)
  • 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 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)

Open in Devin Review

Bumps [io.sentry.jvm.gradle](https://github.com/getsentry/sentry-android-gradle-plugin) from 6.5.0 to 6.11.0.
- [Release notes](https://github.com/getsentry/sentry-android-gradle-plugin/releases)
- [Changelog](https://github.com/getsentry/sentry-android-gradle-plugin/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-android-gradle-plugin@6.5.0...6.11.0)

---
updated-dependencies:
- dependency-name: io.sentry.jvm.gradle
  dependency-version: 6.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jun 16, 2026
@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@github-actions

Copy link
Copy Markdown
Contributor

Qodana for JVM

Analyzed project: agent-support/intellij/

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked

View the detailed Qodana report

To be able to view the detailed Qodana report, you can either:

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/qodana-action@v2026.1.0
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

@svarlamov svarlamov merged commit 7688988 into main Jun 19, 2026
39 of 40 checks passed
@svarlamov svarlamov deleted the dependabot/gradle/agent-support/intellij/main/io.sentry.jvm.gradle-6.11.0 branch June 19, 2026 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants