Skip to content

Commit

Permalink
chore(deps): update io.github.openfeign to v11.9.1 (#609)
Browse files Browse the repository at this point in the history
* chore(deps): update io.github.openfeign to v11.9.1

* fix: specify new version correctly

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: iProdigy <iProdigy@users.noreply.github.com>
  • Loading branch information
renovate[bot] and iProdigy committed Jul 22, 2022
1 parent 2405187 commit 9816647
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions build.gradle.kts
Expand Up @@ -31,10 +31,10 @@ allprojects {
"https://javadoc.io/doc/com.github.philippheuer.events4j/events4j-core/0.10.0",
"https://javadoc.io/doc/com.github.philippheuer.events4j/events4j-handler-simple/0.10.0",
"https://javadoc.io/doc/com.github.philippheuer.credentialmanager/credentialmanager/0.1.2",
"https://javadoc.io/doc/io.github.openfeign/feign-slf4j/11.9",
"https://javadoc.io/doc/io.github.openfeign/feign-okhttp/11.9",
"https://javadoc.io/doc/io.github.openfeign/feign-jackson/11.9",
"https://javadoc.io/doc/io.github.openfeign/feign-hystrix/11.9",
"https://javadoc.io/doc/io.github.openfeign/feign-slf4j/11.9.1",
"https://javadoc.io/doc/io.github.openfeign/feign-okhttp/11.9.1",
"https://javadoc.io/doc/io.github.openfeign/feign-jackson/11.9.1",
"https://javadoc.io/doc/io.github.openfeign/feign-hystrix/11.9.1",
"https://javadoc.io/doc/org.slf4j/slf4j-api/1.7.36",
"https://javadoc.io/doc/com.neovisionaries/nv-websocket-client/2.14",
"https://javadoc.io/doc/com.fasterxml.jackson.core/jackson-databind/2.13.3",
Expand Down Expand Up @@ -99,10 +99,10 @@ subprojects {
api(group = "com.github.philippheuer.credentialmanager", name = "credentialmanager", version = "0.1.2")

// HTTP Client
api(group = "io.github.openfeign", name = "feign-slf4j", version = "11.9")
api(group = "io.github.openfeign", name = "feign-okhttp", version = "11.9")
api(group = "io.github.openfeign", name = "feign-jackson", version = "11.9")
api(group = "io.github.openfeign", name = "feign-hystrix", version = "11.9")
api(group = "io.github.openfeign", name = "feign-slf4j", version = "11.9.1")
api(group = "io.github.openfeign", name = "feign-okhttp", version = "11.9.1")
api(group = "io.github.openfeign", name = "feign-jackson", version = "11.9.1")
api(group = "io.github.openfeign", name = "feign-hystrix", version = "11.9.1")

// WebSocket
api(group = "com.neovisionaries", name = "nv-websocket-client", version = "2.14")
Expand Down

0 comments on commit 9816647

Please sign in to comment.