diff --git a/build.gradle.kts b/build.gradle.kts index 78ca8b7..dfb9490 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -53,6 +53,7 @@ dependencies { implementation("com.squareup.okhttp3:okhttp:4.9.3") implementation("org.json:json:20230227") + implementation("com.google.code.findbugs:jsr305:3.0.2") developmentOnly("org.springframework.boot:spring-boot-devtools") runtimeOnly("com.h2database:h2")