Skip to content

Commit

Permalink
not fail build on dependencyCheck errors
Browse files Browse the repository at this point in the history
  • Loading branch information
juancgalvis committed Dec 5, 2023
1 parent 05909f4 commit e06526e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/co/com/bancolombia/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public final class Constants {
public static final String LOMBOK_VERSION = "1.18.28";
public static final String JACOCO_VERSION = "0.8.10";
public static final String COBERTURA_VERSION = "4.0.0";
public static final String RCOMMONS_ASYNC_COMMONS_STARTER_VERSION = "2.0.1";
public static final String RCOMMONS_ASYNC_COMMONS_STARTER_VERSION = "2.0.4";
public static final String RCOMMONS_OBJECT_MAPPER_VERSION = "0.1.0";
public static final String BLOCK_HOUND_VERSION = "1.0.8.RELEASE";
public static final String PLUGIN_VERSION = "3.6.3";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ bootJar {

{{#example}}
dependencyCheck {
format = 'JSON'
format = 'JSON',
failOnError = false
}
{{/example}}

0 comments on commit e06526e

Please sign in to comment.