Skip to content

Commit

Permalink
Merge pull request #15 from 1c-syntax/dependabot/gradle/com.github.sp…
Browse files Browse the repository at this point in the history
…otbugs-spotbugs-annotations-4.8.5

Bump com.github.spotbugs:spotbugs-annotations from 4.8.4 to 4.8.5
  • Loading branch information
nixel2007 authored May 6, 2024
2 parents b26622b + f0c9332 commit 6583e94
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 @@ -43,7 +43,7 @@ repositories {
val junitVersion = "5.7.0"

dependencies {
compileOnly("com.github.spotbugs:spotbugs-annotations:4.8.4")
compileOnly("com.github.spotbugs:spotbugs-annotations:4.8.5")
testImplementation("org.junit.jupiter", "junit-jupiter-api", junitVersion)
testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine", junitVersion)
testImplementation("org.assertj", "assertj-core", "3.18.1")
Expand Down

0 comments on commit 6583e94

Please sign in to comment.