From e87b59df07eb495fe621a9a9d86745ab21b46739 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 02:02:39 +0000 Subject: [PATCH] Bump io.spring.nullability in the development-dependencies group Bumps the development-dependencies group with 1 update: [io.spring.nullability](https://github.com/spring-gradle-plugins/nullability-plugin). Updates `io.spring.nullability` from 0.0.6 to 0.0.8 - [Release notes](https://github.com/spring-gradle-plugins/nullability-plugin/releases) - [Commits](https://github.com/spring-gradle-plugins/nullability-plugin/compare/v0.0.6...v0.0.8) --- updated-dependencies: - dependency-name: io.spring.nullability dependency-version: 0.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 74a7329b5..72b841244 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ plugins { id 'org.antora' version '1.0.0' id 'io.spring.antora.generate-antora-yml' version '0.0.1' id 'io.freefair.aggregate-javadoc' version '8.13.1' - id 'io.spring.nullability' version '0.0.6' apply false + id 'io.spring.nullability' version '0.0.8' apply false } description = 'Spring AMQP'