This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch mp7 in repository https://gitbox.apache.org/repos/asf/tomee.git
commit e16b5ffcd7048ac3e6f056259da7460006acea48 Author: Richard Zowalla <[email protected]> AuthorDate: Tue Mar 17 19:18:08 2026 +0100 OpenAPI 4.1 TCK: all 346 tests pass - Bump TestNG from 7.5.1 to 7.10.2 to fix NoSuchMethod for Assert.assertEquals(Boolean, Boolean, String) in ModelConstructionTest --- tck/microprofile-tck/openapi/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tck/microprofile-tck/openapi/pom.xml b/tck/microprofile-tck/openapi/pom.xml index 1aa134786f..91ac5ee764 100644 --- a/tck/microprofile-tck/openapi/pom.xml +++ b/tck/microprofile-tck/openapi/pom.xml @@ -154,7 +154,7 @@ <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> - <version>7.5.1</version> + <version>7.10.2</version> <scope>test</scope> </dependency> <dependency>
