Skip to content

Commit 56aa2b4

Browse files
Update all dependencies
1 parent af54ffe commit 56aa2b4

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

pom.xml

Lines changed: 9 additions & 9 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.6</version>
1010
<relativePath/>
1111
</parent>
1212

@@ -28,18 +28,18 @@
2828
<maven-enforcer.plugin.mvn-min-version>3.6.3</maven-enforcer.plugin.mvn-min-version>
2929

3030
<!-- Maven build plugins and their dependencies -->
31-
<maven-compiler-plugin.version>3.14.1</maven-compiler-plugin.version>
32-
<maven-enforcer-plugin.version>3.6.2</maven-enforcer-plugin.version>
31+
<maven-compiler-plugin.version>3.15.0</maven-compiler-plugin.version>
32+
<maven-enforcer-plugin.version>3.6.3</maven-enforcer-plugin.version>
3333
<build-helper-plugin.version>3.6.1</build-helper-plugin.version>
34-
<build-properties-plugin.version>1.2.1</build-properties-plugin.version>
35-
<surefire-plugin.version>3.5.4</surefire-plugin.version>
36-
<ktlint-plugin.version>3.5.0</ktlint-plugin.version>
34+
<build-properties-plugin.version>1.3.0</build-properties-plugin.version>
35+
<surefire-plugin.version>3.5.5</surefire-plugin.version>
36+
<ktlint-plugin.version>3.7.1</ktlint-plugin.version>
3737

3838
<!-- Library versions -->
39-
<kotlin-logging-jvm.version>7.0.13</kotlin-logging-jvm.version>
39+
<kotlin-logging-jvm.version>8.0.02</kotlin-logging-jvm.version>
4040
<quicktheories.version>0.26</quicktheories.version>
41-
<mockk.version>1.14.6</mockk.version>
42-
<springmockk.version>4.0.2</springmockk.version>
41+
<mockk.version>1.14.9</mockk.version>
42+
<springmockk.version>5.0.1</springmockk.version>
4343

4444
<!-- Other properties -->
4545
<start.class>fi.hsl.jore4.timetables.TimetablesApiApplicationKt</start.class>

0 commit comments

Comments
 (0)