Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev authored Nov 15, 2023
1 parent 26b3128 commit c7dd735
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pom-central.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,13 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>[5.10.0,)</version>
<version>[5.10.1,)</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>[1.10.0,)</version>
<version>[1.10.1,)</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom-pack.xml
Original file line number Diff line number Diff line change
Expand Up @@ -243,13 +243,13 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>[5.10.0,)</version>
<version>[5.10.1,)</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>[1.10.0,)</version>
<version>[1.10.1,)</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -219,13 +219,13 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>[5.10.0,)</version>
<version>[5.10.1,)</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>[1.10.0,)</version>
<version>[1.10.1,)</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit c7dd735

Please sign in to comment.