Skip to content

Commit

Permalink
Bump com.github.spotbugs from 5.0.10 to 5.0.11
Browse files Browse the repository at this point in the history
Bumps com.github.spotbugs from 5.0.10 to 5.0.11.

---
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] committed Sep 5, 2022
1 parent 8fd4b4c commit cc7ad29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
java
jacoco
`maven-publish`
id("com.github.spotbugs") version "5.0.10" // https://plugins.gradle.org/plugin/com.github.spotbugs
id("com.github.spotbugs") version "5.0.11" // https://plugins.gradle.org/plugin/com.github.spotbugs
id("com.diffplug.spotless") version "6.10.0" // https://mvnrepository.com/artifact/com.diffplug.spotless/spotless-plugin-gradle
id("pl.allegro.tech.build.axion-release") version "1.14.0" // https://mvnrepository.com/artifact/pl.allegro.tech.build.axion-release/pl.allegro.tech.build.axion-release.gradle.plugin?repo=gradle-plugins
id("com.github.kt3k.coveralls") version "2.12.0" // https://plugins.gradle.org/plugin/com.github.kt3k.coveralls
Expand Down

0 comments on commit cc7ad29

Please sign in to comment.