Skip to content

Comments

Bump net.ltgt.gradle:gradle-errorprone-plugin from 4.4.0 to 5.0.0#1

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

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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 6, 2026

Bumps net.ltgt.gradle:gradle-errorprone-plugin from 4.4.0 to 5.0.0.

Release notes

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

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.

Commits
  • 8b221f9 Update to Gradle 9.3.0
  • b696d5d Rewrite the plugin in Java
  • 2ede8c4 Use JUnit's assertThrows
  • bf5d132 Make ErrorProneOptions a fully managed type
  • 9b599d2 Remove the plugin's constructor parameter
  • f85def8 Remove deprecated ErrorProneOptions.check(String...)
  • fc3f442 Rename ErrorProneOptions properties without is prefix
  • 277fc07 Add a test to ensure backwards source compatibility
  • 335a46b Add a test about task avoidance (up-to-date-ness)
  • a52b9d3 Remove support for Gradle < 7.1
  • 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.4.0 to 5.0.0.
- [Release notes](https://github.com/tbroyer/gradle-errorprone-plugin/releases)
- [Commits](tbroyer/gradle-errorprone-plugin@v4.4.0...v5.0.0)

---
updated-dependencies:
- dependency-name: net.ltgt.gradle:gradle-errorprone-plugin
  dependency-version: 5.0.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 Feb 6, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 10, 2026

Looks like net.ltgt.gradle:gradle-errorprone-plugin is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Feb 10, 2026
@dependabot dependabot bot deleted the dependabot/gradle/net.ltgt.gradle-gradle-errorprone-plugin-5.0.0 branch February 10, 2026 20:58
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