Skip to content

Commit

Permalink
Set the version of org.junit.platform to 1.10.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Dec 4, 2023
1 parent 0014fe7 commit cf41d47
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<revapi-java.version>0.28.1</revapi-java.version>
<revapi-reporter-json-version>0.5.0</revapi-reporter-json-version>
<assertj-assertions-generator-maven-plugin.version>2.2.0</assertj-assertions-generator-maven-plugin.version>

<maven-enforcer-plugin.version>3.2.1</maven-enforcer-plugin.version>
</properties>

<licenses>
Expand Down Expand Up @@ -84,6 +84,21 @@
<artifactId>byte-buddy</artifactId>
<version>1.14.10</version>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-engine</artifactId>
<version>1.10.1</version>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-commons</artifactId>
<version>1.10.1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.9</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit cf41d47

Please sign in to comment.