Skip to content

build(deps): Bump the dev-dependencies group with 2 updates#15

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/gradle/dev-dependencies-f41a491d7b
May 18, 2026
Merged

build(deps): Bump the dev-dependencies group with 2 updates#15
github-actions[bot] merged 1 commit into
mainfrom
dependabot/gradle/dev-dependencies-f41a491d7b

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 18, 2026

Bumps the dev-dependencies group with 2 updates: net.ltgt.gradle:gradle-errorprone-plugin and net.ltgt.errorprone.

Updates net.ltgt.gradle:gradle-errorprone-plugin from 4.1.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.

v4.3.0

Add support for -XepAllSuggestionsAsWarnings (a9b65160f37e1f4bac5b08d373e5e9b12a5081ed)

v4.2.0

Handle configurations more lazily

This is in preparation for Gradle 8.14 which will no longer realize all configurations in the base plugin, allowing truly lazily-initialized configurations.

This change should allow the javacConfiguration to only be initialized when JDK 8 is being used, and the various annotationProcessor configurations from source sets to only be initialized when needed, e.g. when a compilation tasks for that source set is run (it's likely that the java plugin doesn't yet take advantage of this new possibility itself though)

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

Updates net.ltgt.errorprone from 4.1.0 to 5.1.0

Updates net.ltgt.errorprone from 4.1.0 to 5.1.0

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dev-dependencies group with 2 updates: [net.ltgt.gradle:gradle-errorprone-plugin](https://github.com/tbroyer/gradle-errorprone-plugin) and net.ltgt.errorprone.


Updates `net.ltgt.gradle:gradle-errorprone-plugin` from 4.1.0 to 5.1.0
- [Release notes](https://github.com/tbroyer/gradle-errorprone-plugin/releases)
- [Commits](tbroyer/gradle-errorprone-plugin@v4.1.0...v5.1.0)

Updates `net.ltgt.errorprone` from 4.1.0 to 5.1.0

Updates `net.ltgt.errorprone` from 4.1.0 to 5.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
  dependency-group: dev-dependencies
- dependency-name: net.ltgt.errorprone
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: net.ltgt.errorprone
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
...

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 May 18, 2026
@github-actions github-actions Bot merged commit 3d87b07 into main May 18, 2026
2 checks passed
@github-actions github-actions Bot deleted the dependabot/gradle/dev-dependencies-f41a491d7b branch May 18, 2026 06:30
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