@@ -9,23 +9,23 @@ javaPlatform {
9
9
dependencies {
10
10
api(platform(" com.fasterxml.jackson:jackson-bom:2.14.0" ))
11
11
api(platform(" io.micrometer:micrometer-bom:1.10.0" ))
12
- api(platform(" io.netty:netty-bom:4.1.84 .Final" ))
12
+ api(platform(" io.netty:netty-bom:4.1.85 .Final" ))
13
13
api(platform(" io.netty:netty5-bom:5.0.0.Alpha5" ))
14
- api(platform(" io.projectreactor:reactor-bom:2022.0.0-RC1 " ))
14
+ api(platform(" io.projectreactor:reactor-bom:2022.0.0" ))
15
15
api(platform(" io.rsocket:rsocket-bom:1.1.3" ))
16
16
api(platform(" org.apache.groovy:groovy-bom:4.0.5" ))
17
17
api(platform(" org.apache.logging.log4j:log4j-bom:2.19.0" ))
18
18
api(platform(" org.eclipse.jetty:jetty-bom:11.0.12" ))
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.1" ))
22
- api(platform(" org.mockito:mockito-bom:4.8.0 " ))
22
+ api(platform(" org.mockito:mockito-bom:4.8.1 " ))
23
23
24
24
constraints {
25
25
api(" com.fasterxml.woodstox:woodstox-core:6.4.0" )
26
26
api(" com.fasterxml:aalto-xml:1.3.1" )
27
27
api(" com.github.ben-manes.caffeine:caffeine:3.1.1" )
28
- api(" com.github.librepdf:openpdf:1.3.29 " )
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.9.1" )
@@ -48,12 +48,13 @@ dependencies {
48
48
api(" info.picocli:picocli:4.6.3" )
49
49
api(" io.micrometer:context-propagation:1.0.0" )
50
50
api(" io.mockk:mockk:1.12.1" )
51
+ api(" io.projectreactor.netty:reactor-netty5-http:2.0.0-M3" )
51
52
api(" io.projectreactor.tools:blockhound:1.0.6.RELEASE" )
52
53
api(" io.r2dbc:r2dbc-h2:1.0.0.RC1" )
53
54
api(" io.r2dbc:r2dbc-spi-test:1.0.0.RELEASE" )
54
55
api(" io.r2dbc:r2dbc-spi:1.0.0.RELEASE" )
55
56
api(" io.reactivex.rxjava3:rxjava:3.1.5" )
56
- api(" io.smallrye.reactive:mutiny:1.7 .0" )
57
+ api(" io.smallrye.reactive:mutiny:1.8 .0" )
57
58
api(" io.undertow:undertow-core:2.3.0.Final" )
58
59
api(" io.undertow:undertow-servlet:2.3.0.Final" )
59
60
api(" io.undertow:undertow-websockets-jsr:2.3.0.Final" )
@@ -86,7 +87,7 @@ dependencies {
86
87
api(" jaxen:jaxen:1.2.0" )
87
88
api(" junit:junit:4.13.2" )
88
89
api(" net.sf.jopt-simple:jopt-simple:5.0.4" )
89
- api(" net.sourceforge.htmlunit:htmlunit:2.65.1 " )
90
+ api(" net.sourceforge.htmlunit:htmlunit:2.66.0 " )
90
91
api(" org.apache-extras.beanshell:bsh:2.0b6" )
91
92
api(" org.apache.activemq:activemq-broker:5.16.2" )
92
93
api(" org.apache.activemq:activemq-kahadb-store:5.16.2" )
@@ -110,7 +111,7 @@ dependencies {
110
111
api(" org.bouncycastle:bcpkix-jdk18on:1.71" )
111
112
api(" org.codehaus.jettison:jettison:1.3.8" )
112
113
api(" org.dom4j:dom4j:2.1.3" )
113
- api(" org.eclipse.jetty:jetty-reactive-httpclient:3.0.6 " )
114
+ api(" org.eclipse.jetty:jetty-reactive-httpclient:3.0.7 " )
114
115
api(" org.eclipse.persistence:org.eclipse.persistence.jpa:3.0.3" )
115
116
api(" org.eclipse:yasson:2.0.4" )
116
117
api(" org.ehcache:ehcache:3.4.0" )
@@ -133,10 +134,10 @@ dependencies {
133
134
api(" org.ogce:xpp3:1.1.6" )
134
135
api(" org.python:jython-standalone:2.7.1" )
135
136
api(" org.quartz-scheduler:quartz:2.3.2" )
136
- api(" org.seleniumhq.selenium:htmlunit-driver:2.65 .0" )
137
+ api(" org.seleniumhq.selenium:htmlunit-driver:2.66 .0" )
137
138
api(" org.seleniumhq.selenium:selenium-java:3.141.59" )
138
139
api(" org.skyscreamer:jsonassert:1.5.0" )
139
- api(" org.slf4j:slf4j-api:2.0.2 " )
140
+ api(" org.slf4j:slf4j-api:2.0.3 " )
140
141
api(" org.testng:testng:7.6.1" )
141
142
api(" org.webjars:underscorejs:1.8.3" )
142
143
api(" org.webjars:webjars-locator-core:0.48" )
0 commit comments