Skip to content

Commit aac838d

Browse files
Merge branch '6.4.0' of https://github.com/blackducksoftware/synopsys-detect into 6.4.0
2 parents 8be492e + 98c3b58 commit aac838d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ plugins {
3333
}
3434

3535
group = 'com.synopsys.integration'
36-
version = '6.4.0-SIGQA8-SNAPSHOT'
36+
version = '6.4.0-SIGQA10-SNAPSHOT'
3737

3838
apply plugin: 'com.synopsys.integration.solution'
3939
apply plugin: 'org.springframework.boot'

docs/templates/content/90-releasenotes.ftl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ and writes them to the status.json file.
2424
* (IDETECT-1979) Resolved an issue that could cause the CLANG detector to miss some dependencies because it failed to correctly parse complex nested quoted strings within compile_commands.json values.
2525
* (IDETECT-1966) Resolved an issue that would cause Detect to ignore replacement directives for Go Mod projects.
2626

27+
### Known Issues
28+
* When a Lerna package depends on another Lerna package within the project, an error may appear indicating a missing dependency on that package. This is normal and no dependencies are missing. This will be fixed in a future release.
29+
2730
## Version 6.3.0
2831
### New features
2932
* The Yarn detector now extracts project information from package.json files. Git is no longer the default supplier of project information for Yarn projects.

0 commit comments

Comments
 (0)