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

Commit

Permalink
updated spring boot autoconfigure to 2.3.4.RELEASE (#17)
Browse files Browse the repository at this point in the history
* updated spring boot autoconfigure to 2.3.4.RELEASE and cerberus-java-client to 7.3.2
  • Loading branch information
tunderwood authored Oct 8, 2020
1 parent 2de5193 commit c2bfa0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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=3.2.0
version=3.2.1
groupId=com.nike
artifactId=cerberus-spring-boot-client
4 changes: 2 additions & 2 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit c2bfa0e

Please sign in to comment.