Skip to content

Commit 608949d

Browse files
Update all dependencies
1 parent 896d595 commit 608949d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.5.7</version>
9+
<version>4.0.2</version>
1010
<relativePath/> <!-- lookup parent from repository -->
1111
</parent>
1212

@@ -29,16 +29,16 @@
2929

3030
<!-- Maven build plugins and their dependencies -->
3131
<build-helper-plugin.version>3.6.1</build-helper-plugin.version>
32-
<build-properties-plugin.version>1.2.1</build-properties-plugin.version>
33-
<maven-compiler.plugin.version>3.14.1</maven-compiler.plugin.version>
32+
<build-properties-plugin.version>1.3.0</build-properties-plugin.version>
33+
<maven-compiler.plugin.version>3.15.0</maven-compiler.plugin.version>
3434
<surefire-plugin.version>3.5.4</surefire-plugin.version>
3535
<maven-enforcer-plugin.version>3.6.2</maven-enforcer-plugin.version>
3636
<ktlint-plugin.version>3.5.0</ktlint-plugin.version>
3737

3838
<!-- Library versions -->
39-
<arrow-core.version>2.2.0</arrow-core.version>
39+
<arrow-core.version>2.2.1.1</arrow-core.version>
4040
<geolatte.version>1.10</geolatte.version>
41-
<kotlin-logging-jvm.version>7.0.13</kotlin-logging-jvm.version>
41+
<kotlin-logging-jvm.version>7.0.14</kotlin-logging-jvm.version>
4242
<quicktheories.version>0.26</quicktheories.version>
4343

4444
<!-- Other properties -->

0 commit comments

Comments
 (0)