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 ddcb806 commit 064a498Copy full SHA for 064a498
generator/pom.xml
@@ -118,13 +118,13 @@
118
<dependency>
119
<groupId>org.junit.jupiter</groupId>
120
<artifactId>junit-jupiter-api</artifactId>
121
- <version>5.8.0</version> <!-- JUnit 5 のバージョン -->
+ <version>5.10.0</version> <!-- JUnit 5 のバージョン -->
122
<scope>test</scope>
123
</dependency>
124
125
126
<artifactId>junit-jupiter-engine</artifactId>
127
128
129
130
</dependencies>
0 commit comments