@@ -9,13 +9,13 @@ javaPlatform {
9
9
dependencies {
10
10
api(platform(" com.fasterxml.jackson:jackson-bom:2.14.3" ))
11
11
api(platform(" io.micrometer:micrometer-bom:1.10.13" ))
12
- api(platform(" io.netty:netty-bom:4.1.101 .Final" ))
12
+ api(platform(" io.netty:netty-bom:4.1.104 .Final" ))
13
13
api(platform(" io.netty:netty5-bom:5.0.0.Alpha5" ))
14
- api(platform(" io.projectreactor:reactor-bom:2022.0.14 " ))
14
+ api(platform(" io.projectreactor:reactor-bom:2022.0.15 " ))
15
15
api(platform(" io.rsocket:rsocket-bom:1.1.3" ))
16
- api(platform(" org.apache.groovy:groovy-bom:4.0.16 " ))
16
+ api(platform(" org.apache.groovy:groovy-bom:4.0.17 " ))
17
17
api(platform(" org.apache.logging.log4j:log4j-bom:2.21.1" ))
18
- api(platform(" org.eclipse.jetty:jetty-bom:11.0.18 " ))
18
+ api(platform(" org.eclipse.jetty:jetty-bom:11.0.19 " ))
19
19
api(platform(" org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4" ))
20
20
api(platform(" org.jetbrains.kotlinx:kotlinx-serialization-bom:1.4.0" ))
21
21
api(platform(" org.junit:junit-bom:5.9.3" ))
@@ -25,7 +25,7 @@ dependencies {
25
25
api(" com.fasterxml:aalto-xml:1.3.2" )
26
26
api(" com.fasterxml.woodstox:woodstox-core:6.5.1" )
27
27
api(" com.github.ben-manes.caffeine:caffeine:3.1.8" )
28
- api(" com.github.librepdf:openpdf:1.3.33 " )
28
+ api(" com.github.librepdf:openpdf:1.3.36 " )
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" )
@@ -96,9 +96,9 @@ dependencies {
96
96
api(" org.apache.derby:derby:10.16.1.1" )
97
97
api(" org.apache.derby:derbyclient:10.16.1.1" )
98
98
api(" org.apache.derby:derbytools:10.16.1.1" )
99
- api(" org.apache.httpcomponents.client5:httpclient5:5.2.1 " )
100
- api(" org.apache.httpcomponents.core5:httpcore5-reactive:5.2.3 " )
101
- api(" org.apache.poi:poi-ooxml:5.2.4 " )
99
+ api(" org.apache.httpcomponents.client5:httpclient5:5.2.3 " )
100
+ api(" org.apache.httpcomponents.core5:httpcore5-reactive:5.2.4 " )
101
+ api(" org.apache.poi:poi-ooxml:5.2.5 " )
102
102
api(" org.apache.tomcat.embed:tomcat-embed-core:10.1.15" )
103
103
api(" org.apache.tomcat.embed:tomcat-embed-websocket:10.1.15" )
104
104
api(" org.apache.tomcat:tomcat-util:10.1.15" )
@@ -135,7 +135,7 @@ dependencies {
135
135
api(" org.seleniumhq.selenium:htmlunit-driver:2.70.0" )
136
136
api(" org.seleniumhq.selenium:selenium-java:3.141.59" )
137
137
api(" org.skyscreamer:jsonassert:1.5.1" )
138
- api(" org.slf4j:slf4j-api:2.0.9 " )
138
+ api(" org.slf4j:slf4j-api:2.0.11 " )
139
139
api(" org.testng:testng:7.8.0" )
140
140
api(" org.webjars:underscorejs:1.8.3" )
141
141
api(" org.webjars:webjars-locator-core:0.55" )
0 commit comments