Skip to content

Commit 6764157

Browse files
authored
Upgrade to iexec-commons-poco 4.1.0 and iexec-common 8.5.0 (#266)
1 parent 0d3792e commit 6764157

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ All notable changes to this project will be documented in this file.
2020
- Upgrade to `eclipse-temurin:11.0.22_7-jre-focal`. (#261)
2121
- Upgrade to Spring Boot 2.7.18. (#262)
2222
- Upgrade to sconify tools and Scone runtime 5.8.8 for SGX enclaves. (#263)
23+
- Upgrade to `iexec-commons-poco` 4.1.0. (#266)
24+
- Upgrade to `iexce-common` 8.5.0. (#266)
2325

2426
## [[8.5.1]](https://github.com/iExecBlockchainComputing/iexec-sms/releases/tag/v8.5.1) 2024-04-02
2527

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version=8.5.1
2-
iexecCommonVersion=8.4.0
3-
iexecCommonsPocoVersion=4.0.0-NEXT-SNAPSHOT
2+
iexecCommonVersion=8.5.0
3+
iexecCommonsPocoVersion=4.1.0
44

55
nexusUser
66
nexusPassword

src/test/java/com/iexec/sms/tee/challenge/EthereumCredentialsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
package com.iexec.sms.tee.challenge;
1818

19-
import com.iexec.common.utils.EthAddress;
2019
import com.iexec.commons.poco.utils.BytesUtils;
20+
import com.iexec.commons.poco.utils.EthAddress;
2121
import org.junit.jupiter.api.Test;
2222
import org.web3j.crypto.Credentials;
2323

0 commit comments

Comments
 (0)