Skip to content

Commit

Permalink
build(deps): bump com.github.spotbugs from 6.0.12 to 6.0.14
Browse files Browse the repository at this point in the history
Bumps com.github.spotbugs from 6.0.12 to 6.0.14.

---
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>
  • Loading branch information
dependabot[bot] authored and interlokdev committed May 6, 2024
1 parent 6f7d4a3 commit 6ce51ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
@@ -1,7 +1,7 @@
plugins {
// Manage optional dependencies in maven pom.
id 'nebula.optional-base' version '7.0.0' apply false
id 'com.github.spotbugs' version '6.0.12' apply false
id 'com.github.spotbugs' version '6.0.14' apply false
id 'org.owasp.dependencycheck' version '9.0.10' apply false
id "io.freefair.lombok" version "6.5.1" apply false
// id 'org.kordamp.gradle.jdeps' version '0.12.0' apply false
Expand Down

0 comments on commit 6ce51ec

Please sign in to comment.