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.0
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent d1b326a commit 5c6c199
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.17.2'
implementation group: 'com.fasterxml.jackson.module', name: 'jackson-module-jsonSchema', version: '2.18.0'

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

0 comments on commit 5c6c199

Please sign in to comment.