We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9d5e09 commit 9facdfeCopy full SHA for 9facdfe
build.gradle
@@ -24,7 +24,7 @@ configurations {
24
dependencies {
25
implementation 'org.springframework.boot:spring-boot-starter-web'
26
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
27
- implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.18.3'
+ implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.19.0'
28
runtimeOnly 'com.h2database:h2'
29
compileOnly 'org.projectlombok:lombok'
30
annotationProcessor 'org.projectlombok:lombok'
0 commit comments