Skip to content

Commit

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

<!-- Build tools -->
<checkstyle.version>10.12.2</checkstyle.version>
<checkstyle.version>10.17.0</checkstyle.version>
<spotbugs.version>4.8.6</spotbugs.version>

<!-- Maven build versions & properties-->
<maven.spotbugs.version>4.8.6.2</maven.spotbugs.version>
<maven.checkstyle.version>3.3.0</maven.checkstyle.version>
<maven.checkstyle.version>3.4.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>
<maven.source.plugin.version>3.3.1</maven.source.plugin.version>
<maven.deploy.plugin.version>3.1.2</maven.deploy.plugin.version>
<maven.gpg.version>3.2.4</maven.gpg.version>
<sonatype.nexus.central>0.4.0</sonatype.nexus.central>
<sonatype.nexus.central>0.5.0</sonatype.nexus.central>
<maven.javadoc.version>3.7.0</maven.javadoc.version>
<maven.assembly.version>3.7.1</maven.assembly.version>
<maven.plugin.plugin.version>3.9.0</maven.plugin.plugin.version>
<maven.plugin.plugin.version>3.13.1</maven.plugin.plugin.version>
</properties>

<dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions test-docs-generator-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<jupiter.version>5.10.2</jupiter.version>
<maven-plugin-api.version>3.9.3</maven-plugin-api.version>
<maven-plugin-annotations.version>3.9.0</maven-plugin-annotations.version>
<maven-plugin-api.version>3.9.8</maven-plugin-api.version>
<maven-plugin-annotations.version>3.13.1</maven-plugin-annotations.version>
<maven-project.version>2.2.1</maven-project.version>
<hamcrest.version>2.2</hamcrest.version>
<junit.jupiter.version>5.10.3</junit.jupiter.version>
Expand Down

0 comments on commit b9a3bd1

Please sign in to comment.