Skip to content

Commit e2c83fd

Browse files
Bump com.github.spotbugs from 6.2.1 to 6.2.2
Bumps com.github.spotbugs from 6.2.1 to 6.2.2. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4324543 commit e2c83fd

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
@@ -3,7 +3,7 @@ plugins {
33
id 'java' // java support
44
id 'com.diffplug.spotless' version '7.1.0'//code format
55
id 'pmd' // code check, working on source code
6-
id 'com.github.spotbugs' version '6.2.1' // code check, working on byte code
6+
id 'com.github.spotbugs' version '6.2.2' // code check, working on byte code
77
id "org.sonarqube" version "6.2.0.5505" // sonarqube
88
id 'signing'
99
id 'maven-publish' // publish to a maven repo (local or mvn central, has to be defined)

0 commit comments

Comments
 (0)