Skip to content

Commit

Permalink
fix(deps): update dependency com.fasterxml.jackson.module:jackson-mod…
Browse files Browse the repository at this point in the history
…ule-jsonschema to v2.18.1
  • Loading branch information
renovate[bot] committed Nov 4, 2024
1 parent ef1627e commit af7b9fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies {
// The generated IOF v2/3 files
implementation sourceSets.generated.output

implementation group: 'com.fasterxml.jackson.module', name: 'jackson-module-jsonSchema', version: '2.18.0'
implementation group: 'com.fasterxml.jackson.module', name: 'jackson-module-jsonSchema', version: '2.18.1'

testImplementation platform("org.junit:junit-bom:5.11.3")
testImplementation "org.junit.jupiter:junit-jupiter"
Expand Down

0 comments on commit af7b9fd

Please sign in to comment.