Skip to content

Commit

Permalink
Bump org.testng:testng from 5.10 to 5.11
Browse files Browse the repository at this point in the history
Bumps org.testng:testng from 5.10 to 5.11.

---
updated-dependencies:
- dependency-name: org.testng:testng
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 4, 2024
1 parent 9b15b2e commit f80f87e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion surefire-providers/surefire-testng-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>5.10</version>
<version>5.11</version>
<classifier>jdk15</classifier>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion surefire-providers/surefire-testng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>5.10</version>
<version>5.11</version>
<classifier>jdk15</classifier>
<scope>provided</scope>
</dependency>
Expand Down

0 comments on commit f80f87e

Please sign in to comment.