Bump com.github.spotbugs from 5.1.0 to 5.1.3 in /lib/java (#2848)

Bumps com.github.spotbugs from 5.1.0 to 5.1.3.

---
updated-dependencies:
- dependency-name: com.github.spotbugs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
diff --git a/lib/java/build.gradle b/lib/java/build.gradle
index 81ffbd9..09465d9 100644
--- a/lib/java/build.gradle
+++ b/lib/java/build.gradle
@@ -41,7 +41,7 @@
     id 'signing'
     id 'pmd'
     id 'com.github.johnrengelman.shadow' version '8.1.1'
-    id "com.github.spotbugs" version "5.1.0"
+    id "com.github.spotbugs" version "5.1.3"
     id "com.diffplug.spotless" version "6.20.0"
 }