Skip to content

Commit 6089ec8

Browse files
committed
Update (potentially vulnerable) dependency versions
1 parent bc962c4 commit 6089ec8

33 files changed

+1
-1
lines changed

.gitattributes

100644100755
File mode changed.

.github/workflows/build-dev-release.yml

100644100755
File mode changed.

.github/workflows/build-prod-release.yml

100644100755
File mode changed.

.gitignore

100644100755
File mode changed.

CHANGELOG.md

100644100755
File mode changed.

LICENSE.TXT

100644100755
File mode changed.

README.md

100644100755
File mode changed.

build.gradle

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ configurations.all {
3939
}
4040

4141
dependencies {
42-
implementationExport(group: 'com.fortify.ssc.parser.util', name: 'fortify-ssc-parser-util-json', version:'1.6.0.RELEASE', changing: false) { transitive = true }
42+
implementationExport(group: 'com.fortify.ssc.parser.util', name: 'fortify-ssc-parser-util-json', version:'1.6.1.RELEASE', changing: false) { transitive = true }
4343
}
4444

4545
task dist(type: Zip) {

fortify-scan.sh

100644100755
File mode changed.

gradle/wrapper/gradle-wrapper.jar

100644100755
File mode changed.

0 commit comments

Comments
 (0)