Skip to content

Commit 5245441

Browse files
authored
Upgrade to Spring Boot 2.7.18 (#136)
1 parent b69f967 commit 5245441

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ All notable changes to this project will be documented in this file.
1616

1717
- Upgrade to Gradle 8.7. (#134)
1818
- Upgrade to `eclipse-temurin:11.0.22_7-jre-focal`. (#135)
19+
- Upgrade to Spring Boot 2.7.18. (#136)
1920

2021
## [[8.4.0]](https://github.com/iExecBlockchainComputing/iexec-result-proxy/releases/tag/v8.4.0) 2024-02-29
2122

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'java'
33
id 'io.freefair.lombok' version '8.6'
4-
id 'org.springframework.boot' version '2.7.17'
4+
id 'org.springframework.boot' version '2.7.18'
55
id 'io.spring.dependency-management' version '1.1.4'
66
id 'jacoco'
77
id 'org.sonarqube' version '5.0.0.4638'

0 commit comments

Comments
 (0)