diff --git a/build.gradle b/build.gradle index 397778a59..bb8588538 100644 --- a/build.gradle +++ b/build.gradle @@ -1,13 +1,13 @@ plugins { id 'net.saliman.properties' version '1.5.2' id 'java' - id 'org.springframework.boot' version '3.1.4' apply false + id 'org.springframework.boot' version '3.1.5' apply false id 'io.spring.dependency-management' version '1.1.3' apply false } allprojects { group = 'fr.insee.eno' - version = '3.11.4-SNAPSHOT' + version = '3.11.5-SNAPSHOT' sourceCompatibility = '17' } diff --git a/eno-core/build.gradle b/eno-core/build.gradle index f7e901f3d..93e7a8403 100644 --- a/eno-core/build.gradle +++ b/eno-core/build.gradle @@ -35,7 +35,7 @@ dependencies { implementation 'org.slf4j:slf4j-api' // Mapper - implementation 'org.modelmapper:modelmapper:3.1.1' + implementation 'org.modelmapper:modelmapper:3.2.0' // Logback logging implementation for testing testRuntimeOnly 'ch.qos.logback:logback-classic'