Skip to content

Commit e7e723e

Browse files
Update plugin spring-nullability to v0.0.11 (#461)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Roberto Cella <rob.uniud@gmail.com>
1 parent 6389e50 commit e7e723e

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,6 @@ def jlink = tasks.register('jlink', JlinkTask) {
5353
description = 'Generates a minimal JRE for the project.'
5454
}
5555

56-
nullability {
57-
errorProneVersion = libs.errorprone.get().version
58-
nullAwayVersion = libs.nullaway.get().version
59-
}
60-
6156
tasks.named("compileTestJava") {
6257
options.nullability.checking = "tests"
6358
}

gradle/libs.versions.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,15 @@
22
junit = "6.0.2"
33

44
[libraries]
5-
errorprone = "com.google.errorprone:error_prone_core:2.46.0"
65
gson = "com.google.code.gson:gson:2.13.2"
76
hamcrest = "org.hamcrest:hamcrest:3.0"
87
jspecify = "org.jspecify:jspecify:1.0.0"
98
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit" }
109
junit-platform = { module = "org.junit.platform:junit-platform-launcher", version.ref = "junit" }
1110
logback-classic = "ch.qos.logback:logback-classic:1.5.28"
1211
mockwebserver = "com.squareup.okhttp3:mockwebserver3-junit5:5.3.2"
13-
nullaway = "com.uber.nullaway:nullaway:0.12.15"
1412
telegram-bot-api = "com.github.pengrad:java-telegram-bot-api:9.3.0"
1513
tika = "org.apache.tika:tika-core:3.2.3"
1614

1715
[plugins]
18-
spring-nullability = "io.spring.nullability:0.0.9"
16+
spring-nullability = "io.spring.nullability:0.0.11"

0 commit comments

Comments
 (0)