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 f6cb563 commit b71ab75Copy full SHA for b71ab75
CHANGELOG.md
@@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file.
13
14
- Upgrade to Gradle 8.7. (#140)
15
- Upgrade to `eclipse-temurin:11.0.22_7-jre-focal`. (#141)
16
+- Upgrade to Spring Boot 2.7.18. (#142)
17
18
## [[8.4.0]](https://github.com/iExecBlockchainComputing/iexec-blockchain-adapter-api/releases/tag/v8.4.0) 2024-02-29
19
build.gradle
@@ -1,7 +1,7 @@
1
plugins {
2
id 'java'
3
id 'io.freefair.lombok' version '8.6'
4
- id 'org.springframework.boot' version '2.7.17'
+ id 'org.springframework.boot' version '2.7.18'
5
id 'io.spring.dependency-management' version '1.1.4'
6
id 'jacoco'
7
id 'org.sonarqube' version '5.0.0.4638'
0 commit comments