Skip to content

Commit d3b3597

Browse files
Update dependency org.testng:testng to v7.7.0 (#2657)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: M.P. Korstanje <[email protected]>
1 parent df2042b commit d3b3597

File tree

2 files changed

+19
-13
lines changed

2 files changed

+19
-13
lines changed

.revapi/api-changes.json

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -239,74 +239,80 @@
239239
"ignore": true,
240240
"code": "java.method.removed",
241241
"old": "method void org.testng.IResultMap::addResult(org.testng.ITestResult, org.testng.ITestNGMethod)",
242-
"justification": "Third party api chage"
242+
"justification": "Third party api change"
243243
},
244244
{
245245
"ignore": true,
246246
"code": "java.method.returnTypeChanged",
247247
"old": "method org.testng.IObjectFactory org.testng.ISuite::getObjectFactory()",
248248
"new": "method org.testng.ITestObjectFactory org.testng.ISuite::getObjectFactory()",
249-
"justification": "Third party api chage"
249+
"justification": "Third party api change"
250250
},
251251
{
252252
"ignore": true,
253253
"code": "java.method.removed",
254254
"old": "method java.lang.String org.testng.ISuiteResult::getPropertyFileName()",
255-
"justification": "Third party api chage"
255+
"justification": "Third party api change"
256256
},
257257
{
258258
"ignore": true,
259259
"code": "java.method.removed",
260260
"old": "method void org.testng.ITestContext::addGuiceModule(com.google.inject.Module)",
261-
"justification": "Third party api chage"
261+
"justification": "Third party api change"
262262
},
263263
{
264264
"ignore": true,
265265
"code": "java.method.removed",
266266
"old": "method void org.testng.ITestContext::addInjector(java.util.List<com.google.inject.Module>, com.google.inject.Injector)",
267-
"justification": "Third party api chage"
267+
"justification": "Third party api change"
268268
},
269269
{
270270
"ignore": true,
271271
"code": "java.method.removed",
272272
"old": "method java.util.List<com.google.inject.Module> org.testng.ITestContext::getAllGuiceModules()",
273-
"justification": "Third party api chage"
273+
"justification": "Third party api change"
274274
},
275275
{
276276
"ignore": true,
277277
"code": "java.method.removed",
278278
"old": "method java.util.List<com.google.inject.Module> org.testng.ITestContext::getGuiceModules(java.lang.Class<? extends com.google.inject.Module>)",
279-
"justification": "Third party api chage"
279+
"justification": "Third party api change"
280280
},
281281
{
282282
"ignore": true,
283283
"code": "java.method.removed",
284284
"old": "method com.google.inject.Injector org.testng.ITestContext::getInjector(java.util.List<com.google.inject.Module>)",
285-
"justification": "Third party api chage"
285+
"justification": "Third party api change"
286286
},
287287
{
288288
"ignore": true,
289289
"code": "java.method.removed",
290290
"old": "method com.google.inject.Injector org.testng.ITestContext::getInjector(org.testng.IClass)",
291-
"justification": "Third party api chage"
291+
"justification": "Third party api change"
292292
},
293293
{
294294
"ignore": true,
295295
"code": "java.method.addedToInterface",
296296
"new": "method java.lang.String org.testng.ITestResult::id()",
297-
"justification": "Third party api chage"
297+
"justification": "Third party api change"
298298
},
299299
{
300300
"ignore": true,
301301
"code": "java.method.addedToInterface",
302302
"new": "method int org.testng.internal.IParameterInfo::getIndex()",
303-
"justification": "Third party api chage"
303+
"justification": "Third party api change"
304304
},
305305
{
306306
"ignore": true,
307307
"code": "java.method.removed",
308308
"old": "method org.testng.xml.XmlSuite.ParallelMode org.testng.xml.XmlSuite.ParallelMode::skipDeprecatedValues(org.testng.xml.XmlSuite.ParallelMode)",
309-
"justification": "Third party api chage"
309+
"justification": "Third party api change"
310+
},
311+
{
312+
"ignore": true,
313+
"code": "java.class.externalClassExposedInAPI",
314+
"new": "interface org.testng.IRetryDataProvider",
315+
"justification": "Third party api change"
310316
}
311317
]
312318
}

cucumber-testng/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<properties>
1515
<project.Automatic-Module-Name>io.cucumber.testng</project.Automatic-Module-Name>
1616
<hamcrest.version>2.2</hamcrest.version>
17-
<testng.version>7.6.1</testng.version>
17+
<testng.version>7.7.0</testng.version>
1818
<apiguardian-api.version>1.1.2</apiguardian-api.version>
1919
<mockito.version>4.9.0</mockito.version>
2020
</properties>

0 commit comments

Comments
 (0)