Skip to content

Commit

Permalink
chore(deps): update dependency com.github.spotbugs:spotbugs-annotatio…
Browse files Browse the repository at this point in the history
…ns to v4.8.2
  • Loading branch information
renovate[bot] committed Nov 29, 2023
1 parent 5d514f8 commit 026e764
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 @@ -21,7 +21,7 @@ repositories { // Where to search for dependencies

dependencies {
// Suppressions for SpotBugs
compileOnly("com.github.spotbugs:spotbugs-annotations:4.8.1")
compileOnly("com.github.spotbugs:spotbugs-annotations:4.8.2")

// Maven dependencies are composed by a group name, a name and a version, separated by colons
implementation("com.omertron:API-OMDB:1.5")
Expand Down

0 comments on commit 026e764

Please sign in to comment.