File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - name : Checkout repository
24- uses : actions/checkout@v2
24+ uses : actions/checkout@v6
2525 with :
2626 # We must fetch at least the immediate parents so that if this is a pull request then we can checkout the head.
2727 fetch-depth : 2
Original file line number Diff line number Diff line change @@ -11,16 +11,16 @@ jobs:
1111
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v2
14+ uses : actions/checkout@v6
1515 with :
1616 fetch-depth : 0
1717 - name : Set up JDK
18- uses : actions/setup-java@v2
18+ uses : actions/setup-java@v5
1919 with :
2020 distribution : ' adopt'
2121 java-version : ' 21'
2222 - name : Cache Gradle packages
23- uses : actions/cache@v4
23+ uses : actions/cache@v5
2424 with :
2525 path : |
2626 ~/.gradle/caches
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v2
18+ uses : actions/checkout@v6
1919 - name : Set up JDK
20- uses : actions/setup-java@v2
20+ uses : actions/setup-java@v5
2121 with :
2222 distribution : ' adopt'
2323 java-version : ' 21'
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ dependencies {
4040 api ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.21.1'
4141
4242 // retrofit will not update these dependencies to fix vulnerabilities
43- api ' com.squareup.okhttp3:okhttp:4.12.0 '
44- api ' com.squareup.okio:okio:3.16.4 '
43+ api ' com.squareup.okhttp3:okhttp:5.3.2 '
44+ api ' com.squareup.okio:okio:3.17.0 '
4545
4646 testImplementation platform(' org.junit:junit-bom:5.12.2' )
4747 testImplementation ' org.junit.jupiter:junit-jupiter-api'
You can’t perform that action at this time.
0 commit comments