Skip to content

Commit 4278745

Browse files
Bump io.spring.nullability in the development-dependencies group (#4004)
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](spring-gradle-plugins/nullability-plugin@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 54eac4f commit 4278745

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
@@ -21,7 +21,7 @@ plugins {
2121
id 'io.spring.nohttp' version '0.0.11'
2222
id 'io.spring.dependency-management' version '1.1.7' apply false
2323
id 'io.freefair.aggregate-javadoc' version '8.11'
24-
id 'io.spring.nullability' version '0.0.1' apply false
24+
id 'io.spring.nullability' version '0.0.2' apply false
2525
}
2626

2727
apply plugin: 'io.spring.nohttp'

0 commit comments

Comments
 (0)