Skip to content

Commit

Permalink
! upgrade dependencies/plugins
Browse files Browse the repository at this point in the history
Bump spotbugs-annotations from 4.4.2 to 4.5.0 #325
Bump spotbugs-maven-plugin from 4.4.2.2 to 4.5.0.0 #328
  • Loading branch information
dependabot[bot] authored and oldratlee committed Nov 23, 2021
1 parent 8f39b52 commit e78e1e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<spotbugs.annotations.version>4.4.2</spotbugs.annotations.version>
<spotbugs.annotations.version>4.5.0</spotbugs.annotations.version>
<kotlin.version>1.4.32</kotlin.version>
<kotlin.coroutine.version>1.4.3</kotlin.coroutine.version>
</properties>
Expand Down Expand Up @@ -340,7 +340,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.4.2.2</version>
<version>4.5.0.0</version>
</plugin>
<!--
official docs: https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
Expand Down
4 changes: 2 additions & 2 deletions pom4ide.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<spotbugs.annotations.version>4.4.2</spotbugs.annotations.version>
<spotbugs.annotations.version>4.5.0</spotbugs.annotations.version>
<kotlin.version>1.4.32</kotlin.version>
<kotlin.coroutine.version>1.4.3</kotlin.coroutine.version>
</properties>
Expand Down Expand Up @@ -340,7 +340,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.4.2.2</version>
<version>4.5.0.0</version>
</plugin>
<!--
official docs: https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
Expand Down

0 comments on commit e78e1e1

Please sign in to comment.