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.2
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent a036f8e commit e3d1c91
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.1'
implementation group: 'com.fasterxml.jackson.module', name: 'jackson-module-jsonSchema', version: '2.18.2'

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

0 comments on commit e3d1c91

Please sign in to comment.