Skip to content

Commit 2aa7b14

Browse files
committed
Update JUnit
1 parent 2bb186d commit 2aa7b14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@
5353
<kotlinx-serialization.version>1.7.3</kotlinx-serialization.version>
5454

5555
<!-- Testing -->
56-
<junit.version>5.11.3</junit.version>
56+
<junit.version>5.11.4</junit.version>
5757
<kotest.version>5.9.1</kotest.version>
5858

5959
<!-- Maven plugins -->
6060
<spotless-maven-plugin.version>2.43.0</spotless-maven-plugin.version>
6161
<ktfmt.version>0.43</ktfmt.version>
6262
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
63-
<maven-enforcer.version>3.5.0</maven-enforcer.version>
63+
<maven-enforcer-plugin.version>3.5.0</maven-enforcer-plugin.version>
6464
<maven-source-plugin.version>3.3.1</maven-source-plugin.version>
6565
<dokka-maven-plugin.version>1.9.20</dokka-maven-plugin.version>
6666
<maven-gpg-plugin.version>3.2.7</maven-gpg-plugin.version>
@@ -201,7 +201,7 @@
201201
<plugin>
202202
<groupId>org.apache.maven.plugins</groupId>
203203
<artifactId>maven-enforcer-plugin</artifactId>
204-
<version>${maven-enforcer.version}</version>
204+
<version>${maven-enforcer-plugin.version}</version>
205205
<executions>
206206
<execution>
207207
<id>enforce</id>

0 commit comments

Comments
 (0)