Skip to content

Commit

Permalink
Merge pull request #24559 from arjantijms/test_plugins
Browse files Browse the repository at this point in the history
Update test dependencies (junit, jmh, checkstyle)
  • Loading branch information
arjantijms authored Aug 24, 2023
2 parents 7a6b83e + d91e514 commit f970ec8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nucleus/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@

<easymock.version>4.3</easymock.version>
<jmockit.version>1.49</jmockit.version>
<junit.version>5.9.2</junit.version>
<jmh.version>1.36</jmh.version>
<junit.version>5.10.0</junit.version>
<jmh.version>1.37</jmh.version>
<osgi-resource-locator.version>1.0.3</osgi-resource-locator.version>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -949,7 +949,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.12.1</version>
<version>10.12.2</version>
</dependency>
</dependencies>
<executions>
Expand Down

0 comments on commit f970ec8

Please sign in to comment.