Skip to content

Bump net.ltgt.gradle:gradle-errorprone-plugin from 4.3.0 to 5.1.0#4665

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/net.ltgt.gradle-gradle-errorprone-plugin-5.1.0
Open

Bump net.ltgt.gradle:gradle-errorprone-plugin from 4.3.0 to 5.1.0#4665
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/net.ltgt.gradle-gradle-errorprone-plugin-5.1.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 25, 2026

Bumps net.ltgt.gradle:gradle-errorprone-plugin from 4.3.0 to 5.1.0.

Release notes

Sourced from net.ltgt.gradle:gradle-errorprone-plugin's releases.

v5.1.0

Add support for argument files (d7e1a7aa2b5e5e43de81282ed17a3e9447481a1d)

v5.0.0

  • Minimum Gradle version has been bumped to 7.1
  • Minimum JDK version has been bumped to 11 (even though this is not guaranteed by tests, Gradle can run with a Java 8 JVM, but must use a JDK 11 toolchain –or newer– for Java compilation)
  • isEnabled and isCompilingTestOnlyCode properties have been renamed to enabled and compilingTestOnlyCode in Kotlin DSL, to align with the core Gradle practice of not having such is prefixes in Kotlin DSL, or different property names between Groovy DSL and Kotlin DSL
  • other small changes (mostly internal, including a rewrite from Kotlin to Java), but that do not break binary compatibility for common usage, so plugins compiled against previous versions should continue to work

A note regarding the rewrite to Java, before I get questions about it: as much as I like Kotlin, I'm more familiar with Java tooling (specifically Error Prone and NullAway) and Java compatibility rules, and Android Lint is too heavyweight to my tastes.

v4.4.0

Pass -XDaddTypeAnnotationsToSymbol=true (#132, 672a7afa2751f7f0c499018fb7c2bae184b192e2)

It helps NullAway and has been recommended for some time, and Error Prone 2.46.0 now requires it. It's only needed/useful/required for JDK 21 but it's harmless to pass it unconditionally to any version of JavaC.

Commits
  • d7e1a7a Add support for argument files
  • 284fc9f Build with JDK 25 on CI
  • 3a50ef0 Rewrite tests in Java
  • 2cd2726 Bump actions/upload-artifact from 6 to 7 in the all group
  • 29dc132 Bump org.junit.jupiter:junit-jupiter-api in the all-minor group
  • 6e31635 Bump the all-minor group with 3 updates
  • 41b96b5 Bump net.ltgt.nullaway from 2.4.0 to 3.0.0 (#159)
  • 80ac6a5 Bump the all-minor group with 3 updates
  • 8c07720 Bump net.ltgt.errorprone from 4.4.0 to 5.0.0
  • 8b221f9 Update to Gradle 9.3.0
  • 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 [net.ltgt.gradle:gradle-errorprone-plugin](https://github.com/tbroyer/gradle-errorprone-plugin) from 4.3.0 to 5.1.0.
- [Release notes](https://github.com/tbroyer/gradle-errorprone-plugin/releases)
- [Commits](tbroyer/gradle-errorprone-plugin@v4.3.0...v5.1.0)

---
updated-dependencies:
- dependency-name: net.ltgt.gradle:gradle-errorprone-plugin
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Mar 25, 2026
@dependabot dependabot bot requested a review from harsimar as a code owner March 25, 2026 03:15
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 25, 2026
@dependabot dependabot bot added the java Pull requests that update Java code label Mar 25, 2026
@dependabot dependabot bot requested review from trask and xiang17 as code owners March 25, 2026 03:15
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