diff --git a/gradle.properties b/gradle.properties index 53485c2..c4f435a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,6 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. # -version=3.2.0 +version=3.2.1 groupId=com.nike artifactId=cerberus-spring-boot-client diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle index 625b46f..c3a9054 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -39,10 +39,10 @@ configurations.all { dependencies { // Spring dependencies - compile "org.springframework.boot:spring-boot-autoconfigure:2.2.9.RELEASE" + compile "org.springframework.boot:spring-boot-autoconfigure:2.3.4.RELEASE" // Cerberus dependencies - compile "com.nike:cerberus-client:7.3.1" + compile "com.nike:cerberus-client:7.3.2" // Test dependencies testRuntime 'org.slf4j:slf4j-simple:1.7.25'