Skip to content

Commit

Permalink
Update dependencies (#4457)
Browse files Browse the repository at this point in the history
- Brave 5.13.11 -> 5.14.0
- Dropwizard2 2.1.1 -> 2.1.2
- GraphQL Java 19.0 -> 19.2
- GraphQL Kotlin 6.2.2 -> 6.2.5
- gRPC Java 1.49.0 -> 1.49.1
- Kafka 3.2.1 -> 3.3.0
- Kotlin 1.7.10 -> 1.7.20
- Micrometer 1.9.3 -> 1.9.4
- Netty 4.1.79.Final -> 4.1.82.Final
  - io_uring 0.0.14.Final -> 0.0.15.Final
- Reactor 3.4.22 -> 3.4.23
- Sangria GraphQL 3.2.0 -> 3.3.0
- Scala 2.12.16 -> 2.12.17, 2.13.8 -> 2.13.9
- Spring Boot 2.7.3 -> 2.7.4
- Build and Shaded
  - Akka 2.6.19 -> 2.6.20
  - Dagger 2.43.2 -> 2.44
  - dgs 5.0.5 -> 5.2.4
  - Fastutil 8.5.8 -> 8.5.9
  - GAX Java 2.19.0 -> 2.19.1
  - graphql-dgs-client 5.0.5 -> 5.2.4
  - Groovy XML 3.0.5 -> 3.0.12
  - JCTools 3.3.0 -> 4.0.1
  - JMH 0.6.7 -> 0.6.8
  - JSoup 1.15.2 -> 1.15.3
  - JUnit5 5.9.0 -> 5.9.1
  - KTLint 10.1.0 -> 11.0.0
  - Mockito 4.7.0 -> 4.8.0
  - OS detector 1.6.2 -> 1.7.1
  - Spring Web 5.3.22 -> 5.3.23
  • Loading branch information
minwoox authored Oct 5, 2022
1 parent 4cd60ff commit bdbb6e6
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,13 @@
import com.linecorp.armeria.common.ResponseHeaders;
import com.linecorp.armeria.common.annotation.Nullable;
import com.linecorp.armeria.common.logging.RequestLog;
import com.linecorp.armeria.internal.testing.FlakyTest;
import com.linecorp.armeria.server.ServerBuilder;
import com.linecorp.armeria.server.healthcheck.HealthCheckService;
import com.linecorp.armeria.server.healthcheck.SettableHealthChecker;
import com.linecorp.armeria.testing.junit5.server.ServerExtension;

@FlakyTest
class HealthCheckedEndpointGroupLongPollingTest {

private static final Duration RETRY_INTERVAL = Duration.ofSeconds(3);
Expand Down
64 changes: 31 additions & 33 deletions dependencies.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[versions]
akka = "2.6.19"
akka = "2.6.20"
akka-http-cors = "1.0.0"
akka-grpc-runtime = "1.0.3"
apache-httpclient = "4.5.13"
assertj = "3.23.1"
awaitility = "4.2.0"
bouncycastle = "1.70"
brave = "5.13.11"
brave = "5.14.0"
brotli4j = "1.8.0"
bucket4j = "7.6.0"
caffeine = "2.9.3"
Expand All @@ -15,26 +15,25 @@ checkerframework = "2.5.5"
checkstyle = "10.3.2"
consul = "2.2.1"
curator = "5.3.0"
dagger = "2.43.2"
dgs = "5.0.5"
dagger = "2.44"
dgs = "5.2.4"
dropwizard1 = "1.3.29"
dropwizard2 = "2.1.1"
dropwizard-metrics = "4.2.12"
errorprone = "2.15.0"
errorprone-gradle-plugin = "2.0.2"
eureka = "1.10.17"
fastutil = "8.5.8"
fastutil = "8.5.9"
finagle = "22.7.0"
findbugs = "3.0.2"
futures-completable = "0.3.5"
futures-extra = "4.3.1"
gax-grpc = "2.19.0"
graphql-java = "19.0"
graphql-kotlin = "6.2.2"
groovy = "3.0.12"
grpc-java = "1.49.0"
gax-grpc = "2.19.1"
graphql-java = "19.2"
graphql-kotlin = "6.2.5"
groovy = "3.0.13"
grpc-java = "1.49.1"
grpc-kotlin = "1.3.0"
groovy = "3.0.5"
guava = "31.1-jre"
hamcrest = "2.2"
hbase = "1.2.6"
Expand All @@ -45,48 +44,48 @@ javax-annotation = "1.3.2"
javax-inject = "1"
javax-jsr311 = "1.1.1"
javax-validation = "2.0.1.Final"
jctools = "3.3.0"
jctools = "4.0.1"
jetty93 = '9.3.30.v20211001'
jetty94 = "9.4.48.v20220622"
jetty-alpn-api = "1.1.3.v20160715"
jetty-alpn-agent = "2.0.10"
jmh-core = "1.35"
jmh-extras = "0.3.7"
jmh-gradle-plugin = "0.6.7"
jmh-gradle-plugin = "0.6.8"
joor = "0.9.14"
json-unit = "2.35.0"
jsoup = "1.15.2"
jsoup = "1.15.3"
junit4 = "4.13.2"
junit5 = "5.9.0"
junit5 = "5.9.1"
junit-pioneer = "1.7.1"
jwt = "4.0.0"
kafka = "3.2.1"
kotlin = "1.7.10"
kafka = "3.3.0"
kotlin = "1.7.20"
kotlin-coroutine = "1.6.4"
ktlint-gradle-plugin = "10.1.0"
ktlint-gradle-plugin = "11.0.0"
logback = "1.2.11"
micrometer = "1.9.3"
micrometer = "1.9.4"
micrometer13 = "1.3.20"
mockito = "4.7.0"
mockito = "4.8.0"
monix = "3.4.1"
munit = "0.7.29"
netty = "4.1.79.Final"
netty-incubator-transport-native-io_uring = "0.0.14.Final"
netty = "4.1.82.Final"
netty-incubator-transport-native-io_uring = "0.0.15.Final"
nexus-publish = "1.1.0"
node-gradle-plugin = "3.4.0"
okhttp2 = "2.7.5"
okhttp3 = { strictly = "3.14.9" }
okhttp4 = "4.10.0"
opensaml = "3.4.6"
osdetector = "1.6.2"
osdetector = "1.7.1"
proguard = "7.2.2"
prometheus = "0.16.0"
protobuf = "3.21.1"
protobuf-gradle-plugin = "0.8.19"
protobuf-jackson = "2.0.0"
reactive-grpc = "1.2.3"
reactive-streams = "1.0.4"
reactor = "3.4.22"
reactor = "3.4.23"
reactor-kotlin = "1.1.7"
reflections = "0.9.11"
resteasy = "5.0.4.Final"
Expand All @@ -95,12 +94,12 @@ resteasy-jboss-logging-annotations = "2.2.1.Final"
retrofit2 = "2.9.0"
rxjava2 = "2.2.21"
rxjava3 = "3.1.5"
sangria = "3.2.0"
sangria = "3.3.0"
sangria-slowlog = "2.0.4"
scala-collection-compat = "2.8.1"
scala-java8-compat = "1.0.2"
scala212 = "2.12.16"
scala213 = "2.13.8"
scala212 = "2.12.17"
scala213 = "2.13.9"
scala3 = "3.2.0"
scalafmt-gradle-plugin = "1.16.2"
scalapb = "0.11.11"
Expand All @@ -109,9 +108,9 @@ shadow-gradle-plugin = "6.1.0"
shibboleth-utilities = "7.5.2"
snappy = "1.1.8.4"
slf4j = "1.7.36"
spring = "5.3.22"
spring = "5.3.23"
spring-boot1 = "1.5.22.RELEASE"
spring-boot2 = "2.7.3"
spring-boot2 = "2.7.4"
testng = "7.5"
thrift09 = { strictly = "0.9.3-1" }
thrift012 = { strictly = "0.12.0" }
Expand Down Expand Up @@ -264,7 +263,6 @@ version.ref = "dagger"
[libraries.dgs]
module = "com.netflix.graphql.dgs:graphql-dgs-client"
version.ref = "dgs"

[libraries.dropwizard1-core]
module = "io.dropwizard:dropwizard-core"
version.ref = "dropwizard1"
Expand Down Expand Up @@ -457,7 +455,7 @@ version.ref = "hamcrest"
module = "org.hamcrest:hamcrest-library"
version.ref = "hamcrest"

# # This is only used for it/server test
# This is only used for it/server test
[libraries.hbase]
module = "org.apache.hbase:hbase-shaded-client"
version.ref = "hbase"
Expand Down Expand Up @@ -659,11 +657,11 @@ javadocs = "https://www.javadoc.io/doc/ch.qos.logback/logback-classic/1.2.11/"
[libraries.micrometer-core]
module = "io.micrometer:micrometer-core"
version.ref = "micrometer"
javadocs = "https://www.javadoc.io/doc/io.micrometer/micrometer-core/1.9.1/"
javadocs = "https://www.javadoc.io/doc/io.micrometer/micrometer-core/1.9.4/"
[libraries.micrometer-prometheus]
module = "io.micrometer:micrometer-registry-prometheus"
version.ref = "micrometer"
javadocs = "https://www.javadoc.io/doc/io.micrometer/micrometer-registry-prometheus/1.9.1/"
javadocs = "https://www.javadoc.io/doc/io.micrometer/micrometer-registry-prometheus/1.9.4/"
[libraries.micrometer-spring-legacy]
module = "io.micrometer:micrometer-spring-legacy"
version.ref = "micrometer"
Expand Down

0 comments on commit bdbb6e6

Please sign in to comment.