@@ -23,21 +23,21 @@ javaPlatform {
2323}
2424
2525dependencies {
26- api(platform(" org.apache.logging.log4j:log4j-bom:2.25.3 " ))
26+ api(platform(" org.apache.logging.log4j:log4j-bom:2.25.4 " ))
2727 api(platform(" org.apache.activemq:activemq-bom:6.1.8" ))
28- api(platform(" org.eclipse.jetty:jetty-bom:12.1.7 " ))
29- api(platform(" org.eclipse.jetty.ee11:jetty-ee11-bom:12.1.7 " ))
28+ api(platform(" org.eclipse.jetty:jetty-bom:12.1.10 " ))
29+ api(platform(" org.eclipse.jetty.ee11:jetty-ee11-bom:12.1.10 " ))
3030 api(platform(" org.junit:junit-bom:6.0.3" ))
31- api(platform(" org.slf4j:slf4j-bom:2.0.17 " ))
31+ api(platform(" org.slf4j:slf4j-bom:2.0.18 " ))
3232 api(platform(" org.springframework:spring-framework-bom:${ springFrameworkVersion} " ))
33- api(platform(" org.springframework.security:spring-security-bom:7.0.4 " ))
33+ api(platform(" org.springframework.security:spring-security-bom:7.0.6-SNAPSHOT " ))
3434 constraints {
3535 api(" com.fasterxml.woodstox:woodstox-core:7.1.1" )
3636 api(" com.google.code.findbugs:jsr305:3.0.2" )
3737 api(" com.icegreen:greenmail:2.1.8" )
3838 api(" com.icegreen:greenmail-junit5:2.1.8" )
3939 api(" com.icegreen:greenmail-spring:2.1.8" )
40- api(" com.sun.xml.messaging.saaj:saaj-impl:3.0.4 " )
40+ api(" com.sun.xml.messaging.saaj:saaj-impl:3.0.5 " )
4141 api(" commons-io:commons-io:2.21.0" )
4242 api(" commons-logging:commons-logging:1.3.5" )
4343 api(" jakarta.activation:jakarta.activation-api:2.1.4" )
@@ -47,7 +47,7 @@ dependencies {
4747 api(" jakarta.servlet:jakarta.servlet-api:6.1.0" )
4848 api(" jakarta.xml.bind:jakarta.xml.bind-api:4.0.5" )
4949 api(" jakarta.xml.soap:jakarta.xml.soap-api:3.0.2" )
50- api(" jaxen:jaxen:2.0.0 " )
50+ api(" jaxen:jaxen:2.0.5 " )
5151 api(" net.minidev:json-smart:2.6.0" )
5252 api(" org.apache.commons:commons-collections4:4.5.0" )
5353 api(" org.apache.httpcomponents.client5:httpclient5:5.5.2" )
@@ -68,7 +68,7 @@ dependencies {
6868 api(" org.dom4j:dom4j:2.2.0" )
6969 api(" org.easymock:easymock:5.6.0" )
7070 api(" org.eclipse.angus:angus-mail:2.0.5" )
71- api(" org.glassfish.jaxb:jaxb-runtime:4.0.7 " )
71+ api(" org.glassfish.jaxb:jaxb-runtime:4.0.9 " )
7272 api(" org.igniterealtime.smack:smack-extensions:4.3.5" )
7373 api(" org.igniterealtime.smack:smack-java7:4.3.5" )
7474 api(" org.igniterealtime.smack:smack-tcp:4.3.5" )
0 commit comments