File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020 contents : write
2121 packages : write
2222 steps :
23- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
23+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
2424
2525 - uses : actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
2626 with :
3131 - uses : capralifecycle/actions-lib/check-runtime-dependencies@0ce63296cc44accd75acd8d0c56e73014b937e83 # v1.6.3
3232
3333 - name : cache mvn
34- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
34+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
3535 with :
3636 path : ~/.m2/repository
3737 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 2626 <!-- For tests -->
2727 <junit .version>6.0.1</junit .version>
2828 <kotest .version>6.0.5</kotest .version>
29- <testcontainers .version>1.21 .3</testcontainers .version>
29+ <testcontainers .version>2.0 .3</testcontainers .version>
3030 <postgresql .version>42.7.8</postgresql .version>
3131 <hikari .version>7.0.2</hikari .version>
3232 <flyway .version>11.17.1</flyway .version>
You can’t perform that action at this time.
0 commit comments