Skip to content

Commit

Permalink
test dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
harrel56 committed Aug 25, 2024
1 parent d03a8be commit 90b0c7b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion implementations/java-json-schema/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,16 @@ repositories {
def harnessImplementation = [
group: 'dev.harrel',
name: 'json-schema',
version: project.hasProperty('implementationVersion') ? project.implementationVersion : '1.7.0'
version: '1.7.0'
]
def jsonProvider = [
group: 'com.fasterxml.jackson.core',
name: 'jackson-databind',
version: '2.17.2'
]
if (project.hasProperty('implementationVersion')) {
harnessImplementation.version = project.implementationVersion
}

dependencies {
/* Verbose dependency notation for dependabot */
Expand Down

0 comments on commit 90b0c7b

Please sign in to comment.