@@ -12,11 +12,11 @@ dependencies {
1212 api(platform(" io.netty:netty-bom:4.2.13.Final" ))
1313 api(platform(" io.projectreactor:reactor-bom:2025.0.5" ))
1414 api(platform(" io.rsocket:rsocket-bom:1.1.5" ))
15- api(platform(" org.apache.groovy:groovy-bom:5.0.5 " ))
16- api(platform(" org.apache.logging.log4j:log4j-bom:2.25.4 " ))
15+ api(platform(" org.apache.groovy:groovy-bom:5.0.6 " ))
16+ api(platform(" org.apache.logging.log4j:log4j-bom:2.26.0 " ))
1717 api(platform(" org.assertj:assertj-bom:3.27.7" ))
18- api(platform(" org.eclipse.jetty:jetty-bom:12.1.7 " ))
19- api(platform(" org.eclipse.jetty.ee11:jetty-ee11-bom:12.1.7 " ))
18+ api(platform(" org.eclipse.jetty:jetty-bom:12.1.9 " ))
19+ api(platform(" org.eclipse.jetty.ee11:jetty-ee11-bom:12.1.9 " ))
2020 api(platform(" org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2" ))
2121 api(platform(" org.jetbrains.kotlinx:kotlinx-serialization-bom:1.11.0" ))
2222 api(platform(" org.junit:junit-bom:6.0.3" ))
@@ -96,10 +96,10 @@ dependencies {
9696 api(" org.apache.httpcomponents.client5:httpclient5:5.6" )
9797 api(" org.apache.httpcomponents.core5:httpcore5-reactive:5.4.2" )
9898 api(" org.apache.poi:poi-ooxml:5.5.1" )
99- api(" org.apache.tomcat.embed:tomcat-embed-core:11.0.20 " )
100- api(" org.apache.tomcat.embed:tomcat-embed-websocket:11.0.20 " )
101- api(" org.apache.tomcat:tomcat-util:11.0.20 " )
102- api(" org.apache.tomcat:tomcat-websocket:11.0.20 " )
99+ api(" org.apache.tomcat.embed:tomcat-embed-core:11.0.22 " )
100+ api(" org.apache.tomcat.embed:tomcat-embed-websocket:11.0.22 " )
101+ api(" org.apache.tomcat:tomcat-util:11.0.22 " )
102+ api(" org.apache.tomcat:tomcat-websocket:11.0.22 " )
103103 api(" org.aspectj:aspectjrt:1.9.25" )
104104 api(" org.aspectj:aspectjtools:1.9.25" )
105105 api(" org.aspectj:aspectjweaver:1.9.25" )
@@ -120,7 +120,7 @@ dependencies {
120120 api(" org.glassfish:jakarta.el:4.0.2" )
121121 api(" org.graalvm.sdk:graal-sdk:22.3.1" )
122122 api(" org.hamcrest:hamcrest:3.0" )
123- api(" org.hibernate.orm:hibernate-core:7.3.3 .Final" )
123+ api(" org.hibernate.orm:hibernate-core:7.3.4 .Final" )
124124 api(" org.hibernate.validator:hibernate-validator:9.1.0.Final" )
125125 api(" org.hsqldb:hsqldb:2.7.4" )
126126 api(" org.htmlunit:htmlunit:4.21.0" )
0 commit comments