File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 runs-on : ubuntu-24.04
1010 steps :
1111 - name : Checkout
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v5
1313 with :
1414 submodules : recursive
1515
Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ jobs:
1414
1515 steps :
1616 - name : Checkout code
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 with :
1919 submodules : recursive
2020
2121 - name : Start dependencies (blocking until up)
2222 run : ./development.sh start:deps
2323
2424 - name : Set up JDK 17
25- uses : actions/setup-java@v4
25+ uses : actions/setup-java@v5
2626 with :
2727 java-version : " 17"
2828 java-package : jdk
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Checkout code
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919 with :
2020 submodules : recursive
2121
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.springframework.boot</groupId >
88 <artifactId >spring-boot-starter-parent</artifactId >
9- <version >3.4.4 </version >
9+ <version >3.5.5 </version >
1010 <relativePath />
1111 </parent >
1212
2929
3030 <!-- Maven build plugins and their dependencies -->
3131 <maven-compiler-plugin .version>3.14.0</maven-compiler-plugin .version>
32- <maven-enforcer-plugin .version>3.5.0 </maven-enforcer-plugin .version>
33- <build-helper-plugin .version>3.6.0 </build-helper-plugin .version>
32+ <maven-enforcer-plugin .version>3.6.1 </maven-enforcer-plugin .version>
33+ <build-helper-plugin .version>3.6.1 </build-helper-plugin .version>
3434 <build-properties-plugin .version>1.2.1</build-properties-plugin .version>
3535 <surefire-plugin .version>3.5.3</surefire-plugin .version>
3636 <ktlint-plugin .version>3.5.0</ktlint-plugin .version>
3737
3838 <!-- Library versions -->
39- <kotlin-logging-jvm .version>7.0.7 </kotlin-logging-jvm .version>
39+ <kotlin-logging-jvm .version>7.0.13 </kotlin-logging-jvm .version>
4040 <quicktheories .version>0.26</quicktheories .version>
41- <mockk .version>1.14.0 </mockk .version>
41+ <mockk .version>1.14.5 </mockk .version>
4242 <springmockk .version>4.0.2</springmockk .version>
4343
4444 <!-- Other properties -->
You can’t perform that action at this time.
0 commit comments