We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c20fdb1 commit dcfa0efCopy full SHA for dcfa0ef
1 file changed
pom.xml
@@ -40,13 +40,13 @@
40
<api.artifactId>unit-api</api.artifactId>
41
42
<!-- ************ Other settings, Should normally not be changed. ************ -->
43
- <tck.version>2.2-SNAPSHOT</tck.version>
+ <tck.version>2.2</tck.version>
44
<jdkVersion>11</jdkVersion>
45
<maven.compile.targetLevel>${jdkVersion}</maven.compile.targetLevel>
46
<maven.compile.sourceLevel>${jdkVersion}</maven.compile.sourceLevel>
47
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
48
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
49
- <testng.version>7.8.0</testng.version>
+ <testng.version>7.10.2</testng.version>
50
<reflections.version>0.10.2</reflections.version>
51
</properties>
52
0 commit comments