We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fa8904 commit 5449c52Copy full SHA for 5449c52
pom.xml
@@ -75,13 +75,13 @@
75
<dependency>
76
<groupId>org.junit.jupiter</groupId>
77
<artifactId>junit-jupiter-api</artifactId>
78
- <version>5.11.3</version>
+ <version>5.12.2</version>
79
<scope>provided</scope>
80
</dependency>
81
82
<groupId>org.junit.platform</groupId>
83
<artifactId>junit-platform-commons</artifactId>
84
- <version>1.11.3</version>
+ <version>1.12.2</version>
85
86
87
@@ -93,7 +93,7 @@
93
94
95
<artifactId>junit-jupiter-engine</artifactId>
96
97
<scope>test</scope>
98
99
</dependencies>
0 commit comments