Skip to content

Commit

Permalink
Maven dependency updates
Browse files Browse the repository at this point in the history
- basepom-oss 60
- slf4j 2.0.16
- junit 5.11.2
- checkstyle 10.18.2
- pmd 7.6.0
  • Loading branch information
spannm committed Oct 11, 2024
1 parent dc85f8c commit a98da91
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.basepom</groupId>
<artifactId>basepom-oss</artifactId>
<version>59</version>
<version>60</version>
</parent>

<groupId>io.github.spannm</groupId>
Expand Down Expand Up @@ -97,9 +97,13 @@

<dep.poi.version>4.1.2</dep.poi.version>

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

<dep.junit.version>5.10.2</dep.junit.version>
<dep.junit.version>5.11.2</dep.junit.version>

<!-- override basepom versions -->
<dep.checkstyle.version>10.18.2</dep.checkstyle.version>
<dep.pmd.version>7.6.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 a98da91

Please sign in to comment.