Skip to content

Commit

Permalink
Update versions for test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jfree committed Jun 23, 2024
1 parent b9a36f2 commit d609dd4
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 @@ -10,7 +10,7 @@

<artifactId>jfreechart</artifactId>
<groupId>org.jfree</groupId>
<version>1.5.4</version>
<version>1.5.5-snapshot</version>
<packaging>jar</packaging>

<organization>
Expand Down Expand Up @@ -61,19 +61,19 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.9.1</version>
<version>5.10.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.9.1</version>
<version>5.10.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>nl.jqno.equalsverifier</groupId>
<artifactId>equalsverifier</artifactId>
<version>3.12.3</version>
<version>3.16.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit d609dd4

Please sign in to comment.