Skip to content

Commit a122762

Browse files
WeltraumschafManuelNeuer
authored andcommitted
#36 Update Jackson lib
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent 2bfccfe commit a122762

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ dependencies {
2424
implementation group: 'org.springframework', name: 'spring-web', version: '5.3.9'
2525
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.13'
2626

27-
implementation 'com.fasterxml.jackson.core:jackson-core:2.12.4'
28-
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.12.4'
29-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.4'
30-
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.12.4'
27+
implementation 'com.fasterxml.jackson.core:jackson-core:2.15.2'
28+
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.15.2'
29+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2'
30+
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2'
3131

3232
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
3333
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.0'

0 commit comments

Comments
 (0)