Skip to content

Commit

Permalink
fix: jackson-dataformat-xml 2.18.0 -> 2.17.0 to prevent 'Conflicting …
Browse files Browse the repository at this point in the history
…property-based creators'
  • Loading branch information
tomasbjerre committed Oct 4, 2024
1 parent 592aba7 commit 074f60e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
dependencies {
compileOnly 'org.wiremock:wiremock:3.9.1'
compileOnly 'jakarta.ws.rs:jakarta.ws.rs-api:4.0.0'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.18.0'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.17.0'

testImplementation 'org.wiremock:wiremock:3.9.1'
testImplementation 'jakarta.ws.rs:jakarta.ws.rs-api:4.0.0'
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
#Fri Oct 04 17:49:07 CEST 2024

#Fri Oct 04 18:38:21 CEST 2024
description='Automates configuration of Wiremock stubs from JAX-RS annotated resources.'
group=se.bjurr.wiremock
version=1.1.3
version=1.2.0

0 comments on commit 074f60e

Please sign in to comment.