Skip to content

Commit

Permalink
updated vdldoc to version 3.2 (issue #8) and some other dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
matinh committed Jul 10, 2024
1 parent 4c2685b commit 925aefd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,28 +131,28 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.3.0</version>
<version>4.0.1</version>
</dependency>

<dependency>
<groupId>org.omnifaces</groupId>
<artifactId>vdldoc</artifactId>
<version>3.0</version>
<version>3.2</version>
</dependency>

<!-- test-scoped dependencies -->

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<version>4.13.2</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<version>4.2</version>
<version>5.3.0</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 925aefd

Please sign in to comment.