Skip to content

Commit

Permalink
deps: Update junit5 monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and hessjcg committed Aug 14, 2023
1 parent 59e23ef commit d6e800a
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 @@ -428,12 +428,12 @@
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-engine</artifactId>
<version>1.9.2</version>
<version>1.10.0</version>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-commons</artifactId>
<version>1.9.2</version>
<version>1.10.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand All @@ -443,7 +443,7 @@
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>5.9.2</version>
<version>5.10.0</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit d6e800a

Please sign in to comment.