Skip to content

Commit

Permalink
Deps update
Browse files Browse the repository at this point in the history
Signed-off-by: Uladzislau <[email protected]>
  • Loading branch information
KUGDev committed Jan 18, 2024
1 parent f75d78a commit 7a141fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ apply(plugin = "org.jetbrains.intellij")

group = "eu.ibagroup"
version = "1.1.2-221"
val remoteRobotVersion = "0.11.19"
val okHttp3Version = "4.10.0"
val remoteRobotVersion = "0.11.21"
val okHttp3Version = "4.12.0"
val kotestVersion = "5.6.2"

repositories {
Expand Down Expand Up @@ -61,7 +61,7 @@ dependencies {
implementation("org.jgrapht:jgrapht-core:1.5.1")
implementation("org.zowe.sdk:zowe-kotlin-sdk:0.4.0")
implementation("com.segment.analytics.java:analytics:3.3.1")
implementation("com.ibm.mq:com.ibm.mq.allclient:9.3.3.0")
implementation("com.ibm.mq:com.ibm.mq.allclient:9.3.4.1")
testImplementation("io.mockk:mockk:1.13.5")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2")
testImplementation("io.kotest:kotest-assertions-core:$kotestVersion")
Expand Down

0 comments on commit 7a141fc

Please sign in to comment.