Skip to content

Commit

Permalink
chore: bump plugins version
Browse files Browse the repository at this point in the history
  • Loading branch information
mvallim committed Mar 4, 2024
1 parent ab077cf commit cd6078f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@
<logback.version>1.3.14</logback.version>
<mockito.version>4.11.0</mockito.version>
<junit.jupiter.version>5.10.2</junit.jupiter.version>
<jackson-databind.version>2.15.2</jackson-databind.version>
<jackson-databind.version>2.16.1</jackson-databind.version>
<jmh.version>1.37</jmh.version>

<maven-clean-plugin.version>3.2.0</maven-clean-plugin.version>
<maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version>
<maven-compiler-plugin.version>3.12.1</maven-compiler-plugin.version>
<maven-deploy-plugin.version>3.0.0</maven-deploy-plugin.version>
<maven-install-plugin.version>3.1.0</maven-install-plugin.version>
<maven-release-plugin.version>2.5.3</maven-release-plugin.version>
<maven-release-plugin.version>3.0.1</maven-release-plugin.version>
<maven-resources-plugin.version>3.3.0</maven-resources-plugin.version>
<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
<jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version>
<jacoco-maven-plugin.version>0.8.11</jacoco-maven-plugin.version>

<sonar.coverage.exclusions>
**/AbstractAmazonSnsConsumer.**,
Expand Down

0 comments on commit cd6078f

Please sign in to comment.