Skip to content

Commit

Permalink
fix: bump befta-fw from 8.2 -> 8.3 and commons compress from 1.18 to …
Browse files Browse the repository at this point in the history
…1.21 (#176)
  • Loading branch information
swalker125 authored Jul 27, 2021
1 parent 4bd54b2 commit 0727d4a
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 @@ -218,7 +218,13 @@ ext.libraries = [
]

dependencies {
implementation group: 'com.github.hmcts', name: 'befta-fw', version: '8.2.0'
implementation group: 'com.github.hmcts', name: 'befta-fw', version: '8.3.0'
constraints {
implementation('org.apache.commons:commons-compress:1.21') {
because 'CVE-2021-35515, CVE-2021-35516, CVE-2021-35517, CVE-2021-36090'
}
}


testImplementation libraries.junit5

Expand Down

0 comments on commit 0727d4a

Please sign in to comment.