Skip to content

chore(deps): bump the gradle-minor-patch group across 1 directory with 2 updates - #17

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/gradle-minor-patch-0f34165ada
Closed

chore(deps): bump the gradle-minor-patch group across 1 directory with 2 updates#17
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/gradle-minor-patch-0f34165ada

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the gradle-minor-patch group with 2 updates in the / directory: org.assertj:assertj-core and org.jetbrains.intellij.platform.

Updates org.assertj:assertj-core from 3.27.0 to 3.27.7

Release notes

Sourced from org.assertj:assertj-core's releases.

v3.27.7

🔒 Security

Core

🚫 Deprecated

Core

  • Deprecate XmlStringPrettyFormatter with no replacement

🐛 Bug Fixes

Guava

  • Navigation to assertj-core or guava types from assertj-guava Javadoc site has unnecessary header #3478

🔨 Dependency Upgrades

Core

  • Upgrade to Byte Buddy 1.18.3
  • Upgrade to JUnit BOM 5.14.1

Guava

  • Upgrade to Guava 33.5.0-jre

v3.27.6

🐛 Bug Fixes

Core

  • Add missing export for org.assertj.core.annotation #3951

❤️ Contributors

Thanks to all the contributors who worked on this release:

@​duponter

v3.27.5

⚡ Improvements

Core

  • ByteBuddy in AssertJ 3.27.4 not compatible with Java 25 #3946

... (truncated)

Commits
  • e840716 [maven-release-plugin] prepare release assertj-build-3.27.7
  • 85ca7eb Deprecate XmlStringPrettyFormatter
  • 77081dc Merge commit from fork
  • b68fc24 Bump github/codeql-action from 4.31.9 to 4.31.10 in the github-actions group ...
  • 0cf5bb6 Bump kotlin.version from 2.1.0 to 2.2.21
  • d393ef1 Abort tests when symbolic links cannot be created (#3788)
  • 2212433 Add IntelliJ custom inspection for test class names
  • 5717d02 Update JetBrains icon
  • a8ec20b Add icon for JetBrains products
  • c05fb3d Bump Maven to 3.9.12 and Wrapper to 3.3.4
  • Additional commits viewable in compare view

Updates org.jetbrains.intellij.platform from 2.1.0 to 2.18.1

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 3, 2026
…h 2 updates

Bumps the gradle-minor-patch group with 2 updates in the / directory: [org.assertj:assertj-core](https://github.com/assertj/assertj) and org.jetbrains.intellij.platform.


Updates `org.assertj:assertj-core` from 3.27.0 to 3.27.7
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.27.0...assertj-build-3.27.7)

Updates `org.jetbrains.intellij.platform` from 2.1.0 to 2.18.1

---
updated-dependencies:
- dependency-name: org.assertj:assertj-core
  dependency-version: 3.27.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-minor-patch
- dependency-name: org.jetbrains.intellij.platform
  dependency-version: 2.18.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump the gradle-minor-patch group with 2 updates chore(deps): bump the gradle-minor-patch group across 1 directory with 2 updates Aug 3, 2026
@dependabot
dependabot Bot force-pushed the dependabot/gradle/gradle-minor-patch-0f34165ada branch from d648a0b to c93e00b Compare August 3, 2026 14:24
GabrielBBaldez added a commit that referenced this pull request Aug 3, 2026
#26)

Dependabot proposed these as #17 and #18 and neither can merge alone. They
require each other:

  #17  plugin 2.18.1 on Gradle 8.10.2
       > IntelliJ Platform Gradle Plugin requires Gradle 9.0.0 and higher
  #18  Gradle 9.6.1 on plugin 2.1.0
       > Adding a provider of configurations directly to the configuration
         container is not allowed          (plugin/build.gradle.kts:50)

Together they build. Also folds in #23 (setup-java v4 -> v5), which conflicted
after the other action bumps landed, and the assertj patch that travelled with
#17.

The plugin bump changes the pluginVerification DSL. `ide(...)` is gone and the
replacement is `create(type, version)`:

    -  ide("IC-2024.2.5")
    +  create(IntelliJPlatformType.IntellijIdeaCommunity, "2024.2.5")

Worth recording why that matters beyond the rename. On 2.1.0 the string form
worked while the typed overload accepted its arguments and then scheduled no
verification at all — a green run that checked one IDE while appearing to check
two, which is what the report-count assertion in ci.yml was added to catch.
2.18.1 removes ide() outright, so the same mistake is now a compile error. The
assertion stays anyway; it guards the count, not the spelling, and its grep
moves to the new call.

Verified locally on Gradle 9.6.1: build, verifyPluginProjectConfiguration and
verifyPluginStructure pass, and the Verifier still schedules both IDEs —

    Scheduled verifications (2):
      IC-242.24807.4  -> Compatible
      IC-243.26053.27 -> Compatible
@GabrielBBaldez

Copy link
Copy Markdown
Member

Superseded by #26, which lands this together with what it needs.

On its own this could not build — #17 and #18 require each other (plugin 2.18.1 needs Gradle 9.0.0+), so merging either alone would have broken main. #26 carries all three, plus the pluginVerification DSL migration the plugin bump requires: ide(...) is gone in favour of create(type, version).

Verified on Gradle 9.6.1 — the Plugin Verifier still schedules both IDEs and both report Compatible.

@dependabot @github

dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot
dependabot Bot deleted the dependabot/gradle/gradle-minor-patch-0f34165ada branch August 3, 2026 14:37
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.

1 participant