@@ -15,8 +15,8 @@ dependencies {
15
15
api(platform(" org.apache.groovy:groovy-bom:4.0.26" ))
16
16
api(platform(" org.apache.logging.log4j:log4j-bom:3.0.0-beta3" ))
17
17
api(platform(" org.assertj:assertj-bom:3.27.3" ))
18
- api(platform(" org.eclipse.jetty:jetty-bom:12.1.0.alpha1 " ))
19
- api(platform(" org.eclipse.jetty.ee11:jetty-ee11-bom:12.1.0.alpha1 " ))
18
+ api(platform(" org.eclipse.jetty:jetty-bom:12.1.0.alpha2 " ))
19
+ api(platform(" org.eclipse.jetty.ee11:jetty-ee11-bom:12.1.0.alpha2 " ))
20
20
api(platform(" org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.1" ))
21
21
api(platform(" org.jetbrains.kotlinx:kotlinx-serialization-bom:1.8.0" ))
22
22
api(platform(" org.junit:junit-bom:5.12.1" ))
@@ -44,7 +44,7 @@ dependencies {
44
44
api(" com.thoughtworks.qdox:qdox:2.2.0" )
45
45
api(" com.thoughtworks.xstream:xstream:1.4.21" )
46
46
api(" commons-io:commons-io:2.15.0" )
47
- api(" commons-logging:commons-logging:1.3.4 " )
47
+ api(" commons-logging:commons-logging:1.3.5 " )
48
48
api(" de.bechte.junit:junit-hierarchicalcontextrunner:4.12.2" )
49
49
api(" io.micrometer:context-propagation:1.1.1" )
50
50
api(" io.mockk:mockk:1.13.4" )
@@ -100,10 +100,10 @@ dependencies {
100
100
api(" org.apache.httpcomponents.client5:httpclient5:5.4.2" )
101
101
api(" org.apache.httpcomponents.core5:httpcore5-reactive:5.3.3" )
102
102
api(" org.apache.poi:poi-ooxml:5.2.5" )
103
- api(" org.apache.tomcat.embed:tomcat-embed-core:11.0.1 " )
104
- api(" org.apache.tomcat.embed:tomcat-embed-websocket:11.0.1 " )
105
- api(" org.apache.tomcat:tomcat-util:11.0.1 " )
106
- api(" org.apache.tomcat:tomcat-websocket:11.0.1 " )
103
+ api(" org.apache.tomcat.embed:tomcat-embed-core:11.0.5 " )
104
+ api(" org.apache.tomcat.embed:tomcat-embed-websocket:11.0.5 " )
105
+ api(" org.apache.tomcat:tomcat-util:11.0.5 " )
106
+ api(" org.apache.tomcat:tomcat-websocket:11.0.5 " )
107
107
api(" org.aspectj:aspectjrt:1.9.23" )
108
108
api(" org.aspectj:aspectjtools:1.9.23" )
109
109
api(" org.aspectj:aspectjweaver:1.9.23" )
@@ -124,7 +124,7 @@ dependencies {
124
124
api(" org.glassfish:jakarta.el:4.0.2" )
125
125
api(" org.graalvm.sdk:graal-sdk:22.3.1" )
126
126
api(" org.hamcrest:hamcrest:3.0" )
127
- api(" org.hibernate.orm:hibernate-core:7.0.0.Beta4 " )
127
+ api(" org.hibernate.orm:hibernate-core:7.0.0.Beta5 " )
128
128
api(" org.hibernate.validator:hibernate-validator:9.0.0.CR1" )
129
129
api(" org.hsqldb:hsqldb:2.7.4" )
130
130
api(" org.htmlunit:htmlunit:4.10.0" )
0 commit comments