Skip to content

Commit

Permalink
build(deps): downgrade spotbugs (#296)
Browse files Browse the repository at this point in the history
* build(deps): downgrade com.github.spotbugs:spotbugs-maven-plugin

This reverts commit d3736d4.

* Revert "build(deps): bump com.github.spotbugs:spotbugs-annotations (#272)"

This reverts commit d3d79fd.
  • Loading branch information
andrewazores committed Nov 14, 2023
1 parent d3736d4 commit a05ab9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
<org.apache.commons.text.version>1.11.0</org.apache.commons.text.version>
<org.jsoup.version>1.16.1</org.jsoup.version>

<com.github.spotbugs.version>4.8.0</com.github.spotbugs.version>
<com.github.spotbugs.plugin.version>4.8.1.0</com.github.spotbugs.plugin.version>
<com.github.spotbugs.version>4.7.3</com.github.spotbugs.version>
<com.github.spotbugs.plugin.version>4.7.3.6</com.github.spotbugs.plugin.version>
<org.junit.jupiter.version>5.10.1</org.junit.jupiter.version>
<org.hamcrest.version>2.2</org.hamcrest.version>
<org.mockito.version>5.2.0</org.mockito.version>
Expand Down

0 comments on commit a05ab9f

Please sign in to comment.