From 0e35420b9096e2ccd7b9433e852d751bbaf4c668 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Jul 2025 00:16:42 +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.1 to 0.0.2 - [Release notes](https://github.com/spring-gradle-plugins/nullability-plugin/releases) - [Commits](https://github.com/spring-gradle-plugins/nullability-plugin/compare/v0.0.1...v0.0.2) --- updated-dependencies: - dependency-name: io.spring.nullability dependency-version: 0.0.2 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 2e915993953..3e89b09feaf 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ plugins { id 'com.github.spotbugs' version '6.1.13' id 'com.google.protobuf' version '0.9.5' apply false id 'io.freefair.aggregate-javadoc' version '8.13.1' - id 'io.spring.nullability' version '0.0.1' apply false + id 'io.spring.nullability' version '0.0.2' apply false } if (isCI) {