File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ version = "1.0.0"
7
7
8
8
object Versions {
9
9
const val altinnCorrespondenceAgencyExternalVersion = " 1.2020.01.20-15.44-063ae9f84815"
10
- const val cxfVersion = " 3.5.5 "
10
+ const val cxfVersion = " 3.5.7 "
11
11
const val confluent = " 7.5.1"
12
12
const val flyway = " 9.22.3"
13
13
const val hikari = " 5.0.1"
@@ -184,6 +184,14 @@ dependencies {
184
184
implementation(" org.apache.cxf:cxf-rt-features-logging:${Versions .cxfVersion} " )
185
185
implementation(" org.apache.cxf:cxf-rt-transports-http:${Versions .cxfVersion} " )
186
186
implementation(" org.apache.cxf:cxf-rt-ws-security:${Versions .cxfVersion} " )
187
+ constraints {
188
+ implementation(" org.apache.santuario:xmlsec" ) {
189
+ because(" org.apache.cxf:cxf-rt-ws-security:${Versions .cxfVersion} -> https://nvd.nist.gov/vuln/detail/CVE-2023-44483" )
190
+ version {
191
+ require(" 2.3.4" )
192
+ }
193
+ }
194
+ }
187
195
implementation(" javax.xml.ws:jaxws-api:${Versions .jaxsWsApiVersion} " )
188
196
implementation(" com.sun.xml.ws:jaxws-tools:${Versions .jaxwsToolsVersion} " ) {
189
197
exclude(group = " com.sun.xml.ws" , module = " policy" )
You can’t perform that action at this time.
0 commit comments