Skip to content

Commit

Permalink
Merge pull request #834 from jenkinsci/JENKINS-72392
Browse files Browse the repository at this point in the history
Set the version of `org.junit.platform` to 1.10.1
  • Loading branch information
uhafner committed Dec 4, 2023
2 parents bcc63cc + 45b130f commit 33ffeaa
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
<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>

</properties>

<licenses>
Expand Down Expand Up @@ -84,6 +83,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 33ffeaa

Please sign in to comment.