Skip to content

Commit 8461fd0

Browse files
Update plugin spring-nullability to v0.0.9 (#450)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Roberto Cella <[email protected]>
1 parent 994194c commit 8461fd0

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ telegram-bot-api = "com.github.pengrad:java-telegram-bot-api:9.2.1"
1515
tika = "org.apache.tika:tika-core:3.2.3"
1616

1717
[plugins]
18-
spring-nullability = "io.spring.nullability:0.0.8"
18+
spring-nullability = "io.spring.nullability:0.0.9"

src/test/java/com/github/stickerifier/stickerify/ResourceHelper.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22

33
import static org.junit.jupiter.api.Assertions.assertNotNull;
44

5+
import org.jspecify.annotations.NullMarked;
6+
57
import java.io.File;
68

9+
@NullMarked
710
public final class ResourceHelper {
811

912
public static File loadResource(String filename) {
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
@NullMarked
2+
package com.github.stickerifier.stickerify.junit;
3+
4+
import org.jspecify.annotations.NullMarked;

0 commit comments

Comments
 (0)