Skip to content

Commit

Permalink
Merge pull request #16 from xvik/dependabot/gradle/com.github.spotbug…
Browse files Browse the repository at this point in the history
…s-spotbugs-annotations-4.8.0

Bump com.github.spotbugs:spotbugs-annotations from 4.7.3 to 4.8.0
  • Loading branch information
xvik authored Oct 13, 2023
2 parents 7129321 + 8374c7f commit 069eae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ wrapper {

repositories { mavenLocal(); mavenCentral(); gradlePluginPortal() }
dependencies {
compileOnly 'com.github.spotbugs:spotbugs-annotations:4.7.3'
compileOnly 'com.github.spotbugs:spotbugs-annotations:4.8.0'

implementation 'org.jsoup:jsoup:1.16.1'
implementation 'in.wilsonl.minifyhtml:minify-html:0.10.8'
Expand Down

0 comments on commit 069eae1

Please sign in to comment.