Skip to content

Commit 31c255e

Browse files
Update all dependencies
1 parent 6cb7bfe commit 31c255e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
<!-- Maven build plugins and their dependencies -->
2222
<build-helper-plugin.version>3.3.0</build-helper-plugin.version>
2323
<build-properties-plugin.version>1.1.0</build-properties-plugin.version>
24-
<kotlin-plugin.version>1.7.20</kotlin-plugin.version>
25-
<surefire-plugin.version>2.22.2</surefire-plugin.version>
26-
<ktlint-plugin.version>1.15.2</ktlint-plugin.version>
24+
<kotlin-plugin.version>1.8.20</kotlin-plugin.version>
25+
<surefire-plugin.version>3.0.0</surefire-plugin.version>
26+
<ktlint-plugin.version>1.16.0</ktlint-plugin.version>
2727

2828
<!-- Library versions -->
29-
<kotlin-logging-jvm.version>3.0.2</kotlin-logging-jvm.version>
29+
<kotlin-logging-jvm.version>3.0.5</kotlin-logging-jvm.version>
3030
<quicktheories.version>0.26</quicktheories.version>
3131
<spring-boot.version>2.7.4</spring-boot.version>
3232

@@ -147,7 +147,7 @@
147147
<plugin>
148148
<groupId>org.apache.maven.plugins</groupId>
149149
<artifactId>maven-enforcer-plugin</artifactId>
150-
<version>3.0.0</version>
150+
<version>3.3.0</version>
151151
<executions>
152152
<execution>
153153
<id>enforce-versions</id>
@@ -236,7 +236,7 @@
236236
<plugin>
237237
<groupId>org.apache.maven.plugins</groupId>
238238
<artifactId>maven-compiler-plugin</artifactId>
239-
<version>3.8.1</version>
239+
<version>3.11.0</version>
240240
<configuration>
241241
<source>${java.version}</source>
242242
<target>${java.version}</target>

0 commit comments

Comments
 (0)