Skip to content

Commit

Permalink
Merge pull request lancethomps#14 from lancethomps/dev-v1.9.3
Browse files Browse the repository at this point in the history
v1.9.3 and bump junit
  • Loading branch information
lancethomps authored Nov 24, 2020
2 parents 895ccfd + ab71ac1 commit 76b9d7c
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 @@
<relativePath />
</parent>
<artifactId>lava</artifactId>
<version>1.9.2</version>
<version>1.9.3-SNAPSHOT</version>
<packaging>jar</packaging>
<name>${project.groupId}:${project.artifactId}</name>
<description>Core libraries for Java</description>
Expand Down Expand Up @@ -136,7 +136,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13</version>
<version>4.13.1</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 76b9d7c

Please sign in to comment.