Skip to content

Commit 692289e

Browse files
fix(deps): update dependency com.fasterxml.jackson.dataformat:jackson-dataformat-xml to v2.20.0 (#69)
Ref: PACT-445 Co-authored-by: pactflow-renovate-bot[bot] <186667433+pactflow-renovate-bot[bot]@users.noreply.github.com>
1 parent 8bef144 commit 692289e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ configurations {
2424
dependencies {
2525
implementation 'org.springframework.boot:spring-boot-starter-web'
2626
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
27-
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.19.2'
27+
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.20.0'
2828
runtimeOnly 'com.h2database:h2'
2929
compileOnly 'org.projectlombok:lombok'
3030
annotationProcessor 'org.projectlombok:lombok'

0 commit comments

Comments
 (0)