Skip to content

Commit

Permalink
chore: Fix to use release instead of snapshot dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rsenden committed Sep 12, 2023
1 parent ffa1b6b commit 20b358b
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 @@ -40,7 +40,7 @@ configurations.all {

dependencies {
implementationExport(group: 'org.mapdb', name: 'mapdb', version: '3.0.10') { transitive = true }
implementationExport(group: 'com.fortify.ssc.parser.util', name: 'fortify-ssc-parser-util-json', version:'1.7.0.SP-SNAPSHOT', changing: false) { transitive = true }
implementationExport(group: 'com.fortify.ssc.parser.util', name: 'fortify-ssc-parser-util-json', version:'1.7.1.RELEASE', changing: false) { transitive = true }
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.0")
}

Expand Down

0 comments on commit 20b358b

Please sign in to comment.