Skip to content

Commit

Permalink
Bump junit
Browse files Browse the repository at this point in the history
  • Loading branch information
vh committed Aug 15, 2023
1 parent 212a2f3 commit 495f7c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>com.github.vh</groupId>
<artifactId>skvs</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
Expand All @@ -25,7 +25,7 @@
<url>https://github.com/vh/skvs</url>
<connection>scm:git:git@github.com:vh/skvs.git</connection>
<developerConnection>scm:git:git@github.com:vh/skvs.git</developerConnection>
<tag>HEAD</tag>
<tag>v1.0.3</tag>
</scm>
<licenses>
<license>
Expand Down Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.9.2</version>
<version>5.9.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 495f7c3

Please sign in to comment.