Skip to content

Commit 682bcb2

Browse files
Bump io.spring.nullability in the development-dependencies group (spring-projects#10228)
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 a8283aa commit 682bcb2

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
@@ -24,7 +24,7 @@ plugins {
2424
id 'com.github.spotbugs' version '6.1.13'
2525
id 'com.google.protobuf' version '0.9.5' apply false
2626
id 'io.freefair.aggregate-javadoc' version '8.13.1'
27-
id 'io.spring.nullability' version '0.0.1' apply false
27+
id 'io.spring.nullability' version '0.0.2' apply false
2828
}
2929

3030
if (isCI) {

0 commit comments

Comments
 (0)