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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent 03c71d1 commit 07b5081
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 07b5081

Please sign in to comment.