@@ -8,10 +8,10 @@ javaPlatform {
8
8
9
9
dependencies {
10
10
api(platform(" com.fasterxml.jackson:jackson-bom:2.14.3" ))
11
- api(platform(" io.micrometer:micrometer-bom:1.10.6 " ))
11
+ api(platform(" io.micrometer:micrometer-bom:1.10.7 " ))
12
12
api(platform(" io.netty:netty-bom:4.1.92.Final" ))
13
13
api(platform(" io.netty:netty5-bom:5.0.0.Alpha5" ))
14
- api(platform(" io.projectreactor:reactor-bom:2022.0.6 " ))
14
+ api(platform(" io.projectreactor:reactor-bom:2022.0.7 " ))
15
15
api(platform(" io.rsocket:rsocket-bom:1.1.3" ))
16
16
api(platform(" org.apache.groovy:groovy-bom:4.0.11" ))
17
17
api(platform(" org.apache.logging.log4j:log4j-bom:2.20.0" ))
@@ -23,13 +23,13 @@ dependencies {
23
23
24
24
constraints {
25
25
api(" com.fasterxml:aalto-xml:1.3.2" )
26
- api(" com.fasterxml.woodstox:woodstox-core:6.5.0 " )
27
- api(" com.github.ben-manes.caffeine:caffeine:3.1.5 " )
26
+ api(" com.fasterxml.woodstox:woodstox-core:6.5.1 " )
27
+ api(" com.github.ben-manes.caffeine:caffeine:3.1.6 " )
28
28
api(" com.github.librepdf:openpdf:1.3.30" )
29
29
api(" com.google.code.findbugs:findbugs:3.0.1" )
30
30
api(" com.google.code.findbugs:jsr305:3.0.2" )
31
31
api(" com.google.code.gson:gson:2.10.1" )
32
- api(" com.google.protobuf:protobuf-java-util:3.21.12 " )
32
+ api(" com.google.protobuf:protobuf-java-util:3.23.0 " )
33
33
api(" com.googlecode.protobuf-java-format:protobuf-java-format:1.4" )
34
34
api(" com.h2database:h2:2.1.214" )
35
35
api(" com.jayway.jsonpath:json-path:2.8.0" )
@@ -45,11 +45,11 @@ dependencies {
45
45
api(" com.thoughtworks.xstream:xstream:1.4.20" )
46
46
api(" commons-io:commons-io:2.11.0" )
47
47
api(" de.bechte.junit:junit-hierarchicalcontextrunner:4.12.2" )
48
- api(" info.picocli:picocli:4.7.1 " )
48
+ api(" info.picocli:picocli:4.7.3 " )
49
49
api(" io.micrometer:context-propagation:1.0.0" )
50
50
api(" io.mockk:mockk:1.13.4" )
51
51
api(" io.projectreactor.netty:reactor-netty5-http:2.0.0-M3" )
52
- api(" io.projectreactor.tools:blockhound:1.0.7 .RELEASE" )
52
+ api(" io.projectreactor.tools:blockhound:1.0.8 .RELEASE" )
53
53
api(" io.r2dbc:r2dbc-h2:1.0.0.RELEASE" )
54
54
api(" io.r2dbc:r2dbc-spi-test:1.0.0.RELEASE" )
55
55
api(" io.r2dbc:r2dbc-spi:1.0.0.RELEASE" )
@@ -89,9 +89,9 @@ dependencies {
89
89
api(" net.sf.jopt-simple:jopt-simple:5.0.4" )
90
90
api(" net.sourceforge.htmlunit:htmlunit:2.70.0" )
91
91
api(" org.apache-extras.beanshell:bsh:2.0b6" )
92
- api(" org.apache.activemq:activemq-broker:5.17.2 " )
93
- api(" org.apache.activemq:activemq-kahadb-store:5.17.2 " )
94
- api(" org.apache.activemq:activemq-stomp:5.17.2 " )
92
+ api(" org.apache.activemq:activemq-broker:5.17.4 " )
93
+ api(" org.apache.activemq:activemq-kahadb-store:5.17.4 " )
94
+ api(" org.apache.activemq:activemq-stomp:5.17.4 " )
95
95
api(" org.apache.commons:commons-pool2:2.9.0" )
96
96
api(" org.apache.derby:derby:10.16.1.1" )
97
97
api(" org.apache.derby:derbyclient:10.16.1.1" )
0 commit comments