Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f9c8444

Browse files
authoredFeb 1, 2024
Bump com.github.spotbugs from 5.2.5 to 6.0.7 in /frontend
Bumps com.github.spotbugs from 5.2.5 to 6.0.7. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3627ee6 commit f9c8444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎frontend/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111
plugins {
1212
id 'com.google.protobuf' version '0.8.13' apply false
1313
id 'idea'
14-
id 'com.github.spotbugs' version '5.2.5' apply false
14+
id 'com.github.spotbugs' version '6.0.7' apply false
1515
}
1616

1717
allprojects {

0 commit comments

Comments
 (0)
Please sign in to comment.