@@ -8,12 +8,12 @@ javaPlatform {
8
8
9
9
dependencies {
10
10
api(platform(" com.fasterxml.jackson:jackson-bom:2.15.3" ))
11
- api(platform(" io.micrometer:micrometer-bom:1.12.2 " ))
12
- api(platform(" io.netty:netty-bom:4.1.104 .Final" ))
11
+ api(platform(" io.micrometer:micrometer-bom:1.12.3 " ))
12
+ api(platform(" io.netty:netty-bom:4.1.107 .Final" ))
13
13
api(platform(" io.netty:netty5-bom:5.0.0.Alpha5" ))
14
- api(platform(" io.projectreactor:reactor-bom:2023.0.2 " ))
14
+ api(platform(" io.projectreactor:reactor-bom:2023.0.3 " ))
15
15
api(platform(" io.rsocket:rsocket-bom:1.1.3" ))
16
- api(platform(" org.apache.groovy:groovy-bom:4.0.17 " ))
16
+ api(platform(" org.apache.groovy:groovy-bom:4.0.18 " ))
17
17
api(platform(" org.apache.logging.log4j:log4j-bom:2.21.1" ))
18
18
api(platform(" org.assertj:assertj-bom:3.25.3" ))
19
19
api(platform(" org.eclipse.jetty:jetty-bom:12.0.6" ))
@@ -27,11 +27,11 @@ dependencies {
27
27
api(" com.fasterxml:aalto-xml:1.3.2" )
28
28
api(" com.fasterxml.woodstox:woodstox-core:6.5.1" )
29
29
api(" com.github.ben-manes.caffeine:caffeine:3.1.8" )
30
- api(" com.github.librepdf:openpdf:1.3.39 " )
30
+ api(" com.github.librepdf:openpdf:1.3.40 " )
31
31
api(" com.google.code.findbugs:findbugs:3.0.1" )
32
32
api(" com.google.code.findbugs:jsr305:3.0.2" )
33
33
api(" com.google.code.gson:gson:2.10.1" )
34
- api(" com.google.protobuf:protobuf-java-util:3.25.1 " )
34
+ api(" com.google.protobuf:protobuf-java-util:3.25.2 " )
35
35
api(" com.h2database:h2:2.2.224" )
36
36
api(" com.jayway.jsonpath:json-path:2.8.0" )
37
37
api(" com.rometools:rome:1.19.0" )
@@ -46,7 +46,7 @@ dependencies {
46
46
api(" com.thoughtworks.xstream:xstream:1.4.20" )
47
47
api(" commons-io:commons-io:2.15.0" )
48
48
api(" de.bechte.junit:junit-hierarchicalcontextrunner:4.12.2" )
49
- api(" io.micrometer:context-propagation:1.1.0 " )
49
+ api(" io.micrometer:context-propagation:1.1.1 " )
50
50
api(" io.mockk:mockk:1.13.4" )
51
51
api(" io.projectreactor.netty:reactor-netty5-http:2.0.0-M3" )
52
52
api(" io.projectreactor.tools:blockhound:1.0.8.RELEASE" )
0 commit comments