Skip to content

Commit 0012acd

Browse files
Replace JitPack with Azure DevOps Artifacts (#164)
Replace JitPack with Azure DevOps Artifacts and upgrade Fortify client version
1 parent 132bee1 commit 0012acd

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

build.gradle

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,10 @@ dependencyCheck {
158158
repositories {
159159
mavenLocal()
160160
mavenCentral()
161-
maven { url = 'https://jitpack.io' }
161+
maven {
162+
name = "AzureArtifacts"
163+
url = uri("https://pkgs.dev.azure.com/hmcts/Artifacts/_packaging/hmcts-lib/maven/v1")
164+
}
162165
}
163166

164167
ext {
@@ -217,7 +220,7 @@ dependencies {
217220
implementation group: 'com.github.hmcts.java-logging', name: 'logging', version: '6.1.6'
218221

219222
testImplementation libraries.junit5
220-
testImplementation group: 'com.github.hmcts', name: 'fortify-client', version: '1.4.6', classifier: 'all'
223+
testImplementation group: 'com.github.hmcts', name: 'fortify-client', version: '1.4.9', classifier: 'all'
221224
testImplementation group: 'io.rest-assured', name: 'rest-assured', version: '5.5.0'
222225
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test'
223226
testImplementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-contract-stub-runner', version: '4.1.4'

0 commit comments

Comments
 (0)