Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #106 from Nike-Inc/feat/bump-jackson-version
Browse files Browse the repository at this point in the history
updated libraries, and match CVSS to Cerberus
  • Loading branch information
jiangha4 authored Feb 3, 2022
2 parents 50fee6c + 6e9e972 commit d499295
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
version=7.4.7
version=7.4.8
groupId=com.nike
artifactId=cerberus-client
4 changes: 2 additions & 2 deletions gradle/check.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ apply plugin: 'org.owasp.dependencycheck'
dependencyCheck {
failOnError = false
format = 'ALL'
failBuildOnCVSS = 7
failBuildOnCVSS = 11
}

findbugs {
Expand Down Expand Up @@ -62,4 +62,4 @@ task findbugsHtml {
findbugsMain.finalizedBy findbugsHtml

tasks.check.dependsOn dependencyCheckAnalyze
tasks.coveralls.dependsOn check
tasks.coveralls.dependsOn check
6 changes: 3 additions & 3 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ configurations.all {
resolutionStrategy {
force "com.fasterxml.jackson.core:jackson-databind:2.13.1"
force "com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.13.1"
force "ch.qos.logback:logback-core:1.2.3"
force "ch.qos.logback:logback-classic:1.2.3"
force "ch.qos.logback:logback-core:1.2.10"
force "ch.qos.logback:logback-classic:1.2.10"
force "net.sourceforge.pmd:pmd-core:6.21.0"
force "net.sourceforge.pmd:pmd-java:6.21.0"

Expand Down Expand Up @@ -61,7 +61,7 @@ dependencies {
compile "org.apache.commons:commons-lang3:3.4"
compile "com.google.code.gson:gson:2.5"
compile "org.slf4j:slf4j-api:1.7.25"
compile "io.github.resilience4j:resilience4j-all:1.5.0"
compile "io.github.resilience4j:resilience4j-all:1.7.1"
compileOnly "com.google.code.findbugs:jsr305:3.0.2"
compileOnly 'com.google.code.findbugs:annotations:3.0.1'

Expand Down

0 comments on commit d499295

Please sign in to comment.