Skip to content

Commit

Permalink
Bump SpotBugs version
Browse files Browse the repository at this point in the history
  • Loading branch information
amaembo committed Aug 27, 2024
1 parent 6b176dd commit ee89c4c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ apply plugin: 'org.jetbrains.intellij'
apply plugin: 'maven-publish'
apply plugin: 'java'

sourceCompatibility = 11
targetCompatibility = 11
sourceCompatibility = 17
targetCompatibility = 17

repositories {
mavenLocal()
Expand Down Expand Up @@ -60,7 +60,7 @@ configurations {
}

dependencies {
implementation ('com.github.spotbugs:spotbugs:4.7.3') {
implementation ('com.github.spotbugs:spotbugs:4.8.6') {
exclude group: 'xml-apis', module: 'xml-apis'
exclude group: 'org.apache.logging.log4j', module: 'log4j-api'
exclude group: 'org.apache.logging.log4j', module: 'log4j-core'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# If not, see <http://www.gnu.org/licenses/>.
#

version=1.2.7
version=1.2.8
ijVersion=2022.2

#---------------------------------------------------------------------
Expand Down
4 changes: 4 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@
</description>
<change-notes>
<![CDATA[<html>
<h3>1.2.8</h3>
<ul>
<li>Bump SpotBugs dependency to 4.8.6</li>
</ul>
<h3>1.2.7</h3>
<ul>
<li>Fix compatibility with IntelliJ IDEA 2023.3</li>
Expand Down

0 comments on commit ee89c4c

Please sign in to comment.