Skip to content

Commit

Permalink
Maven dependency updates
Browse files Browse the repository at this point in the history
- junit 5.11.3
- checkstyle 10.19.0
- pmd 7.7.0
  • Loading branch information
spannm committed Oct 30, 2024
1 parent c4279bf commit c0f4100
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,14 @@

<dep.slf4j.version>2.0.16</dep.slf4j.version>

<dep.junit.version>5.10.2</dep.junit.version>
<!-- test dependencies -->
<dep.junit.version>5.11.3</dep.junit.version>
<dep.assertj.version>3.26.3</dep.assertj.version>
<dep.mockito.version>5.14.1</dep.mockito.version>

<!-- override basepom versions -->
<dep.checkstyle.version>10.18.2</dep.checkstyle.version>
<dep.pmd.version>7.6.0</dep.pmd.version>
<dep.checkstyle.version>10.19.0</dep.checkstyle.version>
<dep.pmd.version>7.7.0</dep.pmd.version>

<dep.plugin.sortpom.version>4.0.0</dep.plugin.sortpom.version>
<dep.plugin.sonar.version>3.10.0.2594</dep.plugin.sonar.version>
Expand Down

0 comments on commit c0f4100

Please sign in to comment.