Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit d7137a4

Browse files
committed
Updated parser-util dependency to release version
1 parent c3c52d9 commit d7137a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ configurations.all {
4949
}
5050

5151
dependencies {
52-
compileExport(group: 'com.fortify.ssc.parser.util', name: 'fortify-ssc-parser-util', version:'1.2-SNAPSHOT', changing: true) { transitive = true }
52+
compileExport(group: 'com.fortify.ssc.parser.util', name: 'fortify-ssc-parser-util', version:'1.2', changing: false) { transitive = true }
5353
}
5454

5555
task dist(type: Zip) {

0 commit comments

Comments
 (0)