From d3c477a295b27c47fefbe3fc8d44051a603b3a72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 10:37:04 +0000 Subject: [PATCH] chore(deps): bump com.github.spotbugs:spotbugs-annotations Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.10.2 to 4.10.3. - [Release notes](https://github.com/spotbugs/spotbugs/releases) - [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md) - [Commits](https://github.com/spotbugs/spotbugs/compare/4.10.2...4.10.3) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-version: 4.10.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")