Skip to content

Commit a3a65ae

Browse files
authored
Merge pull request #1732 from blackducksoftware/dev/dterry/IDETECT-5102-fix-vulns
rev bouncy castle and plexutil libs
2 parents e27038b + 3babf94 commit a3a65ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ dependencies {
186186
implementation 'com.blackducksoftware:method-analyzer-core:1.0.7'
187187
implementation "${locatorGroup}:${locatorModule}:2.4.2"
188188

189-
implementation 'org.apache.maven.shared:maven-invoker:3.0.0'
189+
implementation 'org.apache.maven.shared:maven-invoker:3.3.0'
190190

191191
// Below direct inclusions of corresponding transitive dependencies
192192
// were added to resolve CVE-2024-22259 appearing in 5.3.27 of springframework libraries.
@@ -229,7 +229,7 @@ dependencies {
229229
implementation('org.apache.james:apache-mime4j-core:0.8.10') {
230230
because 'previous version has a vulnerability'
231231
}
232-
implementation('org.bouncycastle:bcutil-jdk18on:1.78') {
232+
implementation('org.bouncycastle:bcutil-jdk18on:1.84') {
233233
because 'previous version has a vulnerability'
234234
}
235235
implementation('com.jayway.jsonpath:json-path:2.9.0') {

0 commit comments

Comments
 (0)