Skip to content

Commit 67cbbfc

Browse files
authored
Update pom-central.xml
1 parent 751760e commit 67cbbfc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
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>1.9.0</kotlin.version>
30+
<kotlin.version>1.9.10</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.9.3,)</version>
50+
<version>[5.10.0,)</version>
5151
</dependency>
5252
</dependencies>
5353
</plugin>
@@ -115,7 +115,7 @@
115115
</execution>
116116
</executions>
117117
<configuration>
118-
<jvmTarget>1.8</jvmTarget>
118+
<jvmTarget>11</jvmTarget>
119119
</configuration>
120120
</plugin>
121121
<plugin>
@@ -241,7 +241,7 @@
241241
<dependency>
242242
<groupId>org.junit.jupiter</groupId>
243243
<artifactId>junit-jupiter-api</artifactId>
244-
<version>[5.9.3,)</version>
244+
<version>[5.10.0,)</version>
245245
<scope>test</scope>
246246
</dependency>
247247
<dependency>
@@ -262,4 +262,4 @@
262262
<scope>test</scope>
263263
</dependency>
264264
</dependencies>
265-
</project>
265+
</project>

0 commit comments

Comments
 (0)