We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a2fbde commit 5efd768Copy full SHA for 5efd768
.github/workflows/main.yml
@@ -53,7 +53,7 @@ jobs:
53
strategy:
54
fail-fast: false
55
matrix:
56
- junit-jupiter: [5.10.5, 5.12.0-SNAPSHOT]
+ junit-jupiter: [5.10.5, 5.11.4, 5.12.0-SNAPSHOT]
57
runs-on: ubuntu-latest
58
59
steps:
pom.xml
@@ -37,7 +37,7 @@
37
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
38
<!-- Dependency versions -->
39
<jimfs.version>1.3.0</jimfs.version>
40
- <junit-jupiter.version>5.11.4</junit-jupiter.version>
+ <junit-jupiter.version>5.12.0</junit-jupiter.version>
41
</properties>
42
43
<dependencyManagement>
0 commit comments