Skip to content

Commit

Permalink
Bump the dependencies group with 6 updates (#59)
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 Sep 2, 2024
1 parent 9bfe086 commit 4be8db3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<generatorRootDirectory>${basedir}</generatorRootDirectory>

<!-- Build tools -->
<checkstyle.version>10.18.0</checkstyle.version>
<checkstyle.version>10.18.1</checkstyle.version>
<spotbugs.version>4.8.6</spotbugs.version>

<!-- Maven build versions & properties-->
Expand All @@ -66,9 +66,9 @@
<maven.deploy.plugin.version>3.1.3</maven.deploy.plugin.version>
<maven.gpg.version>3.2.5</maven.gpg.version>
<sonatype.nexus.central>0.5.0</sonatype.nexus.central>
<maven.javadoc.version>3.8.0</maven.javadoc.version>
<maven.javadoc.version>3.10.0</maven.javadoc.version>
<maven.assembly.version>3.7.1</maven.assembly.version>
<maven.plugin.plugin.version>3.14.0</maven.plugin.plugin.version>
<maven.plugin.plugin.version>3.15.0</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,13 +61,13 @@

<jupiter.version>5.10.2</jupiter.version>
<maven-plugin-api.version>3.9.9</maven-plugin-api.version>
<maven-plugin-annotations.version>3.14.0</maven-plugin-annotations.version>
<maven-plugin-annotations.version>3.15.0</maven-plugin-annotations.version>
<maven-project.version>2.2.1</maven-project.version>
<hamcrest.version>3.0</hamcrest.version>
<junit.jupiter.version>5.11.0</junit.jupiter.version>
<junit.platform.version>1.11.0</junit.platform.version>
<maven.surefire.version>3.4.0</maven.surefire.version>
<snakeyaml.version>2.2</snakeyaml.version>
<maven.surefire.version>3.5.0</maven.surefire.version>
<snakeyaml.version>2.3</snakeyaml.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 4be8db3

Please sign in to comment.