Skip to content

Commit

Permalink
Update dependency org.testng:testng to v7.7.0 (#2657)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: M.P. Korstanje <rien.korstanje@gmail.com>
  • Loading branch information
renovate[bot] and mpkorstanje committed Dec 11, 2022
1 parent df2042b commit d3b3597
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 13 deletions.
30 changes: 18 additions & 12 deletions .revapi/api-changes.json
Original file line number Diff line number Diff line change
Expand Up @@ -239,74 +239,80 @@
"ignore": true,
"code": "java.method.removed",
"old": "method void org.testng.IResultMap::addResult(org.testng.ITestResult, org.testng.ITestNGMethod)",
"justification": "Third party api chage"
"justification": "Third party api change"
},
{
"ignore": true,
"code": "java.method.returnTypeChanged",
"old": "method org.testng.IObjectFactory org.testng.ISuite::getObjectFactory()",
"new": "method org.testng.ITestObjectFactory org.testng.ISuite::getObjectFactory()",
"justification": "Third party api chage"
"justification": "Third party api change"
},
{
"ignore": true,
"code": "java.method.removed",
"old": "method java.lang.String org.testng.ISuiteResult::getPropertyFileName()",
"justification": "Third party api chage"
"justification": "Third party api change"
},
{
"ignore": true,
"code": "java.method.removed",
"old": "method void org.testng.ITestContext::addGuiceModule(com.google.inject.Module)",
"justification": "Third party api chage"
"justification": "Third party api change"
},
{
"ignore": true,
"code": "java.method.removed",
"old": "method void org.testng.ITestContext::addInjector(java.util.List<com.google.inject.Module>, com.google.inject.Injector)",
"justification": "Third party api chage"
"justification": "Third party api change"
},
{
"ignore": true,
"code": "java.method.removed",
"old": "method java.util.List<com.google.inject.Module> org.testng.ITestContext::getAllGuiceModules()",
"justification": "Third party api chage"
"justification": "Third party api change"
},
{
"ignore": true,
"code": "java.method.removed",
"old": "method java.util.List<com.google.inject.Module> org.testng.ITestContext::getGuiceModules(java.lang.Class<? extends com.google.inject.Module>)",
"justification": "Third party api chage"
"justification": "Third party api change"
},
{
"ignore": true,
"code": "java.method.removed",
"old": "method com.google.inject.Injector org.testng.ITestContext::getInjector(java.util.List<com.google.inject.Module>)",
"justification": "Third party api chage"
"justification": "Third party api change"
},
{
"ignore": true,
"code": "java.method.removed",
"old": "method com.google.inject.Injector org.testng.ITestContext::getInjector(org.testng.IClass)",
"justification": "Third party api chage"
"justification": "Third party api change"
},
{
"ignore": true,
"code": "java.method.addedToInterface",
"new": "method java.lang.String org.testng.ITestResult::id()",
"justification": "Third party api chage"
"justification": "Third party api change"
},
{
"ignore": true,
"code": "java.method.addedToInterface",
"new": "method int org.testng.internal.IParameterInfo::getIndex()",
"justification": "Third party api chage"
"justification": "Third party api change"
},
{
"ignore": true,
"code": "java.method.removed",
"old": "method org.testng.xml.XmlSuite.ParallelMode org.testng.xml.XmlSuite.ParallelMode::skipDeprecatedValues(org.testng.xml.XmlSuite.ParallelMode)",
"justification": "Third party api chage"
"justification": "Third party api change"
},
{
"ignore": true,
"code": "java.class.externalClassExposedInAPI",
"new": "interface org.testng.IRetryDataProvider",
"justification": "Third party api change"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion cucumber-testng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<properties>
<project.Automatic-Module-Name>io.cucumber.testng</project.Automatic-Module-Name>
<hamcrest.version>2.2</hamcrest.version>
<testng.version>7.6.1</testng.version>
<testng.version>7.7.0</testng.version>
<apiguardian-api.version>1.1.2</apiguardian-api.version>
<mockito.version>4.9.0</mockito.version>
</properties>
Expand Down

0 comments on commit d3b3597

Please sign in to comment.