Skip to content

chore(deps): bump org.jetbrains.intellij.plugins:verifier-cli from 1.407 to 1.408#101

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/org.jetbrains.intellij.plugins-verifier-cli-1.408
Open

chore(deps): bump org.jetbrains.intellij.plugins:verifier-cli from 1.407 to 1.408#101
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/org.jetbrains.intellij.plugins-verifier-cli-1.408

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 3, 2026

Copy link
Copy Markdown
Contributor

Bumps org.jetbrains.intellij.plugins:verifier-cli from 1.407 to 1.408.

Release notes

Sourced from org.jetbrains.intellij.plugins:verifier-cli's releases.

Version 1.408

Added

  • Support multiple <dependencies> blocks in plugin.xml (MP-8208, #1525)
  • Add detailed report-printing logging to help diagnose slow API compatibility checks (#1537, #1539)

Changed

  • Reduce dependency graph report size and traversal cost by omitting aliases from repeated nodes and indexing outgoing edges (#1541)
  • Reduce dependency graph memory usage by using shallow resolved dependency graphs and deduplicating dependency structures (#1528)
  • Reduce dependency search and download log verbosity from INFO to DEBUG (#1522, #1542)
  • Simplify missing dependency messages in LastCompatibleVersionSelector. This speeds up the dependency resolution.
  • Update Gradle to 9.6.1 (#1538)

Fixed

  • Replace dependency cycle detection with a manual BFS-based search to avoid timeouts in API compatibility checks (#1526)
  • Reuse a shared HTML escaper instance to speed up HTML report rendering (#1540)
  • Revert eager ZipFile closing to fix API compatibility check failures (#1521)
Changelog

Sourced from org.jetbrains.intellij.plugins:verifier-cli's changelog.

1.408 - 2026-07-02

Added

  • Support multiple <dependencies> blocks in plugin.xml (MP-8208, #1525)
  • Add detailed report-printing logging to help diagnose slow API compatibility checks (#1537, #1539)

Changed

  • Reduce dependency graph report size and traversal cost by omitting aliases from repeated nodes and indexing outgoing edges (#1541)
  • Reduce dependency graph memory usage by using shallow resolved dependency graphs and deduplicating dependency structures (#1528)
  • Reduce dependency search and download log verbosity from INFO to DEBUG (#1522, #1542)
  • Simplify missing dependency messages in LastCompatibleVersionSelector. This speeds up the dependency resolution.
  • Update Gradle to 9.6.1 (#1538)

Fixed

  • Replace dependency cycle detection with a manual BFS-based search to avoid timeouts in API compatibility checks (#1526)
  • Reuse a shared HTML escaper instance to speed up HTML report rendering (#1540)
  • Revert eager ZipFile closing to fix API compatibility check failures (#1521)
Commits
  • 4a0ac0f Change log level from INFO to DEBUG in RepositoryDependencyFinder and Downloa...
  • c45b9ae Remove aliases from dependency graph for subsequent uses, gradle-style (#1541)
  • 56bdb39 Fix possible culprit of slow HTML render (#1540)
  • 9a885a0 Improve report logging (#1539)
  • fe4942c When building ResolvedDependenciesGraph deduplicate strings, nodes and other ...
  • f73811d Bump Gradle 9.6.1 (#1538)
  • 4bb573f Add detailed logging to TwoTargetsResultPrinter for performance and data fl...
  • 22c9580 Drop unnecessary fields in DependencyNode.PluginDependency
  • 16155b2 Deduplicate PluginDependencyImpl in DependenciesGraph
  • 7930517 Remove the storage of a fat DependenciesGraph, replace with a shallow… (#1528)
  • 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)

Bumps [org.jetbrains.intellij.plugins:verifier-cli](https://github.com/JetBrains/intellij-plugin-verifier) from 1.407 to 1.408.
- [Release notes](https://github.com/JetBrains/intellij-plugin-verifier/releases)
- [Changelog](https://github.com/JetBrains/intellij-plugin-verifier/blob/master/CHANGELOG.md)
- [Commits](JetBrains/intellij-plugin-verifier@1.407...1.408)

---
updated-dependencies:
- dependency-name: org.jetbrains.intellij.plugins:verifier-cli
  dependency-version: '1.408'
  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 Jul 3, 2026
@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Qodana for JVM

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.3
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

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.

0 participants