Skip to content

Commit 547f626

Browse files
Abhishek RajputAbhishek Rajput
authored andcommitted
chore(deps): bump dev and test dependencies
1 parent 0c81acf commit 547f626

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

build.gradle

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
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

2626
ext {
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

3636
dependencies {
@@ -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

0 commit comments

Comments
 (0)