Skip to content

Commit b71ab75

Browse files
authored
Upgrade to Spring Boot 2.7.18 (#142)
1 parent f6cb563 commit b71ab75

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
@@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file.
1313

1414
- Upgrade to Gradle 8.7. (#140)
1515
- Upgrade to `eclipse-temurin:11.0.22_7-jre-focal`. (#141)
16+
- Upgrade to Spring Boot 2.7.18. (#142)
1617

1718
## [[8.4.0]](https://github.com/iExecBlockchainComputing/iexec-blockchain-adapter-api/releases/tag/v8.4.0) 2024-02-29
1819

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)