Skip to content

Commit

Permalink
chore(deps): upgrade dependencis and maven plugins #360 #362 #365
Browse files Browse the repository at this point in the history
Bumps nexus-staging-maven-plugin from 1.6.11 to 1.6.12.
Bumps [spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.5.3 to 4.6.0.
Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.10.0 to 3.10.1.
Bumps [versions-maven-plugin](https://github.com/mojohaus/versions-maven-plugin) from 2.9.0 to 2.10.0.
  • Loading branch information
dependabot[bot] authored and oldratlee committed Mar 16, 2022
1 parent 2ca7527 commit 40a289f
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.3</spotbugs.annotations.version>
<spotbugs.annotations.version>4.6.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 @@ -230,7 +230,7 @@
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.0</version>
<version>3.10.1</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
Expand Down Expand Up @@ -323,7 +323,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.11</version>
<version>1.6.12</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand Down Expand Up @@ -372,7 +372,7 @@
-->
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.9.0</version>
<version>2.10.0</version>
<configuration>
<rulesUri>file://${project.basedir}/src/versions-rules.xml</rulesUri>
<generateBackupPoms>false</generateBackupPoms>
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.3</spotbugs.annotations.version>
<spotbugs.annotations.version>4.6.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 @@ -230,7 +230,7 @@
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.0</version>
<version>3.10.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
Expand Down Expand Up @@ -323,7 +323,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.11</version>
<version>1.6.12</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand Down Expand Up @@ -372,7 +372,7 @@
-->
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.9.0</version>
<version>2.10.0</version>
<configuration>
<rulesUri>file://${project.basedir}/src/versions-rules.xml</rulesUri>
<generateBackupPoms>false</generateBackupPoms>
Expand Down

0 comments on commit 40a289f

Please sign in to comment.