We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e774e62 commit c2dd99aCopy full SHA for c2dd99a
build.gradle
@@ -260,7 +260,7 @@ dependencies {
260
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: versions.jackson
261
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: versions.jackson
262
implementation group: 'com.launchdarkly', name: 'launchdarkly-java-server-sdk', version: '6.1.0'
263
- 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') {
264
exclude group: 'org.apache.commons', module: 'commons-compress'
265
exclude group: 'com.google.guava', module: 'guava'
266
exclude group: 'org.apache.poi', module: 'poi-ooxml'
0 commit comments