Skip to content
This repository was archived by the owner on Mar 10, 2022. It is now read-only.

Commit 804006c

Browse files
Bump com.github.spotbugs from 4.7.5 to 5.0.5
Bumps com.github.spotbugs from 4.7.5 to 5.0.5. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 99f1108 commit 804006c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
id 'io.freefair.aggregate-javadoc' version "${freefairVersion}"
1414
id 'io.freefair.javadoc-utf-8' version "${freefairVersion}"
1515
id 'io.freefair.lombok' version "${freefairVersion}" apply(false)
16-
id 'com.github.spotbugs' version '4.7.5' apply(false)
16+
id 'com.github.spotbugs' version '5.0.5' apply(false)
1717
id 'org.springframework.boot' version "${springBootVersion}" apply false
1818
id 'io.spring.dependency-management' version '1.0.11.RELEASE' apply false
1919
}

0 commit comments

Comments
 (0)