Skip to content

Commit 23ed475

Browse files
Update all dependencies
1 parent bce5005 commit 23ed475

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

spring-boot/pom.xml

+8-8
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
2626

2727
<!-- Maven build plugins and their dependencies -->
28-
<build-helper-plugin.version>3.2.0</build-helper-plugin.version>
29-
<build-properties-plugin.version>1.0.0</build-properties-plugin.version>
30-
<surefire-plugin.version>2.22.2</surefire-plugin.version>
28+
<build-helper-plugin.version>3.4.0</build-helper-plugin.version>
29+
<build-properties-plugin.version>1.2.0</build-properties-plugin.version>
30+
<surefire-plugin.version>3.1.2</surefire-plugin.version>
3131

3232
<!-- Library versions -->
33-
<arrow-core.version>1.1.3</arrow-core.version>
34-
<geolatte.version>1.9.0</geolatte.version>
35-
<kotlin-logging-jvm.version>3.0.2</kotlin-logging-jvm.version>
33+
<arrow-core.version>1.2.0</arrow-core.version>
34+
<geolatte.version>1.9.1</geolatte.version>
35+
<kotlin-logging-jvm.version>3.0.5</kotlin-logging-jvm.version>
3636
<quicktheories.version>0.26</quicktheories.version>
3737

3838
<!-- Other properties -->
@@ -309,7 +309,7 @@
309309
<plugin>
310310
<groupId>org.apache.maven.plugins</groupId>
311311
<artifactId>maven-enforcer-plugin</artifactId>
312-
<version>3.0.0</version>
312+
<version>3.3.0</version>
313313
<executions>
314314
<execution>
315315
<id>enforce-versions</id>
@@ -401,7 +401,7 @@
401401
<plugin>
402402
<groupId>org.apache.maven.plugins</groupId>
403403
<artifactId>maven-compiler-plugin</artifactId>
404-
<version>3.8.1</version>
404+
<version>3.11.0</version>
405405
<configuration>
406406
<source>${java.version}</source>
407407
<target>${java.version}</target>

0 commit comments

Comments
 (0)