diff --git a/build.gradle b/build.gradle index e1608e9..d95843a 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ plugins { id 'java' id 'org.springframework.boot' version '3.2.2' - id 'io.spring.dependency-management' version '1.1.4' + id 'io.spring.dependency-management' version '1.1.7' id 'jacoco' id 'info.solidsoft.pitest' version '1.15.0' id "org.owasp.dependencycheck" version "11.1.1" @@ -24,13 +24,13 @@ repositories { } ext { - mapstructVersion = "1.5.5.Final" - lombokVersion = "1.18.30" + mapstructVersion = "1.6.3" + lombokVersion = "1.18.36" wireMockVersion = "3.0.1" ioCucumberVersion = "7.15.0" springDocVersion = "2.3.0" jacocoVersion = "0.8.9" - junitVintage = "5.10.2" + junitVintage = "5.11.4" } dependencies { @@ -54,8 +54,6 @@ dependencies { testAnnotationProcessor "org.mapstruct:mapstruct-processor:${mapstructVersion}" //SpringDoc implementation "org.springdoc:springdoc-openapi-starter-webmvc-ui:${springDocVersion}" - //Explicitly Added to fix the vulnerabilities identified in previous versions - implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.1' /* *https://docs.gradle.org/current/userguide/dependency_management.html#sec:module_substitution