Skip to content

Commit

Permalink
Merge pull request #710 from kamkie/dependabot/gradle/com.github.spot…
Browse files Browse the repository at this point in the history
…bugs-spotbugs-annotations-4.8.0

Bump com.github.spotbugs:spotbugs-annotations from 4.7.3 to 4.8.0
  • Loading branch information
kamkie authored Oct 12, 2023
2 parents 5e9e6d0 + 680f725 commit 23fa77f
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 @@ -62,7 +62,7 @@ dependencies {
liquibaseRuntime("info.picocli:picocli:4.7.5")

// https://mvnrepository.com/artifact/com.github.spotbugs/spotbugs-annotations
implementation("com.github.spotbugs:spotbugs-annotations:4.7.3")
implementation("com.github.spotbugs:spotbugs-annotations:4.8.0")
implementation("org.projectlombok:lombok")

implementation("org.springframework.boot:spring-boot-devtools")
Expand Down

0 comments on commit 23fa77f

Please sign in to comment.