We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f61448 commit 4208449Copy full SHA for 4208449
build.gradle
@@ -259,7 +259,7 @@ dependencies {
259
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: versions.jackson
260
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: versions.jackson
261
implementation group: 'com.launchdarkly', name: 'launchdarkly-java-server-sdk', version: '6.1.0'
262
- implementation (group: 'com.github.hmcts', name: 'befta-fw', version: '8.7.11') {
+ implementation (group: 'com.github.hmcts', name: 'befta-fw', version: '20.2.0.rdm.8934.1') {
263
exclude group: 'org.apache.commons', module: 'commons-compress'
264
exclude group: 'com.google.guava', module: 'guava'
265
exclude group: 'org.apache.poi', module: 'poi-ooxml'
0 commit comments