Skip to content

Commit 6a72b3e

Browse files
committed
Updated dependencies
1 parent 7b22434 commit 6a72b3e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ buildNumber.properties
99
/.settings/
1010
/.classpath
1111
/.project
12+
/.idea
1213
/test-output/

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<name>JSR 385 - TCK Usage Demo</name>
1616
<description>JSR 385 provides an API for representing, transporting, and performing comprehensive calculations with
1717
Units of Measurement.
18-
This module executes the JSR 385 TCK and tests the current JSR 385 Reference Implementation.
18+
This module executes the JSR 385 TCK and tests JSR 385 Implementations.
1919
</description>
2020

2121
<licenses>
@@ -46,7 +46,7 @@
4646
<maven.compile.sourceLevel>${jdkVersion}</maven.compile.sourceLevel>
4747
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4848
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
49-
<testng.version>7.1.0</testng.version>
49+
<testng.version>7.7.0</testng.version>
5050
<reflections.version>0.10.2</reflections.version>
5151
</properties>
5252

0 commit comments

Comments
 (0)