@@ -9,15 +9,15 @@ javaPlatform {
9
9
dependencies {
10
10
api(platform(" com.fasterxml.jackson:jackson-bom:2.18.4" ))
11
11
api(platform(" io.micrometer:micrometer-bom:1.14.8" ))
12
- api(platform(" io.netty:netty-bom:4.1.121 .Final" ))
12
+ api(platform(" io.netty:netty-bom:4.1.122 .Final" ))
13
13
api(platform(" io.netty:netty5-bom:5.0.0.Alpha5" ))
14
14
api(platform(" io.projectreactor:reactor-bom:2024.0.7" ))
15
15
api(platform(" io.rsocket:rsocket-bom:1.1.5" ))
16
16
api(platform(" org.apache.groovy:groovy-bom:4.0.27" ))
17
17
api(platform(" org.apache.logging.log4j:log4j-bom:2.21.1" ))
18
18
api(platform(" org.assertj:assertj-bom:3.27.3" ))
19
- api(platform(" org.eclipse.jetty:jetty-bom:12.0.21 " ))
20
- api(platform(" org.eclipse.jetty.ee10:jetty-ee10-bom:12.0.21 " ))
19
+ api(platform(" org.eclipse.jetty:jetty-bom:12.0.23 " ))
20
+ api(platform(" org.eclipse.jetty.ee10:jetty-ee10-bom:12.0.23 " ))
21
21
api(platform(" org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.8.1" ))
22
22
api(platform(" org.jetbrains.kotlinx:kotlinx-serialization-bom:1.6.3" ))
23
23
api(platform(" org.junit:junit-bom:5.13.3" ))
@@ -26,11 +26,11 @@ dependencies {
26
26
constraints {
27
27
api(" com.fasterxml:aalto-xml:1.3.2" )
28
28
api(" com.fasterxml.woodstox:woodstox-core:6.7.0" )
29
- api(" com.github.ben-manes.caffeine:caffeine:3.2.0 " )
29
+ api(" com.github.ben-manes.caffeine:caffeine:3.2.1 " )
30
30
api(" com.github.librepdf:openpdf:1.3.43" )
31
31
api(" com.google.code.findbugs:findbugs:3.0.1" )
32
32
api(" com.google.code.findbugs:jsr305:3.0.2" )
33
- api(" com.google.code.gson:gson:2.12 .1" )
33
+ api(" com.google.code.gson:gson:2.13 .1" )
34
34
api(" com.google.protobuf:protobuf-java-util:4.30.2" )
35
35
api(" com.h2database:h2:2.3.232" )
36
36
api(" com.jayway.jsonpath:json-path:2.9.0" )
0 commit comments