Skip to content

Commit 336f931

Browse files
committed
Upgrade Argo Client to v3.6.13 and Retrofit to 3.0.0
1 parent cd7ac50 commit 336f931

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

run/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import org.openapitools.generator.gradle.plugin.tasks.GenerateTask
44

55
plugins { id("org.jetbrains.kotlinx.kover") }
66

7-
val argoClientJavaVersion = "v3.5.11"
8-
val retroFitVersion = "2.11.0"
7+
val argoClientJavaVersion = "v3.6.13"
8+
val retroFitVersion = "3.0.0"
99
val okHttpBom = "4.12.0"
1010

1111
dependencies {

run/src/main/kotlin/com/cosmotech/run/workflow/argo/RunArgoWorkflowService.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,8 @@ internal class RunArgoWorkflowService(
224224
null,
225225
null,
226226
null,
227+
null,
228+
null,
227229
)
228230
.items
229231
}

0 commit comments

Comments
 (0)