Skip to content

Commit

Permalink
test: update test dependencies for e2e and performance tests
Browse files Browse the repository at this point in the history
Signed-off-by: Yurii Shynbuiev <[email protected]>
  • Loading branch information
yshyn-iohk committed Oct 9, 2024
1 parent c2da492 commit 337a380
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/integration-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
testImplementation("io.ktor:ktor-server-netty:2.3.0")
testImplementation("io.ktor:ktor-client-apache:2.3.0")
// RestAPI client
testImplementation("org.hyperledger.identus:cloud-agent-client-kotlin:1.39.1-bbcedb1")
testImplementation("org.hyperledger.identus:cloud-agent-client-kotlin:1.39.1-19ab426")
// Test helpers library
testImplementation("io.iohk.atala:atala-automation:0.4.0")
// Hoplite for configuration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"webpack": "webpack"
},
"dependencies": {
"@hyperledger/identus-cloud-agent-client-ts": "^1.39.1-bbcedb1",
"@hyperledger/identus-cloud-agent-client-ts": "^1.39.1-19ab426",
"uuid": "^9.0.0"
}
}

0 comments on commit 337a380

Please sign in to comment.