Skip to content

Commit

Permalink
Merge pull request #492 from factcast/dependabot/maven/org.junit.jupi…
Browse files Browse the repository at this point in the history
…ter-junit-jupiter-api-5.5.1

Bump junit-jupiter-api from 5.5.0 to 5.5.1
  • Loading branch information
uweschaefer committed Jul 22, 2019
2 parents 60d88b2 + bf0ae5c commit e801be6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion factcast-store-test/pom.xml
Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.5.0</version>
<version>5.5.1</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -95,7 +95,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.5.0</version>
<version>5.5.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit e801be6

Please sign in to comment.