Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Downgrade spotbugs to 4.7.3
  • Loading branch information
vrozov committed May 9, 2025
commit 357d8675e930f94967ec8e195faa52cf3137b793
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs</artifactId>
<version>4.9.3</version>
<version>4.7.3</version>
</dependency>
</dependencies>
<executions>
Expand Down
Loading