Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pipeline fix: Use beftaFw Version 9.2.0 and definitionStoreDevelopPr set to pr-575 #1521

Merged
merged 7 commits into from
Jan 7, 2025
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ext['snakeyaml.version'] = '2.0'
ext['postgresql.version'] = '42.7.3'
//overriding log4j2 default version 2.7 because of vulnerability issues
ext['log4j2.version'] = '2.17.1'
ext['beftaFwVersion'] = '9.0.2'
ext['beftaFwVersion'] = '9.2.0'

// end

Expand Down Expand Up @@ -334,7 +334,7 @@ subprojects { subproject ->
testImplementation group: 'org.powermock', name: 'powermock-api-mockito2', version: powermockVersion
testImplementation group: 'org.powermock', name: 'powermock-module-junit4', version: powermockVersion

testImplementation group: 'com.github.hmcts', name: 'ccd-test-definitions', version: '7.24.0'
testImplementation group: 'com.github.hmcts', name: 'ccd-test-definitions', version: '7.24.2'

testImplementation group: 'com.github.hmcts', name: 'befta-fw', version: beftaFwVersion

Expand Down