Skip to content

Commit 464b0b9

Browse files
committed
Upgrade testNG version
This is the highest version that is still java 8 compatible. It partially solves some issues with testing, where testNG would crash when trying to execute `@AfterClass` methods.
1 parent 1c2fa74 commit 464b0b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<!-- more recent versions of pax-exam require JDK7+ -->
8080
<pax-exam.version>3.6.0</pax-exam.version>
8181
<url.version>2.4.0</url.version>
82-
<testng.version>6.8.8</testng.version>
82+
<testng.version>7.5.1</testng.version>
8383
<assertj.version>1.7.0</assertj.version>
8484
<mockito.version>1.10.8</mockito.version>
8585
<wiremock.version>2.25.0</wiremock.version>

0 commit comments

Comments
 (0)