@@ -14,12 +14,12 @@ dependencies {
14
14
api(platform(" io.projectreactor:reactor-bom:2022.0.12" ))
15
15
api(platform(" io.rsocket:rsocket-bom:1.1.3" ))
16
16
api(platform(" org.apache.groovy:groovy-bom:4.0.15" ))
17
- api(platform(" org.apache.logging.log4j:log4j-bom:2.20.0 " ))
18
- api(platform(" org.eclipse.jetty:jetty-bom:11.0.17 " ))
17
+ api(platform(" org.apache.logging.log4j:log4j-bom:2.21.1 " ))
18
+ api(platform(" org.eclipse.jetty:jetty-bom:11.0.18 " ))
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" ))
22
- api(platform(" org.mockito:mockito-bom:5.6 .0" ))
22
+ api(platform(" org.mockito:mockito-bom:5.7 .0" ))
23
23
24
24
constraints {
25
25
api(" com.fasterxml:aalto-xml:1.3.2" )
@@ -54,9 +54,9 @@ dependencies {
54
54
api(" io.r2dbc:r2dbc-spi:1.0.0.RELEASE" )
55
55
api(" io.reactivex.rxjava3:rxjava:3.1.6" )
56
56
api(" io.smallrye.reactive:mutiny:1.9.0" )
57
- api(" io.undertow:undertow-core:2.3.8 .Final" )
58
- api(" io.undertow:undertow-servlet:2.3.8 .Final" )
59
- api(" io.undertow:undertow-websockets-jsr:2.3.8 .Final" )
57
+ api(" io.undertow:undertow-core:2.3.10 .Final" )
58
+ api(" io.undertow:undertow-servlet:2.3.10 .Final" )
59
+ api(" io.undertow:undertow-websockets-jsr:2.3.10 .Final" )
60
60
api(" io.vavr:vavr:0.10.4" )
61
61
api(" jakarta.activation:jakarta.activation-api:2.0.1" )
62
62
api(" jakarta.annotation:jakarta.annotation-api:2.0.0" )
@@ -99,10 +99,10 @@ dependencies {
99
99
api(" org.apache.httpcomponents.client5:httpclient5:5.2.1" )
100
100
api(" org.apache.httpcomponents.core5:httpcore5-reactive:5.2.2" )
101
101
api(" org.apache.poi:poi-ooxml:5.2.3" )
102
- api(" org.apache.tomcat.embed:tomcat-embed-core:10.1.14 " )
103
- api(" org.apache.tomcat.embed:tomcat-embed-websocket:10.1.14 " )
104
- api(" org.apache.tomcat:tomcat-util:10.1.14 " )
105
- api(" org.apache.tomcat:tomcat-websocket:10.1.14 " )
102
+ api(" org.apache.tomcat.embed:tomcat-embed-core:10.1.15 " )
103
+ api(" org.apache.tomcat.embed:tomcat-embed-websocket:10.1.15 " )
104
+ api(" org.apache.tomcat:tomcat-util:10.1.15 " )
105
+ api(" org.apache.tomcat:tomcat-websocket:10.1.15 " )
106
106
api(" org.aspectj:aspectjrt:1.9.20.1" )
107
107
api(" org.aspectj:aspectjtools:1.9.20.1" )
108
108
api(" org.aspectj:aspectjweaver:1.9.20.1" )
@@ -111,8 +111,8 @@ dependencies {
111
111
api(" org.bouncycastle:bcpkix-jdk18on:1.72" )
112
112
api(" org.codehaus.jettison:jettison:1.5.4" )
113
113
api(" org.dom4j:dom4j:2.1.4" )
114
- api(" org.eclipse.jetty:jetty-reactive-httpclient:3.0.8 " )
115
- api(" org.eclipse.persistence:org.eclipse.persistence.jpa:3.0.3 " )
114
+ api(" org.eclipse.jetty:jetty-reactive-httpclient:3.0.10 " )
115
+ api(" org.eclipse.persistence:org.eclipse.persistence.jpa:3.0.4 " )
116
116
api(" org.eclipse:yasson:2.0.4" )
117
117
api(" org.ehcache:ehcache:3.10.8" )
118
118
api(" org.ehcache:jcache:1.0.1" )
0 commit comments