Skip to content

Commit

Permalink
Merge branch '1.11.x' into 1.12.x
Browse files Browse the repository at this point in the history
  • Loading branch information
shakuzen committed Mar 7, 2024
2 parents ba1b343 + 65c855d commit e4bf8c7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions gradle/libs.versions.toml
Expand Up @@ -7,7 +7,7 @@ aspectjweaver = "1.9.21"
assertj = "3.24.2"
awaitility = "4.2.0"
# legacy SDK
aws-cloudwatch = "1.12.655"
aws-cloudwatch = "1.12.674"
caffeine = "2.9.3"
cloudwatch2 = "2.21.46"
colt = "1.2.0"
Expand Down Expand Up @@ -36,11 +36,11 @@ httpcomponents-client5 = "5.2.3"
# in hystrix 1.5.12, but Netflix re-released 1.5.11 as 1.5.18 late in 2018.
# <=1.5.11 or 1.5.18 doesn't break with Micrometer, but open metrics won't be correct necessarily.
hystrix = "1.5.12"
jackson-databind = "2.15.3"
jackson-databind = "2.15.4"
javax-cache = "1.1.1"
javax-inject = "1"
jaxb = "2.3.1"
jetty9 = "9.4.53.v20231009"
jetty9 = "9.4.54.v20240208"
jetty11 = "11.0.16"
jetty12 = "12.0.3"
jersey2 = "2.41"
Expand All @@ -59,20 +59,20 @@ log4j = "2.21.1"
maven-resolver = "1.9.18"
mockito = "5.7.0"
mongo = "4.11.1"
netty = "4.1.106.Final"
netty = "4.1.107.Final"
newrelic-api = "5.14.0"
okhttp = "4.11.0"
postgre = "42.6.0"
postgre = "42.6.1"
prometheus = "0.16.0"
reactor = "2022.0.15"
rest-assured = "5.3.2"
signalfx = "1.0.38"
signalfx = "1.0.39"
slf4j = "1.7.36"
spectator-atlas = "1.7.7"
spring = "5.3.31"
spring = "5.3.32"
spring-javaformat = "0.0.41"
testcontainers = "1.19.5"
tomcat = "8.5.98"
testcontainers = "1.19.7"
tomcat = "8.5.99"
wavefront = "3.4.3"
# pinned to avoid issues with shaded slf4j version - see gh-3414
wiremock = "2.33.2"
Expand Down

0 comments on commit e4bf8c7

Please sign in to comment.