Skip to content

Commit

Permalink
Fix jitpack jar not found error (#450)
Browse files Browse the repository at this point in the history
* Update build.gradle

* Update build.gradle

* Update build.gradle
  • Loading branch information
dinesh1patel authored Dec 9, 2024
1 parent 49a650d commit 85d0589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aat/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {

// tag::dependencies[]
dependencies {
testImplementation group: 'com.github.hmcts', name: 'ccd-test-definitions', version: '7.22.2'
testImplementation group: 'com.github.hmcts', name: 'ccd-test-definitions', version: '7.24.0'
testImplementation group: 'com.github.hmcts', name: 'befta-fw', version: '9.2.0'
testImplementation 'com.github.hmcts:fortify-client:1.4.2'
}
Expand Down

0 comments on commit 85d0589

Please sign in to comment.