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.17.0
  • Loading branch information
renovate[bot] committed Apr 1, 2024
1 parent 01a5491 commit 7c0ec29
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.16.1'
implementation group: 'com.fasterxml.jackson.module', name: 'jackson-module-jsonSchema', version: '2.17.0'

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

0 comments on commit 7c0ec29

Please sign in to comment.