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 4afc1dd commit 97b450cCopy full SHA for 97b450c
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.13.4</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.13.4</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