Skip to content

Commit

Permalink
RDCC-6464: Nightly Fix (#669)
Browse files Browse the repository at this point in the history
* RDCC-6464: Adding Suppression for `CVE-2023-24998`

* commenting out line to see build status

* uncommenting line

* Upgrading Serenity Version

* cve fix with out suppression

---------

Co-authored-by: Sahitya Desireddy <sahitya.desireddy@hmcts.net>
  • Loading branch information
AdilHMCTS and sahitya-desireddy authored Mar 3, 2023
1 parent 2ec07c3 commit 05f6afa
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
maven { url 'https://jitpack.io' }
}
dependencies {
classpath("net.serenity-bdd:serenity-gradle-plugin:2.3.4")
classpath("net.serenity-bdd:serenity-gradle-plugin:2.4.34")
}
}

Expand Down Expand Up @@ -516,6 +516,8 @@ dependencies {
pactTestImplementation sourceSets.test.runtimeClasspath
}



dependencyManagement {

dependencies {
Expand All @@ -529,6 +531,10 @@ dependencyManagement {
dependencySet(group: 'com.fasterxml.woodstox', version: '6.5.0') {
entry 'woodstox-core'
}
//CVE-2023-24998
dependencySet(group: 'commons-fileupload', version: '1.5') {
entry 'commons-fileupload'
}
}
}

Expand Down

0 comments on commit 05f6afa

Please sign in to comment.