Skip to content

Commit 82b3136

Browse files
committed
. r upgrade junit5\nUpgraded junit-jupiter-api and junit-jupiter-engine to 5.12.2 as per PR #647. Also removed the unused and problematic testng-junit5 dependency.\n\nCo-authored-by: Jay <[email protected]>\nCo-authored-by: Scott <[email protected]>
1 parent 61e2ae9 commit 82b3136

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.windsurf/rules/running_scripts.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Sample:
4343
| Llewellyn | isidore |
4444
| Lars | LarsEckart |
4545
| Jay | JayBazuzi |
46+
| Scott | ScottBob |
4647

4748
Co-authors go 1 per line at the bottom of the message,
4849
in the format:

approvaltests/pom.xml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<dependency>
9494
<groupId>org.junit.jupiter</groupId>
9595
<artifactId>junit-jupiter-api</artifactId>
96-
<version>5.11.4</version>
96+
<version>5.12.2</version>
9797
<scope>compile</scope>
9898
<optional>true</optional>
9999
</dependency>
@@ -113,19 +113,13 @@
113113
<dependency>
114114
<groupId>org.junit.jupiter</groupId>
115115
<artifactId>junit-jupiter-engine</artifactId>
116-
<version>5.11.4</version>
116+
<version>5.12.2</version>
117117
<scope>test</scope>
118118
</dependency>
119119
<dependency>
120120
<groupId>org.junit.vintage</groupId>
121121
<artifactId>junit-vintage-engine</artifactId>
122-
<version>5.11.3</version>
123-
<scope>test</scope>
124-
</dependency>
125-
<dependency>
126-
<groupId>com.github.testng-team</groupId>
127-
<artifactId>testng-junit5</artifactId>
128-
<version>0.0.1</version>
122+
<version>5.12.2</version>
129123
<scope>test</scope>
130124
</dependency>
131125

0 commit comments

Comments
 (0)