Skip to content

Commit

Permalink
chore: update the HTTP client dependencies in 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 Dec 16, 2024
1 parent d092f31 commit dc98dcf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.40.1-c9c091f")
testImplementation("org.hyperledger.identus:cloud-agent-client-kotlin:1.40.1-d092f31")
// 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.40.0",
"@hyperledger/identus-cloud-agent-client-ts": "^1.40.1-d092f31",
"uuid": "^9.0.0"
}
}
8 changes: 4 additions & 4 deletions tests/performance-tests/agent-performance-tests-k6/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -993,10 +993,10 @@
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70"
integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==

"@hyperledger/identus-cloud-agent-client-ts@^1.40.0":
version "1.40.0"
resolved "https://npm.pkg.github.com/download/@hyperledger/identus-cloud-agent-client-ts/1.40.0/ce8120a0483b02cda6aa348dd7e2f175c7a5b846#ce8120a0483b02cda6aa348dd7e2f175c7a5b846"
integrity sha512-uvxDYP8lJM7Dl7HMSX44fodVOxUaqsXy4WfNL2pdVCNBOksGFyAmxcAOlU8VNoCTCtKowyoPBnCK6zl9jyhgIw==
"@hyperledger/identus-cloud-agent-client-ts@^1.40.1-d092f31":
version "1.40.1-d092f31"
resolved "https://npm.pkg.github.com/download/@hyperledger/identus-cloud-agent-client-ts/1.40.1-d092f31/4bc6944b9b4141337ffdb5b139a33a202cadab6a#4bc6944b9b4141337ffdb5b139a33a202cadab6a"
integrity sha512-tXsUf/zalpTwK0x5ydD8zJTcp4aV9cnTZPoCmoywhIY3EP+jwUA/NRROjbrNpmu6jajssj6U5xKeHKoBEkrumg==
dependencies:
es6-promise "^4.2.4"
url-parse "^1.4.3"
Expand Down

0 comments on commit dc98dcf

Please sign in to comment.