Skip to content

Commit 9d7673d

Browse files
Bump io.spring.nullability in the development-dependencies group (#10342)
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.2 to 0.0.4 - [Release notes](https://github.com/spring-gradle-plugins/nullability-plugin/releases) - [Commits](spring-gradle-plugins/nullability-plugin@v0.0.2...v0.0.4) --- updated-dependencies: - dependency-name: io.spring.nullability dependency-version: 0.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 10d4867 commit 9d7673d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ plugins {
2323
id 'io.spring.antora.generate-antora-yml' version '0.0.1'
2424
id 'com.google.protobuf' version '0.9.5' apply false
2525
id 'io.freefair.aggregate-javadoc' version '8.13.1'
26-
id 'io.spring.nullability' version '0.0.2' apply false
26+
id 'io.spring.nullability' version '0.0.4' apply false
2727
}
2828

2929
if (isCI) {

0 commit comments

Comments
 (0)