Skip to content

Commit

Permalink
Merge pull request #1545 from bowtie-json-schema/dependabot/gradle/im…
Browse files Browse the repository at this point in the history
…plementations/java-json-schema/com.fasterxml.jackson.core-jackson-databind-2.18.0

Bump com.fasterxml.jackson.core:jackson-databind from 2.17.2 to 2.18.0 in /implementations/java-json-schema
  • Loading branch information
Julian authored Sep 27, 2024
2 parents a15c547 + c9d75a1 commit 44b9e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion implementations/java-json-schema/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def harnessImplementation = [
def jsonProvider = [
group: 'com.fasterxml.jackson.core',
name: 'jackson-databind',
version: '2.17.2'
version: '2.18.0'
]
if (project.hasProperty('implementationVersion')) {
harnessImplementation.version = project.implementationVersion
Expand Down

0 comments on commit 44b9e78

Please sign in to comment.