Skip to content

Commit

Permalink
Upated to newest junit version.
Browse files Browse the repository at this point in the history
  • Loading branch information
berndporr committed Jan 9, 2021
1 parent 2cc084f commit dec1a40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>uk.me.berndporr</groupId>
<artifactId>iirj</artifactId>
<packaging>jar</packaging>
<version>1.1</version>
<version>1.2</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<version>4.13.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit dec1a40

Please sign in to comment.