Skip to content

Commit 0c6cf1d

Browse files
authored
Merge branch 'master' into prettier
2 parents b3af4b9 + 5c2556c commit 0c6cf1d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

generator/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<plugin>
3232
<groupId>org.apache.maven.plugins</groupId>
3333
<artifactId>maven-surefire-plugin</artifactId>
34-
<version>2.22.2</version>
34+
<version>3.1.2</version>
3535
<configuration>
3636
<systemProperties>
3737
<property>
@@ -49,7 +49,7 @@
4949
<plugin>
5050
<groupId>org.apache.maven.plugins</groupId>
5151
<artifactId>maven-jar-plugin</artifactId>
52-
<version>2.6</version>
52+
<version>3.3.0</version>
5353
<executions>
5454
<execution>
5555
<goals>
@@ -118,13 +118,13 @@
118118
<dependency>
119119
<groupId>org.junit.jupiter</groupId>
120120
<artifactId>junit-jupiter-api</artifactId>
121-
<version>5.8.0</version> <!-- JUnit 5 のバージョン -->
121+
<version>5.10.0</version> <!-- JUnit 5 のバージョン -->
122122
<scope>test</scope>
123123
</dependency>
124124
<dependency>
125125
<groupId>org.junit.jupiter</groupId>
126126
<artifactId>junit-jupiter-engine</artifactId>
127-
<version>5.8.0</version> <!-- JUnit 5 のバージョン -->
127+
<version>5.10.0</version> <!-- JUnit 5 のバージョン -->
128128
<scope>test</scope>
129129
</dependency>
130130
</dependencies>

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)