Skip to content

Commit 5a97a09

Browse files
committed
chore: Update build.gradle
build: Update to gradle-helpers:1.6 build: Update to fortify-ssc-parser-util:1.6.0-RELEASE from Maven Central
1 parent d310753 commit 5a97a09

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,11 @@ version = ext.getVersion();
1313
ext.sscParserPluginVersion = project.version
1414

1515
ext {
16-
gradleHelpersLocation = "https://raw.githubusercontent.com/fortify-ps/gradle-helpers/1.5"
16+
gradleHelpersLocation = "https://raw.githubusercontent.com/fortify-ps/gradle-helpers/1.6"
1717
}
1818

1919
apply from: "${gradleHelpersLocation}/repo-helper.gradle"
2020
apply from: "${gradleHelpersLocation}/junit-helper.gradle"
21-
apply from: "${gradleHelpersLocation}/fortify-helper.gradle"
2221
apply from: "${gradleHelpersLocation}/ssc-parser-plugin-helper.gradle"
2322
apply from: "${gradleHelpersLocation}/thirdparty-helper.gradle"
2423
apply from: "${gradleHelpersLocation}/readme2html.gradle"
@@ -40,7 +39,7 @@ configurations.all {
4039
}
4140

4241
dependencies {
43-
implementationExport(group: 'com.fortify.ssc.parser.util', name: 'fortify-ssc-parser-util-json', version:'1.4', changing: false) { transitive = true }
42+
implementationExport(group: 'com.fortify.ssc.parser.util', name: 'fortify-ssc-parser-util-json', version:'1.6.0.RELEASE', changing: false) { transitive = true }
4443
}
4544

4645
task dist(type: Zip) {

0 commit comments

Comments
 (0)