@@ -159,7 +159,9 @@ dependencyCheck {
159159repositories  {
160160  mavenLocal()
161161  mavenCentral()
162-   maven { url ' https://jitpack.io'   }
162+   maven {
163+     url ' https://pkgs.dev.azure.com/hmcts/Artifacts/_packaging/hmcts-lib/maven/v1' 
164+   }
163165}
164166
165167ext  {
@@ -191,7 +193,6 @@ dependencies {
191193  implementation ' org.apache.tomcat.embed:tomcat-embed-core:11.0.7' 
192194
193195  testImplementation group : ' org.springframework.boot'  , name : ' spring-boot-starter-test' 
194-   testImplementation group : ' com.github.tomakehurst'  , name : ' wiremock'  , version : ' 3.6.0' 
195196
196197  implementation group : ' org.springdoc'  , name : ' springdoc-openapi-ui'  , version : ' 1.8.0' 
197198
@@ -215,7 +216,7 @@ dependencies {
215216  annotationProcessor group : ' org.projectlombok'  , name : ' lombok'  , version : lombokVersion
216217  testAnnotationProcessor group : ' org.projectlombok'  , name : ' lombok'  , version : lombokVersion
217218
218-   testImplementation ' com.github.hmcts: fortify-client: 1.4.8: all' 
219+   testImplementation group :  ' com.github.hmcts' ,  name :  ' fortify-client' ,  version :  ' 1.4.9 ' ,  classifier :  ' all' 
219220
220221  implementation group : ' commons-fileupload'  , name : ' commons-fileupload'  , version : ' 1.5' 
221222  implementation group : ' commons-io'  , name : ' commons-io'  , version : ' 2.19.0' 
0 commit comments