Skip to content

Commit

Permalink
Merge pull request #71 from ongres/dependabot/maven/all-maven-depende…
Browse files Browse the repository at this point in the history
…ncies-0740ce0f53

chore(deps): Bump the all-maven-dependencies group across 1 directory with 5 updates
  • Loading branch information
jorsol authored Dec 2, 2024
2 parents 4a39ec3 + 260dc3c commit 0f736bb
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions scram-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,15 @@
<flatten-maven-plugin.version>1.6.0</flatten-maven-plugin.version>
<jdeps-plugin.version>3.1.2</jdeps-plugin.version>
<sortpom-plugin.version>4.0.0</sortpom-plugin.version>
<cyclonedx-plugin.version>2.9.0</cyclonedx-plugin.version>
<cyclonedx-plugin.version>2.9.1</cyclonedx-plugin.version>
<!-- Checkstyle, SpotBugs and PMD properties -->
<checkstyle.version>10.20.1</checkstyle.version>
<checkstyle.version>10.20.2</checkstyle.version>
<checkstyle-plugin.version>3.6.0</checkstyle-plugin.version>
<errorprone.version>2.35.1</errorprone.version>
<errorprone.version>2.36.0</errorprone.version>
<spotbugs.version>4.8.6</spotbugs.version>
<spotbugs-plugin.version>4.8.6.6</spotbugs-plugin.version>
<findsecbugs.version>1.13.0</findsecbugs.version>
<pmd.version>7.7.0</pmd.version>
<pmd.version>7.8.0</pmd.version>
<pmd-plugin.version>3.26.0</pmd-plugin.version>
<forbiddenapis.version>3.8</forbiddenapis.version>
<checks.location>${rootDirectory}/checks</checks.location>
Expand Down Expand Up @@ -375,7 +375,7 @@
<configuration>
<rules>
<requireMavenVersion>
<version>[3.9.7,)</version>
<version>[3.9.9,)</version>
</requireMavenVersion>
<requireJavaVersion>
<version>[21,)</version>
Expand Down Expand Up @@ -487,6 +487,7 @@
<compilerArgs>
<arg>-Xlint:all</arg>
<arg>-XDcompilePolicy=simple</arg>
<arg>--should-stop=ifError=FLOW</arg>
<arg>-Xplugin:ErrorProne -XepAllErrorsAsWarnings -XepDisableWarningsInGeneratedCode</arg>
<!-- Required on JDK 16+ due to JEP 396 -->
<arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED</arg>
Expand Down

0 comments on commit 0f736bb

Please sign in to comment.