We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a55c4e commit b438a56Copy full SHA for b438a56
CHANGELOG.md
@@ -26,6 +26,8 @@ All notable changes to this project will be documented in this file.
26
- Upgrade to `eclipse-temurin:17.0.13_11-jre-focal`. (#162)
27
- Upgrade to Spring Doc OpenAPI 2.6.0. (#162)
28
- Upgrade to Spring Boot 3.3.8. (#168)
29
+- Upgrade to `iexec-common` 9.0.0. (#173)
30
+- Upgrade to `iexec-commons-poco` 5.0.0. (#173)
31
32
## [[8.6.0]](https://github.com/iExecBlockchainComputing/iexec-blockchain-adapter-api/releases/tag/v8.6.0) 2024-12-20
33
gradle.properties
@@ -1,6 +1,6 @@
1
version=8.6.0
2
-iexecCommonVersion=8.6.0-NEXT-SNAPSHOT
3
-iexecCommonsPocoVersion=4.2.0-NEXT-SNAPSHOT
+iexecCommonVersion=9.0.0
+iexecCommonsPocoVersion=5.0.0
4
5
nexusUser
6
nexusPassword
0 commit comments