Skip to content

Commit ef105ae

Browse files
Update all dependencies
1 parent a537fdb commit ef105ae

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/run-kotlin-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818
with:
1919
submodules: recursive
2020

.github/workflows/test-docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout code
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919
with:
2020
submodules: recursive
2121

pom.xml

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

@@ -39,7 +39,7 @@
3939
<kotlin-logging-jvm.version>7.0.13</kotlin-logging-jvm.version>
4040
<quicktheories.version>0.26</quicktheories.version>
4141
<mockk.version>1.14.6</mockk.version>
42-
<springmockk.version>4.0.2</springmockk.version>
42+
<springmockk.version>5.0.0</springmockk.version>
4343

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

0 commit comments

Comments
 (0)