Skip to content

Commit

Permalink
Update Networking to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 25, 2022
1 parent b00750b commit ac99a4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -384,8 +384,8 @@ dependencies {

implementation group: 'net.objectlab.kit', name: 'datecalc-jdk8', version: '1.4.4'

implementation group: 'io.springfox', name: 'springfox-swagger2', version: '2.8.0'
implementation group: 'io.springfox', name: 'springfox-swagger-ui', version: '2.8.0'
implementation group: 'io.springfox', name: 'springfox-swagger2', version: '3.0.0'
implementation group: 'io.springfox', name: 'springfox-swagger-ui', version: '3.0.0'

implementation group: 'io.github.openfeign', name: 'feign-httpclient', version: '11.7'
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.9.2'
Expand Down

0 comments on commit ac99a4b

Please sign in to comment.