Skip to content

Commit 01adbb8

Browse files
committed
Merge branch '1.13.x'
2 parents 7aeb29a + 45df021 commit 01adbb8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jackson-databind = "2.17.2"
4040
javax-cache = "1.1.1"
4141
javax-inject = "1"
4242
jaxb = "2.3.1"
43-
jetty9 = "9.4.55.v20240627"
43+
jetty9 = "9.4.56.v20240826"
4444
jetty11 = "11.0.16"
4545
jetty12 = "12.0.6"
4646
jersey2 = "2.45"
@@ -63,8 +63,8 @@ log4j = "2.23.1"
6363
maven-resolver = "1.9.22"
6464
mockito4 = "4.11.0"
6565
mockito5 = "5.11.0"
66-
mongo = "4.11.3"
67-
netty = "4.1.112.Final"
66+
mongo = "4.11.4"
67+
netty = "4.1.113.Final"
6868
newrelic-api = "5.14.0"
6969
# Kotlin 1.7 sample will fail from OkHttp 4.12.0 due to okio dependency being a Kotlin 1.9 module
7070
okhttp = "4.11.0"
@@ -73,9 +73,9 @@ prometheus = "1.3.1"
7373
prometheusSimpleClient = "0.16.0"
7474
reactor = "2022.0.22"
7575
rest-assured = "5.5.0"
76-
signalfx = "1.0.45"
76+
signalfx = "1.0.46"
7777
slf4j = "1.7.36"
78-
spectator-atlas = "1.7.19"
78+
spectator-atlas = "1.7.21"
7979
spring = "5.3.36"
8080
spring-javaformat = "0.0.43"
8181
testcontainers = "1.20.1"
@@ -207,7 +207,7 @@ spring-context = { module = "org.springframework:spring-context", version.ref =
207207
spring-core = { module = "org.springframework:spring-core", version.ref = "spring" }
208208
spring-cloud = { module = "org.springframework.cloud:spring-cloud-dependencies", version = "2021.0.9" }
209209
spring-javaformatCheckstyle = { module = "io.spring.javaformat:spring-javaformat-checkstyle", version.ref = "spring-javaformat" }
210-
systemStubsJupiter = { module = "uk.org.webcompere:system-stubs-jupiter", version = "2.1.6" }
210+
systemStubsJupiter = { module = "uk.org.webcompere:system-stubs-jupiter", version = "2.1.7" }
211211
testcontainers-junitJupiter = { module = "org.testcontainers:junit-jupiter", version.ref = "testcontainers" }
212212
testcontainers-kafka = { module = "org.testcontainers:kafka", version.ref = "testcontainers" }
213213
testcontainers-postgresql = { module = "org.testcontainers:postgresql", version.ref = "testcontainers" }

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pluginManagement {
66

77
plugins {
88
id 'com.gradle.develocity' version '3.18'
9-
id 'io.spring.develocity.conventions' version '0.0.20'
9+
id 'io.spring.develocity.conventions' version '0.0.21'
1010
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
1111
}
1212

0 commit comments

Comments
 (0)