Skip to content

Commit

Permalink
Bump the dependencies group with 11 updates (#67)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 29, 2024
1 parent 84330ce commit d1c1452
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@
<generatorRootDirectory>${basedir}</generatorRootDirectory>

<!-- Build tools -->
<checkstyle.version>10.18.2</checkstyle.version>
<checkstyle.version>10.19.0</checkstyle.version>
<spotbugs.version>4.8.6</spotbugs.version>

<!-- Maven build versions & properties-->
<maven.spotbugs.version>4.8.6.4</maven.spotbugs.version>
<maven.checkstyle.version>3.5.0</maven.checkstyle.version>
<maven.spotbugs.version>4.8.6.5</maven.spotbugs.version>
<maven.checkstyle.version>3.6.0</maven.checkstyle.version>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -68,7 +68,7 @@
<sonatype.nexus.central>0.6.0</sonatype.nexus.central>
<maven.javadoc.version>3.10.1</maven.javadoc.version>
<maven.assembly.version>3.7.1</maven.assembly.version>
<maven.plugin.plugin.version>3.15.0</maven.plugin.plugin.version>
<maven.plugin.plugin.version>3.15.1</maven.plugin.plugin.version>
</properties>

<dependencyManagement>
Expand Down
6 changes: 3 additions & 3 deletions test-docs-generator-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@

<jupiter.version>5.10.2</jupiter.version>
<maven-plugin-api.version>3.9.9</maven-plugin-api.version>
<maven-plugin-annotations.version>3.15.0</maven-plugin-annotations.version>
<maven-plugin-annotations.version>3.15.1</maven-plugin-annotations.version>
<maven-project.version>2.2.1</maven-project.version>
<hamcrest.version>3.0</hamcrest.version>
<junit.jupiter.version>5.11.2</junit.jupiter.version>
<junit.platform.version>1.11.2</junit.platform.version>
<junit.jupiter.version>5.11.3</junit.jupiter.version>
<junit.platform.version>1.11.3</junit.platform.version>
<maven.surefire.version>3.5.1</maven.surefire.version>
<snakeyaml.version>2.3</snakeyaml.version>
</properties>
Expand Down

0 comments on commit d1c1452

Please sign in to comment.