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

Commit f485e21

Browse files
Bumped com.github.spotbugs from 4.7.2 to 4.7.3 (#324)
Bumps com.github.spotbugs from 4.7.2 to 4.7.3. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 886a033 commit f485e21

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.2' apply(false)
16+
id 'com.github.spotbugs' version '4.7.3' 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)