Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
Bump com.github.spotbugs from 5.1.3 to 5.1.4 (#109)
Browse files Browse the repository at this point in the history
Bumps com.github.spotbugs from 5.1.3 to 5.1.4.

---
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>
Co-authored-by: Ivan Vakhrushev <mfvanek@gmail.com>
  • Loading branch information
dependabot[bot] and mfvanek authored Oct 9, 2023
1 parent 604e562 commit dc3a6ae
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 @@ -8,7 +8,7 @@ import org.sonarqube.gradle.SonarTask
plugins {
id("java")
id("jacoco")
id("com.github.spotbugs") version "5.1.3"
id("com.github.spotbugs") version "5.1.4"
id("checkstyle")
id("pmd")
id("org.sonarqube") version "4.4.1.3373"
Expand Down

0 comments on commit dc3a6ae

Please sign in to comment.