Skip to content

Commit a81ba71

Browse files
Merge branch '1.9.x' into 1.10.x
2 parents 796fc29 + f372b7f commit a81ba71

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

gradle/libs.versions.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ h2 = "2.2.224"
2525
hazelcast = "5.2.4"
2626
hazelcast3 = "3.12.13"
2727
hdrhistogram = "2.1.12"
28-
hibernate = "5.6.12.Final"
28+
hibernate = "5.6.15.Final"
2929
# 2.6.0 requires JDK 11
3030
hsqldb = "2.5.2"
3131
httpcomponents-async = "4.1.5"
32-
httpcomponents-client = "4.5.13"
32+
httpcomponents-client = "4.5.14"
3333
# metrics are better with https://github.com/Netflix/Hystrix/pull/1568 introduced
3434
# in hystrix 1.5.12, but Netflix re-released 1.5.11 as 1.5.18 late in 2018.
3535
# <=1.5.11 or 1.5.18 doesn't break with Micrometer, but open metrics won't be correct necessarily.
@@ -38,7 +38,7 @@ jackson-databind = "2.14.2"
3838
javax-cache = "1.1.1"
3939
javax-inject = "1"
4040
jaxb = "2.3.1"
41-
jetty = "9.4.49.v20220914"
41+
jetty = "9.4.52.v20230823"
4242
jetty11 = "11.0.12"
4343
jersey2 = "2.37"
4444
jersey3 = "3.0.8"
@@ -56,20 +56,20 @@ log4j = "2.19.0"
5656
maven-resolver = "1.8.2"
5757
mockito = "5.5.0"
5858
mongo = "4.8.2"
59-
netty = "4.1.97.Final"
59+
netty = "4.1.99.Final"
6060
newrelic-api = "5.14.0"
61-
okhttp = "5.0.0-alpha.10" # TODO is compiling against an alpha version intentional?
61+
okhttp = "5.0.0-alpha.11" # TODO is compiling against an alpha version intentional?
6262
postgre = "42.5.0"
6363
prometheus = "0.16.0"
64-
reactor = "2020.0.35"
65-
rest-assured = "5.3.0"
64+
reactor = "2020.0.36"
65+
rest-assured = "5.3.2"
6666
signalfx = "1.0.35"
6767
slf4j = "1.7.36"
6868
spectator-atlas = "1.3.10"
6969
spring = "5.3.30"
7070
spring-javaformat = "0.0.39"
7171
testcontainers = "1.19.1"
72-
tomcat = "8.5.82"
72+
tomcat = "8.5.93"
7373
wavefront = "3.0.4"
7474
# pinned to avoid issues with shaded slf4j version - see gh-3414
7575
wiremock = "2.33.2"

0 commit comments

Comments
 (0)