Skip to content

Commit 117de6b

Browse files
authored
Merge pull request #49 from imsweb/dep-updates
Update dependencies
2 parents a993137 + 9637a7d commit 117de6b

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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

.github/workflows/integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
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'

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)