Skip to content

Commit

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

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

chore: bump spotbugs-maven-plugin from 4.5.2.0 to 4.5.3.0
chore: bump versions-maven-plugin from 2.8.1 to 2.9.0

Co-authored-by: Jerry Lee <[email protected]>
  • Loading branch information
dependabot[bot] and oldratlee committed Jan 22, 2022
1 parent 4e08664 commit 9e7ecc5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 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 Expand Up @@ -372,7 +372,7 @@
-->
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.8.1</version>
<version>2.9.0</version>
<configuration>
<rulesUri>file://${project.basedir}/src/versions-rules.xml</rulesUri>
<generateBackupPoms>false</generateBackupPoms>
Expand Down
10 changes: 5 additions & 5 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 Expand Up @@ -372,7 +372,7 @@
-->
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.8.1</version>
<version>2.9.0</version>
<configuration>
<rulesUri>file://${project.basedir}/src/versions-rules.xml</rulesUri>
<generateBackupPoms>false</generateBackupPoms>
Expand Down

0 comments on commit 9e7ecc5

Please sign in to comment.