Skip to content

Commit 61e4693

Browse files
committed
Update to testng 7.7.0 so dependabot stops complaing about vulnerabilities.
(See https://github.com/ESAPI/esapi-java/security/dependabot/1.) Note I think this version of testng requires Java 11 or later. Also note that this really wasn't an issue because: * The vulnerability is only with a dependency of scope 'test'. * We currently have no tests anyway.
1 parent c0fe4b9 commit 61e4693

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
<dependency>
148148
<groupId>org.testng</groupId>
149149
<artifactId>testng</artifactId>
150-
<version>6.8.5</version>
150+
<version>7.7.0</version>
151151
<scope>test</scope>
152152
</dependency>
153153
<dependency>
@@ -158,4 +158,4 @@
158158
</dependency>
159159
</dependencies>
160160

161-
</project>
161+
</project>

0 commit comments

Comments
 (0)