Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
plugins {
id 'java'
id 'io.freefair.lombok' version '8.14.4'
id 'org.springframework.boot' version '3.3.8'
id 'io.spring.dependency-management' version '1.1.6'
id 'org.springframework.boot' version '3.5.8'
id 'io.spring.dependency-management' version '1.1.7'
id 'jacoco'
id 'org.sonarqube' version '6.3.1.5724'
id 'maven-publish'
}

ext {
gitTag = 'git tag --points-at HEAD'.execute().text.trim()
springCloudVersion = '2023.0.5'
springCloudVersion = '2025.0.2'
jjwtVersion = '0.11.5'
mongockVersion = '5.4.0'
testContainersVersion = '1.20.4'
Expand Down Expand Up @@ -76,7 +76,7 @@ dependencies {
implementation "org.springframework.retry:spring-retry"

// Spring Doc
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0'
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.17'

// apache commons.lang3
implementation 'org.apache.commons:commons-lang3'
Expand Down
2 changes: 1 addition & 1 deletion iexec-core-library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

dependencies {
implementation platform("org.springframework.boot:spring-boot-dependencies:3.3.8")
implementation platform("org.springframework.boot:spring-boot-dependencies:3.5.8")

implementation "com.iexec.commons:iexec-commons-poco:$iexecCommonsPocoVersion"
implementation "com.iexec.common:iexec-common:$iexecCommonVersion"
Expand Down
2 changes: 1 addition & 1 deletion iexec-task-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

dependencies {
implementation platform("org.springframework.boot:spring-boot-dependencies:3.3.8")
implementation platform("org.springframework.boot:spring-boot-dependencies:3.5.8")

implementation "com.iexec.commons:iexec-commons-poco:$iexecCommonsPocoVersion"
implementation "com.iexec.common:iexec-common:$iexecCommonVersion"
Expand Down
25 changes: 0 additions & 25 deletions src/main/resources/logback-spring.xml

This file was deleted.

Loading