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 b69f967 commit 5245441Copy full SHA for 5245441
CHANGELOG.md
@@ -16,6 +16,7 @@ All notable changes to this project will be documented in this file.
16
17
- Upgrade to Gradle 8.7. (#134)
18
- Upgrade to `eclipse-temurin:11.0.22_7-jre-focal`. (#135)
19
+- Upgrade to Spring Boot 2.7.18. (#136)
20
21
## [[8.4.0]](https://github.com/iExecBlockchainComputing/iexec-result-proxy/releases/tag/v8.4.0) 2024-02-29
22
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