Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Eswcvlad committed Sep 25, 2024
1 parent f24b496 commit df2271e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@
<jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version>
<maven-bundle-plugin.version>5.1.9</maven-bundle-plugin.version>
<maven-jar-plugin.version>3.4.2</maven-jar-plugin.version>
<maven-surefire-plugin.version>3.3.1</maven-surefire-plugin.version>
<maven-surefire-plugin.version>3.5.0</maven-surefire-plugin.version>

<!-- Build dependencies (qa) -->
<japicmp-maven-plugin.version>0.22.0</japicmp-maven-plugin.version>
<japicmp-maven-plugin.version>0.23.0</japicmp-maven-plugin.version>

<!-- Build dependencies (exe) -->
<build-helper-maven-plugin.version>3.6.0</build-helper-maven-plugin.version>
Expand All @@ -76,14 +76,14 @@

<!-- Application dependencies -->
<dom4j.version>2.1.4</dom4j.version>
<flatlaf.version>3.5</flatlaf.version>
<flatlaf.version>3.5.1</flatlaf.version>
<icu4j.version>75.1</icu4j.version>
<itext.version>8.0.5</itext.version>
<jackson.version>2.17.2</jackson.version>
<logback.version>1.5.6</logback.version>
<logback.version>1.5.8</logback.version>

<!-- Test dependencies -->
<junit-jupiter-api.version>5.10.3</junit-jupiter-api.version>
<junit-jupiter-api.version>5.11.0</junit-jupiter-api.version>
</properties>

<dependencies>
Expand Down

0 comments on commit df2271e

Please sign in to comment.