Skip to content

Commit

Permalink
chore: upgrade dependencies/plugins
Browse files Browse the repository at this point in the history
Merge pull request #352 #351 #348 #347

chore: bump spotbugs-maven-plugin from 4.5.2.0 to 4.5.3.0
chore: bump spotbugs-annotations from 4.5.2 to 4.5.3
chore: bump maven-compiler-plugin from 3.8.1 to 3.9.0
chore: bump maven-jar-plugin from 3.2.0 to 3.2.2

Co-authored-by: Jerry Lee <oldratlee@gmail.com>
  • Loading branch information
dependabot[bot] and oldratlee committed Jan 21, 2022
1 parent 4e08664 commit 9088363
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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.5.2</spotbugs.annotations.version>
<spotbugs.annotations.version>4.5.3</spotbugs.annotations.version>
<kotlin.version>1.4.32</kotlin.version>
<kotlin.coroutine.version>1.4.3</kotlin.coroutine.version>
</properties>
Expand Down Expand Up @@ -230,7 +230,7 @@
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.9.0</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
Expand Down Expand Up @@ -265,7 +265,7 @@
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.0</version>
<version>3.2.2</version>
<configuration>
<archive>
<manifestEntries>
Expand Down Expand Up @@ -339,7 +339,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.5.2.0</version>
<version>4.5.3.0</version>
</plugin>
<!--
official docs: https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
Expand Down
8 changes: 4 additions & 4 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.5.2</spotbugs.annotations.version>
<spotbugs.annotations.version>4.5.3</spotbugs.annotations.version>
<kotlin.version>1.4.32</kotlin.version>
<kotlin.coroutine.version>1.4.3</kotlin.coroutine.version>
</properties>
Expand Down Expand Up @@ -230,7 +230,7 @@
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.9.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
Expand Down Expand Up @@ -265,7 +265,7 @@
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.0</version>
<version>3.2.2</version>
<configuration>
<archive>
<manifestEntries>
Expand Down Expand Up @@ -339,7 +339,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.5.2.0</version>
<version>4.5.3.0</version>
</plugin>
<!--
official docs: https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
Expand Down

0 comments on commit 9088363

Please sign in to comment.