Skip to content

java(deps) bump the gradle group across 1 directory with 7 updates - #8

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/gradle-be834ab2bc
Open

java(deps) bump the gradle group across 1 directory with 7 updates#8
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/gradle-be834ab2bc

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps the gradle group with 7 updates in the / directory:

Package From To
gradle-wrapper 9.7.0 9.7.1
org.junit:junit-bom 5.14.4 6.1.3
com.fasterxml.jackson.core:jackson-databind 2.21.5 2.22.2
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml 2.21.5 2.22.2
org.slf4j:slf4j-nop 2.0.17 2.0.18
com.uber.nullaway:nullaway 0.13.8 0.14.0
com.diffplug.spotless 8.9.0 8.10.0

Updates gradle-wrapper from 9.7.0 to 9.7.1

Release notes

Sourced from gradle-wrapper's releases.

9.7.1

The Gradle team is excited to announce Gradle 9.7.1.

This is a patch release for 9.7.0. We recommend using 9.7.1 instead of 9.7.0.

Here are the highlights of 9.7.0 release:

  • Isolated Projects graduates to incubating
  • Broader Configuration Cache compatibility
  • Resilient Sync helps you fix broken builds
  • More source locations in problem reports

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle: Adam, Aman Gautam, Aman Kumar, Anton Dubrouski, Aurimas, gbhavya07, Josh Friend, nicklauslittle-gov, Pragati, project516, Qin Mi, Ravi, sk-reddy17, Suvrat Acharya, Yongshun Ye.

Upgrade instructions

Switch your build to use Gradle 9.7.1 by updating your wrapper:

./gradlew :wrapper --gradle-version=9.7.1 && ./gradlew :wrapper

See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

Commits

Updates org.junit:junit-bom from 5.14.4 to 6.1.3

Release notes

Sourced from org.junit:junit-bom's releases.

JUnit 6.1.3 = Platform 6.1.3 + Jupiter 6.1.3 + Vintage 6.1.3

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.1.2...r6.1.3

JUnit 6.1.2 = Platform 6.1.2 + Jupiter 6.1.2 + Vintage 6.1.2

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.1.1...r6.1.2

JUnit 6.1.1 = Platform 6.1.1 + Jupiter 6.1.1 + Vintage 6.1.1

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.1.0...r6.1.1

JUnit 6.1.0 = Platform 6.1.0 + Jupiter 6.1.0 + Vintage 6.1.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.0.3...r6.1.0

JUnit 6.1.0-RC1 = Platform 6.1.0-RC1 + Jupiter 6.1.0-RC1 + Vintage 6.1.0-RC1

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.1.0-M1...r6.1.0-RC1

JUnit 6.1.0-M1 = Platform 6.1.0-M1 + Jupiter 6.1.0-M1 + Vintage 6.1.0-M1

See Release Notes.

New Contributors

... (truncated)

Commits
  • f59f60d Release 6.1.3
  • cd8ec92 Finalize 6.1.3 release notes
  • c8729f2 Restore compatibility with GraalVM 25 (#5901)
  • ddc9e74 Update graalvm/setup-graalvm action to v1.6.4 (#5959)
  • fe2c52a Update plugin org.graalvm.buildtools.native to v1.1.7 (#5923)
  • 62afc02 Delay GraalVM plugin updates for 3 days
  • 0cc2902 Skip graalVmTest task if GraalVM env vars are not set
  • f6bbfc5 Move GraalVM tests to separate test task (#5903)
  • e87e052 Update plugin org.graalvm.buildtools.native to v1.1.6 (#5899)
  • 1cd56df Update plugin org.graalvm.buildtools.native to v1.1.5 (#5880)
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.core:jackson-databind from 2.21.5 to 2.22.2

Commits
  • 25b2a22 [maven-release-plugin] prepare release jackson-databind-2.22.2
  • bab1c1a Prep for 2.22.2 release
  • bc03cf8 Merge branch '2.21' into 2.22
  • 83379fb Merge branch '2.20' into 2.21
  • 0d400c9 Merge branch '2.19' into 2.20
  • ce36a27 Merge branch '2.18' into 2.19
  • 7a209e1 Post-release dep version bump
  • a432707 [maven-release-plugin] prepare for next development iteration
  • 176df1d [maven-release-plugin] prepare release jackson-databind-2.18.10
  • 7785f5f Prep for 2.18.10 release
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.21.5 to 2.22.2

Commits
  • 3aab026 [maven-release-plugin] prepare release jackson-dataformats-text-2.22.2
  • 0e4e5b9 Prep for 2.22.2 release
  • 3fd4238 Merge branch '2.21' into 2.22
  • f0f9689 Merge branch '2.20' into 2.21
  • 50d9dfa Merge branch '2.19' into 2.20
  • 0e9bdd4 Merge branch '2.18' into 2.19
  • 613de08 Post-release dep version bump
  • 49dc929 [maven-release-plugin] prepare for next development iteration
  • c09cd3f [maven-release-plugin] prepare release jackson-dataformats-text-2.18.10
  • 096a670 Prep for 2.18.10 release
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.21.5 to 2.22.2

Commits
  • 3aab026 [maven-release-plugin] prepare release jackson-dataformats-text-2.22.2
  • 0e4e5b9 Prep for 2.22.2 release
  • 3fd4238 Merge branch '2.21' into 2.22
  • f0f9689 Merge branch '2.20' into 2.21
  • 50d9dfa Merge branch '2.19' into 2.20
  • 0e9bdd4 Merge branch '2.18' into 2.19
  • 613de08 Post-release dep version bump
  • 49dc929 [maven-release-plugin] prepare for next development iteration
  • c09cd3f [maven-release-plugin] prepare release jackson-dataformats-text-2.18.10
  • 096a670 Prep for 2.18.10 release
  • Additional commits viewable in compare view

Updates org.slf4j:slf4j-nop from 2.0.17 to 2.0.18

Updates com.uber.nullaway:nullaway from 0.13.8 to 0.14.0

Release notes

Sourced from com.uber.nullaway:nullaway's releases.

NullAway 0.14.0

This release has significant improvements to JSpecify support, including improved support for wildcards and integration of the standard library nullability annotations from https://github.com/jspecify/jdk. Much of this new support is gated behind a new JSpecifyExperimental flag, which is off by default. We disable the flag by default since this new support leads to many new errors in existing projects (mostly from the new JDK models), and because we need more real-world testing before enabling it by default. We encourage projects to enable the JSpecifyExperimental flag (alongside JSpecify mode) and to report any issues that arise. We expect to turn JSpecifyExperimental on by default in a future release.

Aside from the above, you may observe some newly reported warnings in JSpecify mode, due to other checking improvements.

This release also removes the LegacyAnnotationLocations flag. Type-use annotations must now be placed correctly on qualified and array types, even outside JSpecify mode, see details here:

https://github.com/uber/NullAway/wiki/JSpecify-Support#type-use-annotation-placement

Beyond the above, we had useful changes from a variety of new contributors; thanks so much!

  • Remove LegacyAnnotationLocations flag (#1640)
  • Handle signature-polymorphic calls in InvocationArguments (#1644)
  • Fix handling of reference to method with @Nullable parameter from library model (#1642)
  • Enable JSpecify JDK models (under a flag) (#1641)
  • Enable JSpecify JDK models for regression tests (#1646)
  • Fix bug with lambdas assigned to locals with a wildcard in their type (#1647)
  • Add JSpecifyExperimental configuration flag (#1648)
  • Improve wildcard mismatch diagnostics for identical-looking types (#1627)
  • Enable inference failure warnings in experimental mode, and fix related bug in library models (#1649)
  • Fix inference bug with generic instance methods (#1654)
  • Fixes related to captured types and inference (#1655)
  • Augment NullAway error / fix serialization for Annotator auto fix mode by @​nimakarimipour (#1322)
  • More consistent checks for captured types (#1662)
  • Update to JSpecify 1.0.1 (#1665)
  • Add test for issue 1671 (#1673)
  • Test case and fix for issue 1672 (#1674)
  • Fix subtype checking for nested captured types (#1663)
  • Handle interaction of captured types and library models (#1666)
  • Follow-on fix for restoring annotation on captured type wildcards (#1667)
  • Fix subtle issue with invalid TreePaths (#1681)
  • Honor @​Contract when a @​Nullable method is used as a method reference by @​Eljees (#1679)
  • Defensively thread path into NestedTypeVarSubstitutionRepairVisitor (#1683)
  • More TreePath hardening (#1684)
  • Harden TypeSubstitutionUtils type copies (#1669)
  • Handle unbound wildcards and interactions with captured types better (#1668)
  • Improve error messages involving capture variables (#1675)

... (truncated)

Changelog

Sourced from com.uber.nullaway:nullaway's changelog.

Version 0.14.0

This release has significant improvements to JSpecify support, including improved support for wildcards and integration of the standard library nullability annotations from https://github.com/jspecify/jdk. Much of this new support is gated behind a new JSpecifyExperimental flag, which is off by default. We disable the flag by default since this new support leads to many new errors in existing projects (mostly from the new JDK models), and because we need more real-world testing before enabling it by default. We encourage projects to enable the JSpecifyExperimental flag (alongside JSpecify mode) and to report any issues that arise. We expect to turn JSpecifyExperimental on by default in a future release.

Aside from the above, you may observe some newly reported warnings in JSpecify mode, due to other checking improvements.

This release also removes the LegacyAnnotationLocations flag. Type-use annotations must now be placed correctly on qualified and array types, even outside JSpecify mode, see details here:

https://github.com/uber/NullAway/wiki/JSpecify-Support#type-use-annotation-placement

Beyond the above, we had useful changes from a variety of new contributors; thanks so much!

  • Remove LegacyAnnotationLocations flag (#1640)
  • Handle signature-polymorphic calls in InvocationArguments (#1644)
  • Fix handling of reference to method with @Nullable parameter from library model (#1642)
  • Enable JSpecify JDK models (under a flag) (#1641)
  • Enable JSpecify JDK models for regression tests (#1646)
  • Fix bug with lambdas assigned to locals with a wildcard in their type (#1647)
  • Add JSpecifyExperimental configuration flag (#1648)
  • Improve wildcard mismatch diagnostics for identical-looking types (#1627)
  • Enable inference failure warnings in experimental mode, and fix related bug in library models (#1649)
  • Fix inference bug with generic instance methods (#1654)
  • Fixes related to captured types and inference (#1655)
  • Augment NullAway error / fix serialization for Annotator auto fix mode by @​nimakarimipour (#1322)
  • More consistent checks for captured types (#1662)
  • Update to JSpecify 1.0.1 (#1665)
  • Add test for issue 1671 (#1673)
  • Test case and fix for issue 1672 (#1674)
  • Fix subtype checking for nested captured types (#1663)
  • Handle interaction of captured types and library models (#1666)
  • Follow-on fix for restoring annotation on captured type wildcards (#1667)
  • Fix subtle issue with invalid TreePaths (#1681)
  • Honor @​Contract when a @​Nullable method is used as a method reference by @​Eljees (#1679)
  • Defensively thread path into NestedTypeVarSubstitutionRepairVisitor (#1683)
  • More TreePath hardening (#1684)
  • Harden TypeSubstitutionUtils type copies (#1669)

... (truncated)

Commits
  • 3af91d8 Prepare for release 0.14.0.
  • ba5aaa1 Release notes for version 0.14.0 (#1713)
  • d008a79 Rename getExecutableTypeForInference and improve Javadoc (#1709)
  • 5cbc09f Handle nested generic diamond call inference (#1544)
  • a77c5fc Basic nullability inference for diamond constructor type arguments (#1708)
  • 7bb2f8a Generalize generic-call inference internals to call expressions (#1707)
  • 0b9421a Rename MethodInferenceResult to CallInferenceResult (#1692)
  • d427643 Fix bug with library-modeled return types, method references, and streams (#1...
  • 6329102 Fix JSpecify false negative when override narrows method type variable bound ...
  • 6bba0e5 Add regression test for inner classes inheriting enclosing type arguments (#1...
  • Additional commits viewable in compare view

Updates com.diffplug.spotless from 8.9.0 to 8.10.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 gradle group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [gradle-wrapper](https://github.com/gradle/gradle) | `9.7.0` | `9.7.1` |
| [org.junit:junit-bom](https://github.com/junit-team/junit-framework) | `5.14.4` | `6.1.3` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson-databind) | `2.21.5` | `2.22.2` |
| [com.fasterxml.jackson.dataformat:jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) | `2.21.5` | `2.22.2` |
| org.slf4j:slf4j-nop | `2.0.17` | `2.0.18` |
| [com.uber.nullaway:nullaway](https://github.com/uber/NullAway) | `0.13.8` | `0.14.0` |
| com.diffplug.spotless | `8.9.0` | `8.10.0` |



Updates `gradle-wrapper` from 9.7.0 to 9.7.1
- [Release notes](https://github.com/gradle/gradle/releases)
- [Commits](gradle/gradle@v9.7.0...v9.7.1)

Updates `org.junit:junit-bom` from 5.14.4 to 6.1.3
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.14.4...r6.1.3)

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.21.5 to 2.22.2
- [Commits](FasterXML/jackson-databind@jackson-databind-2.21.5...jackson-databind-2.22.2)

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from 2.21.5 to 2.22.2
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.21.5...jackson-dataformats-text-2.22.2)

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from 2.21.5 to 2.22.2
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.21.5...jackson-dataformats-text-2.22.2)

Updates `org.slf4j:slf4j-nop` from 2.0.17 to 2.0.18

Updates `com.uber.nullaway:nullaway` from 0.13.8 to 0.14.0
- [Release notes](https://github.com/uber/NullAway/releases)
- [Changelog](https://github.com/uber/NullAway/blob/master/CHANGELOG.md)
- [Commits](uber/NullAway@v0.13.8...v0.14.0)

Updates `com.diffplug.spotless` from 8.9.0 to 8.10.0

---
updated-dependencies:
- dependency-name: gradle-wrapper
  dependency-version: 9.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: org.junit:junit-bom
  dependency-version: 6.1.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-version: 2.22.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
  dependency-version: 2.22.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
  dependency-version: 2.22.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: org.slf4j:slf4j-nop
  dependency-version: 2.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: com.uber.nullaway:nullaway
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: com.diffplug.spotless
  dependency-version: 8.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
...

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 Aug 30, 2026
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