diff --git a/build.gradle.kts b/build.gradle.kts index dc4b10d..4bf93e6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -68,9 +68,9 @@ dependencies { testAnnotationProcessor("org.projectlombok:lombok:1.18.46") // Code quality and unit testing - compileOnly("com.github.spotbugs:spotbugs-annotations:4.10.2") + compileOnly("com.github.spotbugs:spotbugs-annotations:4.10.3") spotbugsPlugins("com.h3xstream.findsecbugs:findsecbugs-plugin:1.14.0") - testCompileOnly("com.github.spotbugs:spotbugs-annotations:4.10.2") + testCompileOnly("com.github.spotbugs:spotbugs-annotations:4.10.3") testImplementation("io.papermc.paper:paper-api:26.1.2.build.74-stable") testImplementation("org.junit.jupiter:junit-jupiter:6.1.2") testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.1.1")