Skip to content

Commit 36a868e

Browse files
authored
Update iExec libraries (#603)
1 parent 5d85961 commit 36a868e

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ All notable changes to this project will be documented in this file.
3131
- Upgrade to Gradle 8.7. (#590)
3232
- Upgrade to `eclipse-temurin:11.0.22_7-jre-focal`. (#591)
3333
- Upgrade to Spring Boot 2.7.18. (#592)
34+
- Upgrade to `iexec-commons-poco` 4.1.0. (#603)
35+
- Upgrade to `iexec-common` 8.5.0. (#603)
36+
- Upgrade to `iexec-commons-containers` 1.2.2. (#603)
37+
- Upgrade to `iexec-result-proxy-library` 8.5.0. (#603)
38+
- Upgrade to `iexec-sms-library` 8.6.0. (#603)
39+
- Upgrade to `iexec-core-library` 8.5.0. (#603)
3440

3541
## [[8.4.0]](https://github.com/iExecBlockchainComputing/iexec-worker/releases/tag/v8.4.0) 2024-02-29
3642

@@ -49,9 +55,9 @@ All notable changes to this project will be documented in this file.
4955
### Dependency Upgrades
5056

5157
- Upgrade to `iexec-common` 8.4.0. (#583)
52-
- Upgrade to `iexec-blockchain-adapter` 8.4.0. (#584)
53-
- Upgrade to `iexec-result-proxy` 8.4.0. (#584)
54-
- Upgrade to `iexec-sms` 8.5.0. (#584)
58+
- Upgrade to `iexec-blockchain-adapter-library` 8.4.0. (#584)
59+
- Upgrade to `iexec-result-proxy-library` 8.4.0. (#584)
60+
- Upgrade to `iexec-sms-library` 8.5.0. (#584)
5561

5662
## [[8.3.0]](https://github.com/iExecBlockchainComputing/iexec-worker/releases/tag/v8.3.0) 2024-01-11
5763

gradle.properties

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
version=8.4.0
2-
iexecCommonVersion=8.4.0-NEXT-SNAPSHOT
3-
iexecCommonsContainersVersion=1.2.1
4-
iexecCommonsPocoVersion=4.0.0-NEXT-SNAPSHOT
5-
iexecResultVersion=8.4.0
6-
iexecSmsVersion=8.5.1-NEXT-SNAPSHOT
7-
iexecCoreVersion=8.4.1-NEXT-SNAPSHOT
2+
iexecCommonVersion=8.5.0
3+
iexecCommonsContainersVersion=1.2.2
4+
iexecCommonsPocoVersion=4.1.0
5+
iexecResultVersion=8.5.0
6+
iexecSmsVersion=8.6.0
7+
iexecCoreVersion=8.5.0
88
nexusUser
99
nexusPassword

0 commit comments

Comments
 (0)