We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 707abba commit 62e4445Copy full SHA for 62e4445
1 file changed
pom.xml
@@ -6,7 +6,7 @@
6
<parent>
7
<groupId>org.springframework.boot</groupId>
8
<artifactId>spring-boot-starter-parent</artifactId>
9
- <version>3.5.7</version>
+ <version>4.0.0</version>
10
<relativePath/>
11
</parent>
12
@@ -38,8 +38,8 @@
38
<!-- Library versions -->
39
<kotlin-logging-jvm.version>7.0.13</kotlin-logging-jvm.version>
40
<quicktheories.version>0.26</quicktheories.version>
41
- <mockk.version>1.14.6</mockk.version>
42
- <springmockk.version>4.0.2</springmockk.version>
+ <mockk.version>1.14.7</mockk.version>
+ <springmockk.version>5.0.1</springmockk.version>
43
44
<!-- Other properties -->
45
<start.class>fi.hsl.jore4.timetables.TimetablesApiApplicationKt</start.class>
0 commit comments