@@ -12,9 +12,9 @@ dependencies {
12
12
api(platform(" io.netty:netty-bom:4.2.6.Final" ))
13
13
api(platform(" io.projectreactor:reactor-bom:202500-M7" ))
14
14
api(platform(" io.rsocket:rsocket-bom:1.1.5" ))
15
- api(platform(" org.apache.groovy:groovy-bom:5.0.0-rc- 1" ))
16
- api(platform(" org.apache.logging.log4j:log4j-bom:3.0.0-beta3 " ))
17
- api(platform(" org.assertj:assertj-bom:3.27.3 " ))
15
+ api(platform(" org.apache.groovy:groovy-bom:5.0.1" ))
16
+ api(platform(" org.apache.logging.log4j:log4j-bom:2.25.1 " ))
17
+ api(platform(" org.assertj:assertj-bom:3.27.4 " ))
18
18
api(platform(" org.eclipse.jetty:jetty-bom:12.1.1" ))
19
19
api(platform(" org.eclipse.jetty.ee11:jetty-ee11-bom:12.1.1" ))
20
20
api(platform(" org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2" ))
@@ -31,7 +31,7 @@ dependencies {
31
31
api(" com.google.code.findbugs:findbugs:3.0.1" )
32
32
api(" com.google.code.findbugs:jsr305:3.0.2" )
33
33
api(" com.google.code.gson:gson:2.13.1" )
34
- api(" com.google.protobuf:protobuf-java-util:4.32.0 " )
34
+ api(" com.google.protobuf:protobuf-java-util:4.32.1 " )
35
35
api(" com.h2database:h2:2.3.232" )
36
36
api(" com.jayway.jsonpath:json-path:2.9.0" )
37
37
api(" com.networknt:json-schema-validator:1.5.3" )
@@ -85,12 +85,12 @@ dependencies {
85
85
api(" junit:junit:4.13.2" )
86
86
api(" net.sf.jopt-simple:jopt-simple:5.0.4" )
87
87
api(" org.apache-extras.beanshell:bsh:2.0b6" )
88
- api(" org.apache.activemq:activemq-broker:5.17.6 " )
89
- api(" org.apache.activemq:activemq-kahadb-store:5.17.6 " )
90
- api(" org.apache.activemq:activemq-stomp:5.17.6 " )
91
- api(" org.apache.activemq:artemis-jakarta-client:2.31.2 " )
92
- api(" org.apache.activemq:artemis-junit-5:2.31.2 " )
93
- api(" org.apache.commons:commons-pool2:2.9.0 " )
88
+ api(" org.apache.activemq:activemq-broker:5.17.7 " )
89
+ api(" org.apache.activemq:activemq-kahadb-store:5.17.7 " )
90
+ api(" org.apache.activemq:activemq-stomp:5.17.7 " )
91
+ api(" org.apache.activemq:artemis-jakarta-client:2.42.0 " )
92
+ api(" org.apache.activemq:artemis-junit-5:2.42.0 " )
93
+ api(" org.apache.commons:commons-pool2:2.12.1 " )
94
94
api(" org.apache.derby:derby:10.16.1.1" )
95
95
api(" org.apache.derby:derbyclient:10.16.1.1" )
96
96
api(" org.apache.derby:derbytools:10.16.1.1" )
@@ -108,8 +108,8 @@ dependencies {
108
108
api(" org.bouncycastle:bcpkix-jdk18on:1.72" )
109
109
api(" org.codehaus.jettison:jettison:1.5.4" )
110
110
api(" org.crac:crac:1.4.0" )
111
- api(" org.dom4j:dom4j:2.1.4 " )
112
- api(" org.easymock:easymock:5.5 .0" )
111
+ api(" org.dom4j:dom4j:2.2.0 " )
112
+ api(" org.easymock:easymock:5.6 .0" )
113
113
api(" org.eclipse.angus:angus-mail:2.0.3" )
114
114
api(" org.eclipse.jetty:jetty-reactive-httpclient:4.0.11" )
115
115
api(" org.eclipse.persistence:org.eclipse.persistence.jpa:5.0.0-B10" )
@@ -121,7 +121,7 @@ dependencies {
121
121
api(" org.glassfish:jakarta.el:4.0.2" )
122
122
api(" org.graalvm.sdk:graal-sdk:22.3.1" )
123
123
api(" org.hamcrest:hamcrest:3.0" )
124
- api(" org.hibernate.orm:hibernate-core:7.1.0 .Final" )
124
+ api(" org.hibernate.orm:hibernate-core:7.1.1 .Final" )
125
125
api(" org.hibernate.validator:hibernate-validator:9.0.1.Final" )
126
126
api(" org.hsqldb:hsqldb:2.7.4" )
127
127
api(" org.htmlunit:htmlunit:4.16.0" )
@@ -141,8 +141,8 @@ dependencies {
141
141
api(" org.testng:testng:7.11.0" )
142
142
api(" org.webjars:underscorejs:1.8.3" )
143
143
api(" org.webjars:webjars-locator-lite:1.1.0" )
144
- api(" org.xmlunit:xmlunit-assertj:2.10.3 " )
145
- api(" org.xmlunit:xmlunit-matchers:2.10.3 " )
146
- api(" org.yaml:snakeyaml:2.4 " )
144
+ api(" org.xmlunit:xmlunit-assertj:2.10.4 " )
145
+ api(" org.xmlunit:xmlunit-matchers:2.10.4 " )
146
+ api(" org.yaml:snakeyaml:2.5 " )
147
147
}
148
148
}
0 commit comments