Skip to content

Commit a9ca110

Browse files
authored
Fixed JUnit dependencies
1 parent c78be18 commit a9ca110

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

pom-central.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</scm>
2828
<properties>
2929
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
30-
<kotlin.version>2.1.20</kotlin.version>
30+
<kotlin.version>2.1.21</kotlin.version>
3131
</properties>
3232
<ciManagement>
3333
<system>GitHub Actions</system>
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>org.junit.jupiter</groupId>
4949
<artifactId>junit-jupiter-engine</artifactId>
50-
<version>[5.12.2,)</version>
50+
<version>5.13.2</version>
5151
</dependency>
5252
</dependencies>
5353
</plugin>
@@ -67,7 +67,7 @@
6767
<plugin>
6868
<groupId>org.jacoco</groupId>
6969
<artifactId>jacoco-maven-plugin</artifactId>
70-
<version>0.8.12</version>
70+
<version>0.8.13</version>
7171
<executions>
7272
<execution>
7373
<id>prepare-agent</id>
@@ -244,13 +244,13 @@
244244
<dependency>
245245
<groupId>org.junit.jupiter</groupId>
246246
<artifactId>junit-jupiter-api</artifactId>
247-
<version>[5.12.2,)</version>
247+
<version>5.13.2</version>
248248
<scope>test</scope>
249249
</dependency>
250250
<dependency>
251251
<groupId>org.junit.platform</groupId>
252252
<artifactId>junit-platform-launcher</artifactId>
253-
<version>[1.12.2,)</version>
253+
<version>1.13.2</version>
254254
<scope>test</scope>
255255
</dependency>
256256
<dependency>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</scm>
2828
<properties>
2929
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
30-
<kotlin.version>2.1.20</kotlin.version>
30+
<kotlin.version>2.1.21</kotlin.version>
3131
</properties>
3232
<ciManagement>
3333
<system>GitHub Actions</system>
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>org.junit.jupiter</groupId>
4949
<artifactId>junit-jupiter-engine</artifactId>
50-
<version>[5.12.2,)</version>
50+
<version>5.13.2</version>
5151
</dependency>
5252
</dependencies>
5353
</plugin>
@@ -198,13 +198,13 @@
198198
<dependency>
199199
<groupId>org.junit.jupiter</groupId>
200200
<artifactId>junit-jupiter-api</artifactId>
201-
<version>[5.12.2,)</version>
201+
<version>5.13.2</version>
202202
<scope>test</scope>
203203
</dependency>
204204
<dependency>
205205
<groupId>org.junit.platform</groupId>
206206
<artifactId>junit-platform-launcher</artifactId>
207-
<version>[1.12.2,)</version>
207+
<version>1.13.2</version>
208208
<scope>test</scope>
209209
</dependency>
210210
<dependency>

0 commit comments

Comments
 (0)