Skip to content

Commit

Permalink
fix: findbugs ci
Browse files Browse the repository at this point in the history
Koooooo-7 committed Jul 6, 2024

Verified

This commit was signed with the committer’s verified signature. The key has expired.
dmehala Damien Mehala
1 parent f1bc0b6 commit 6e9232f
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
@@ -40,7 +40,7 @@ subprojects {
implementation "com.fasterxml.jackson.core:jackson-databind:$jacksonVersion"
implementation "com.fasterxml.jackson.core:jackson-core:$jacksonVersion"
implementation "com.fasterxml.jackson.core:jackson-annotations:$jacksonVersion"
compileOnly("com.google.code.findbugs:jsr305")
compileOnly("com.google.code.findbugs:jsr305:3.0.2")
testImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
}

0 comments on commit 6e9232f

Please sign in to comment.