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

Commit

Permalink
feat: update java client for china auth (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
melanahammel authored Aug 31, 2020
1 parent 505fdee commit f68a9b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.1.4
version=3.2.0
groupId=com.nike
artifactId=cerberus-spring-boot-client
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.2.2"
compile "com.nike:cerberus-client:7.3.0"

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

0 comments on commit f68a9b3

Please sign in to comment.