Skip to content

Commit

Permalink
Updating versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zodac committed Oct 1, 2024
1 parent 188d280 commit 3ed13b8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion ci/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
<module name="InvalidJavadocPosition"/>
<module name="JavadocTagContinuationIndentation"/>
<module name="JavadocParagraph">
<property name="allowNewlineParagraph" value="false"/>
<property name="allowNewlineParagraph" value="true"/>
</module>
<module name="RequireEmptyLineBeforeBlockTagGroup"/>
<module name="AtclauseOrder">
Expand Down
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<!-- Test 3PP Versions -->
<assertj-core.version>3.26.3</assertj-core.version>
<junit-bom.version>5.11.0</junit-bom.version>
<junit-bom.version>5.11.1</junit-bom.version>

<!-- Plugin Versions -->
<build-helper-maven-plugin.version>3.6.0</build-helper-maven-plugin.version>
Expand All @@ -55,22 +55,22 @@
<versions-maven-plugin.version>2.17.1</versions-maven-plugin.version>

<!-- Linter 3PP Versions -->
<checkstyle.version>10.18.1</checkstyle.version>
<error_prone_core.version>2.31.0</error_prone_core.version>
<checkstyle.version>10.18.2</checkstyle.version>
<error_prone_core.version>2.33.0</error_prone_core.version>
<licenses.version>1</licenses.version>
<nullaway.version>0.11.2</nullaway.version>
<nullaway.version>0.11.3</nullaway.version>
<pitest-junit5-plugin.version>1.2.1</pitest-junit5-plugin.version>
<pmd.version>7.5.0</pmd.version>
<pmd.version>7.6.0</pmd.version>
<spotbugs.version>4.8.6</spotbugs.version>

<!-- Linter Plugin Versions -->
<license-maven-plugin.version>4.5</license-maven-plugin.version>
<license-maven-plugin.version>4.6</license-maven-plugin.version>
<maven-checkstyle-plugin.version>3.5.0</maven-checkstyle-plugin.version>
<maven-javadoc-plugin.version>3.10.0</maven-javadoc-plugin.version>
<maven-javadoc-plugin.version>3.10.1</maven-javadoc-plugin.version>
<maven-pmd-plugin.version>3.25.0</maven-pmd-plugin.version>
<pitest-maven.version>1.16.2</pitest-maven.version>
<pitest-maven.version>1.17.0</pitest-maven.version>
<sonar-maven-plugin.version>4.0.0.4121</sonar-maven-plugin.version>
<spotbugs-maven-plugin.version>4.8.6.2</spotbugs-maven-plugin.version>
<spotbugs-maven-plugin.version>4.8.6.4</spotbugs-maven-plugin.version>

<!-- Linter Properties -->
<!--suppress UnresolvedMavenProperty, files are only used in child modules -->
Expand Down

0 comments on commit 3ed13b8

Please sign in to comment.