We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78018f9 commit 82ba1efCopy full SHA for 82ba1ef
test/messaging/pom.xml
@@ -32,19 +32,19 @@ limitations under the License.
32
<dependency>
33
<groupId>org.junit.jupiter</groupId>
34
<artifactId>junit-jupiter-api</artifactId>
35
- <version>5.11.3</version>
+ <version>5.12.1</version>
36
<scope>compile</scope>
37
</dependency>
38
39
40
<artifactId>junit-jupiter-engine</artifactId>
41
42
<scope>runtime</scope>
43
44
45
<groupId>org.junit.platform</groupId>
46
<artifactId>junit-platform-console-standalone</artifactId>
47
- <version>1.11.3</version>
+ <version>1.12.1</version>
48
49
50
</dependencies>
0 commit comments