Skip to content

Commit 6b7b310

Browse files
Merge pull request #455 from checkmarx-ltd/develop
Version release for 0.6.27
2 parents 0f605b3 + 42b64ab commit 6b7b310

File tree

7 files changed

+124
-108
lines changed

7 files changed

+124
-108
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>com.github.checkmarx-ltd</groupId>
1212
<artifactId>cx-spring-boot-sdk</artifactId>
13-
<version>0.6.26</version>
13+
<version>0.6.27</version>
1414

1515

1616
<name>cx-spring-boot-sdk</name>

src/main/java/com/checkmarx/sdk/config/CxProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public class CxProperties extends CxPropertiesBase{
142142
private Boolean considerScanningStatus = false;
143143

144144
@Getter @Setter
145-
private Boolean projectSummary= false;
145+
private Boolean projectSummary= true;
146146

147147

148148
/**

0 commit comments

Comments
 (0)