From 40a84dea03527840842ee785353b222dca03f3e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Nov 2023 14:05:53 +0000 Subject: [PATCH] build(deps): bump org.testng:testng Bumps [org.testng:testng](https://github.com/cbeust/testng) from 6.14.3 to 7.5.1. - [Release notes](https://github.com/cbeust/testng/releases) - [Changelog](https://github.com/testng-team/testng/blob/master/CHANGES.txt) - [Commits](https://github.com/cbeust/testng/compare/6.14.3...7.5.1) --- updated-dependencies: - dependency-name: org.testng:testng dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../integration-test/openmldb-test-java/openmldb-deploy/pom.xml | 2 +- test/integration-test/openmldb-test-java/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration-test/openmldb-test-java/openmldb-deploy/pom.xml b/test/integration-test/openmldb-test-java/openmldb-deploy/pom.xml index bd110cd7f82..b3420cecaa9 100644 --- a/test/integration-test/openmldb-test-java/openmldb-deploy/pom.xml +++ b/test/integration-test/openmldb-test-java/openmldb-deploy/pom.xml @@ -48,7 +48,7 @@ org.testng testng - 6.14.3 + 7.5.1 diff --git a/test/integration-test/openmldb-test-java/pom.xml b/test/integration-test/openmldb-test-java/pom.xml index 0b57ab428f8..e2b484108df 100644 --- a/test/integration-test/openmldb-test-java/pom.xml +++ b/test/integration-test/openmldb-test-java/pom.xml @@ -96,7 +96,7 @@ org.testng testng - 6.14.3 + 7.5.1 org.yaml