Skip to content

Commit 079f01c

Browse files
author
Madhu
authored
Merge pull request #1087 from blackducksoftware/idetect-4241
Bump to CLL version
2 parents ed7d818 + b0dca49 commit 079f01c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ dependencies {
147147
implementation 'com.blackducksoftware.bdio:bdio-protobuf:3.2.10'
148148
implementation "com.synopsys.integration:blackduck-common:${blackDuckCommonVersion}"
149149
implementation 'com.synopsys:method-analyzer-core:0.2.9'
150-
implementation "${locatorGroup}:${locatorModule}:1.1.9"
150+
implementation "${locatorGroup}:${locatorModule}:1.1.10"
151151

152152
implementation 'org.apache.maven.shared:maven-invoker:3.0.0'
153153

@@ -362,4 +362,4 @@ task submitToPlatform1 (type: Exec, dependsOn: [buildPlatform1]){
362362
}
363363

364364
artifactoryPublish.dependsOn ':documentation:publishDitaSource'
365-
artifactoryPublish.dependsOn signJar
365+
artifactoryPublish.dependsOn signJar

documentation/src/main/markdown/currentreleasenotes.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
### New features
66
* ReversingLabs Scans - this new feature provides analysis of software packages for file-based malware threats.
77
See [ReversingLabs Scans](runningdetect/threatintelscan.md) for further information.
8+
* Component Location Analysis upgraded to certify support for location of components in Yarn Lock and Nuget Centralized Package Management files.
89

0 commit comments

Comments
 (0)