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] committed Oct 24, 2022
1 parent f74eecd commit faadba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
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 faadba2

Please sign in to comment.