Skip to content

Commit

Permalink
Updated parser-util dependency to 1.3 (non-snapshot)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsenden committed Jun 30, 2020
1 parent 9c2df83 commit 677abf2
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 @@ -53,7 +53,7 @@ configurations.all {
}

dependencies {
compileExport(group: 'com.fortify.ssc.parser.util', name: 'xml', version:'1.3-SNAPSHOT', changing: true) { transitive = true }
compileExport(group: 'com.fortify.ssc.parser.util', name: 'xml', version:'1.3', changing: false) { transitive = true }
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.3.1')
testImplementation(group: 'org.junit.platform', name: 'junit-platform-launcher', version: "1.1.0")
testRuntimeOnly(group: 'org.junit.jupiter', name:'junit-jupiter-engine', version: '5.3.1')
Expand Down

0 comments on commit 677abf2

Please sign in to comment.