File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 11plugins {
22 id ' java'
33 id ' org.springframework.boot' version ' 3.2.2'
4- id ' io.spring.dependency-management' version ' 1.1.4 '
4+ id ' io.spring.dependency-management' version ' 1.1.7 '
55 id ' jacoco'
66 id ' info.solidsoft.pitest' version ' 1.15.0'
77 id " org.owasp.dependencycheck" version " 11.1.1"
@@ -24,13 +24,13 @@ repositories {
2424}
2525
2626ext {
27- mapstructVersion = " 1.5.5.Final "
28- lombokVersion = " 1.18.30 "
27+ mapstructVersion = " 1.6.3 "
28+ lombokVersion = " 1.18.36 "
2929 wireMockVersion = " 3.0.1"
3030 ioCucumberVersion = " 7.15.0"
3131 springDocVersion = " 2.3.0"
3232 jacocoVersion = " 0.8.9"
33- junitVintage = " 5.10.2 "
33+ junitVintage = " 5.11.4 "
3434}
3535
3636dependencies {
@@ -54,8 +54,6 @@ dependencies {
5454 testAnnotationProcessor " org.mapstruct:mapstruct-processor:${ mapstructVersion} "
5555 // SpringDoc
5656 implementation " org.springdoc:springdoc-openapi-starter-webmvc-ui:${ springDocVersion} "
57- // Explicitly Added to fix the vulnerabilities identified in previous versions
58- implementation ' com.fasterxml.jackson.core:jackson-databind:2.16.1'
5957
6058 /*
6159 *https://docs.gradle.org/current/userguide/dependency_management.html#sec:module_substitution
You can’t perform that action at this time.
0 commit comments