Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[core] update eureka-client and other deps #1211

Merged
merged 1 commit into from Feb 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -65,7 +65,7 @@ subprojects {
guava: "com.google.guava:guava:31.0.1-jre",
junit: "junit:junit:4.13.2",
mockito: 'org.mockito:mockito-core:4.+',
slf4j: "org.slf4j:slf4j-api:1.7.35",
slf4j: "org.slf4j:slf4j-api:1.7.36",
truth: 'com.google.truth:truth:1.1.3',
awaitility: 'org.awaitility:awaitility:4.1.1'
]
Expand Down
6 changes: 3 additions & 3 deletions zuul-core/build.gradle
Expand Up @@ -20,7 +20,7 @@ dependencies {
api "com.netflix.ribbon:ribbon-core:${versions_ribbon}"
api "com.netflix.ribbon:ribbon-archaius:${versions_ribbon}"

api "com.netflix.eureka:eureka-client:1.9.18"
api "com.netflix.eureka:eureka-client:1.10.17"
api "io.reactivex:rxjava:1.3.8"
api platform("io.netty:netty-bom:${versions_netty}")
// TODO(carl-mastrangelo): some of these could probably be implementation. Do a deeper check.
Expand Down Expand Up @@ -48,9 +48,9 @@ dependencies {
libraries.awaitility


testImplementation 'commons-configuration:commons-configuration:1.8'
testImplementation 'commons-configuration:commons-configuration:1.10'

testRuntimeOnly 'org.slf4j:slf4j-simple:1.7.35'
testRuntimeOnly 'org.slf4j:slf4j-simple:1.7.36'

jmh 'org.openjdk.jmh:jmh-core:1.+'
jmh 'org.openjdk.jmh:jmh-generator-annprocess:1.+'
Expand Down
34 changes: 17 additions & 17 deletions zuul-core/dependencies.lock
Expand Up @@ -13,7 +13,7 @@
"locked": "0.7.7"
},
"com.netflix.eureka:eureka-client": {
"locked": "1.9.18"
"locked": "1.10.17"
},
"com.netflix.netflix-commons:netflix-commons-util": {
"locked": "0.3.0"
Expand Down Expand Up @@ -79,7 +79,7 @@
"locked": "1.70"
},
"org.slf4j:slf4j-api": {
"locked": "1.7.35"
"locked": "1.7.36"
}
},
"jmh": {
Expand Down Expand Up @@ -107,7 +107,7 @@
"locked": "0.7.7"
},
"com.netflix.eureka:eureka-client": {
"locked": "1.9.18"
"locked": "1.10.17"
},
"com.netflix.netflix-commons:netflix-commons-util": {
"locked": "0.3.0"
Expand Down Expand Up @@ -182,7 +182,7 @@
"locked": "1.25"
},
"org.slf4j:slf4j-api": {
"locked": "1.7.35"
"locked": "1.7.36"
}
},
"jmhRuntimeClasspath": {
Expand All @@ -208,7 +208,7 @@
"firstLevelTransitive": [
"com.netflix.zuul:zuul-discovery"
],
"locked": "1.9.18"
"locked": "1.10.17"
},
"com.netflix.netflix-commons:netflix-commons-util": {
"locked": "0.3.0"
Expand Down Expand Up @@ -244,7 +244,7 @@
"project": true
},
"commons-configuration:commons-configuration": {
"locked": "1.8"
"locked": "1.10"
},
"io.netty.incubator:netty-incubator-transport-native-io_uring": {
"locked": "0.0.12.Final"
Expand Down Expand Up @@ -319,10 +319,10 @@
"firstLevelTransitive": [
"com.netflix.zuul:zuul-discovery"
],
"locked": "1.7.35"
"locked": "1.7.36"
},
"org.slf4j:slf4j-simple": {
"locked": "1.7.35"
"locked": "1.7.36"
}
},
"runtimeClasspath": {
Expand All @@ -345,7 +345,7 @@
"firstLevelTransitive": [
"com.netflix.zuul:zuul-discovery"
],
"locked": "1.9.18"
"locked": "1.10.17"
},
"com.netflix.netflix-commons:netflix-commons-util": {
"locked": "0.3.0"
Expand Down Expand Up @@ -435,7 +435,7 @@
"firstLevelTransitive": [
"com.netflix.zuul:zuul-discovery"
],
"locked": "1.7.35"
"locked": "1.7.36"
}
},
"testCompileClasspath": {
Expand All @@ -455,7 +455,7 @@
"locked": "0.7.7"
},
"com.netflix.eureka:eureka-client": {
"locked": "1.9.18"
"locked": "1.10.17"
},
"com.netflix.netflix-commons:netflix-commons-util": {
"locked": "0.3.0"
Expand All @@ -473,7 +473,7 @@
"project": true
},
"commons-configuration:commons-configuration": {
"locked": "1.8"
"locked": "1.10"
},
"io.netty.incubator:netty-incubator-transport-native-io_uring": {
"locked": "0.0.12.Final"
Expand Down Expand Up @@ -533,7 +533,7 @@
"locked": "4.3.1"
},
"org.slf4j:slf4j-api": {
"locked": "1.7.35"
"locked": "1.7.36"
}
},
"testRuntimeClasspath": {
Expand All @@ -559,7 +559,7 @@
"firstLevelTransitive": [
"com.netflix.zuul:zuul-discovery"
],
"locked": "1.9.18"
"locked": "1.10.17"
},
"com.netflix.netflix-commons:netflix-commons-util": {
"locked": "0.3.0"
Expand Down Expand Up @@ -595,7 +595,7 @@
"project": true
},
"commons-configuration:commons-configuration": {
"locked": "1.8"
"locked": "1.10"
},
"io.netty.incubator:netty-incubator-transport-native-io_uring": {
"locked": "0.0.12.Final"
Expand Down Expand Up @@ -661,10 +661,10 @@
"firstLevelTransitive": [
"com.netflix.zuul:zuul-discovery"
],
"locked": "1.7.35"
"locked": "1.7.36"
},
"org.slf4j:slf4j-simple": {
"locked": "1.7.35"
"locked": "1.7.36"
}
}
}
2 changes: 1 addition & 1 deletion zuul-discovery/build.gradle
Expand Up @@ -11,7 +11,7 @@ dependencies {
implementation "com.netflix.ribbon:ribbon-archaius:${versions_ribbon}"

// Eureka
implementation "com.netflix.eureka:eureka-client:1.9.18"
implementation "com.netflix.eureka:eureka-client:1.10.17"


testImplementation libraries.junit,
Expand Down
24 changes: 12 additions & 12 deletions zuul-discovery/dependencies.lock
Expand Up @@ -4,7 +4,7 @@
"locked": "31.0.1-jre"
},
"com.netflix.eureka:eureka-client": {
"locked": "1.9.18"
"locked": "1.10.17"
},
"com.netflix.ribbon:ribbon-archaius": {
"locked": "2.4.4"
Expand All @@ -19,7 +19,7 @@
"locked": "2.4.4"
},
"org.slf4j:slf4j-api": {
"locked": "1.7.35"
"locked": "1.7.36"
}
},
"jmh": {
Expand All @@ -35,7 +35,7 @@
"locked": "31.0.1-jre"
},
"com.netflix.eureka:eureka-client": {
"locked": "1.9.18"
"locked": "1.10.17"
},
"com.netflix.ribbon:ribbon-archaius": {
"locked": "2.4.4"
Expand All @@ -56,7 +56,7 @@
"locked": "1.25"
},
"org.slf4j:slf4j-api": {
"locked": "1.7.35"
"locked": "1.7.36"
}
},
"jmhRuntimeClasspath": {
Expand All @@ -67,7 +67,7 @@
"locked": "1.1.3"
},
"com.netflix.eureka:eureka-client": {
"locked": "1.9.18"
"locked": "1.10.17"
},
"com.netflix.ribbon:ribbon-archaius": {
"locked": "2.4.4"
Expand All @@ -94,15 +94,15 @@
"locked": "1.25"
},
"org.slf4j:slf4j-api": {
"locked": "1.7.35"
"locked": "1.7.36"
}
},
"runtimeClasspath": {
"com.google.guava:guava": {
"locked": "31.0.1-jre"
},
"com.netflix.eureka:eureka-client": {
"locked": "1.9.18"
"locked": "1.10.17"
},
"com.netflix.ribbon:ribbon-archaius": {
"locked": "2.4.4"
Expand All @@ -117,7 +117,7 @@
"locked": "2.4.4"
},
"org.slf4j:slf4j-api": {
"locked": "1.7.35"
"locked": "1.7.36"
}
},
"testCompileClasspath": {
Expand All @@ -128,7 +128,7 @@
"locked": "1.1.3"
},
"com.netflix.eureka:eureka-client": {
"locked": "1.9.18"
"locked": "1.10.17"
},
"com.netflix.ribbon:ribbon-archaius": {
"locked": "2.4.4"
Expand All @@ -149,7 +149,7 @@
"locked": "4.3.1"
},
"org.slf4j:slf4j-api": {
"locked": "1.7.35"
"locked": "1.7.36"
}
},
"testRuntimeClasspath": {
Expand All @@ -160,7 +160,7 @@
"locked": "1.1.3"
},
"com.netflix.eureka:eureka-client": {
"locked": "1.9.18"
"locked": "1.10.17"
},
"com.netflix.ribbon:ribbon-archaius": {
"locked": "2.4.4"
Expand All @@ -181,7 +181,7 @@
"locked": "4.3.1"
},
"org.slf4j:slf4j-api": {
"locked": "1.7.35"
"locked": "1.7.36"
}
}
}