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

Commit

Permalink
fix: upgrade java client to fix vulnerability (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
melanahammel authored Sep 1, 2020
1 parent f68a9b3 commit 64c0818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
compile "org.springframework.boot:spring-boot-autoconfigure:2.2.9.RELEASE"

// Cerberus dependencies
compile "com.nike:cerberus-client:7.3.0"
compile "com.nike:cerberus-client:7.3.1"

// Test dependencies
testRuntime 'org.slf4j:slf4j-simple:1.7.25'
Expand Down

0 comments on commit 64c0818

Please sign in to comment.