Skip to content

Commit

Permalink
Merge branch 'master' into ia-home-office-integration-api-migration
Browse files Browse the repository at this point in the history
  • Loading branch information
ikirsanov authored Oct 17, 2024
2 parents b240ba3 + 4fbda1a commit 0a6a44a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
buildscript {
repositories {
jcenter()
mavenCentral()
maven { url 'https://jitpack.io' }
}
dependencies {
classpath("org.yaml:snakeyaml:2.2")
Expand Down Expand Up @@ -264,7 +265,6 @@ dependencyManagement {

repositories {
mavenLocal()
jcenter()
mavenCentral()
maven { url "https://dl.bintray.com/hmcts/hmcts-maven" }
maven { url 'https://www.jitpack.io' }
Expand Down Expand Up @@ -311,7 +311,7 @@ dependencies {
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-oauth2-resource-server'
implementation group: 'org.springframework.cloud', name: 'spring-cloud-dependencies', version: 'Hoxton.SR4'

implementation(group: 'com.github.hmcts', name: 'service-auth-provider-java-client', version: '4.0.2') {
implementation(group: 'com.github.hmcts', name: 'service-auth-provider-java-client', version: '4.0.3') {
exclude group: "org.bouncycastle", module: "bcprov-jdk15on"
}
implementation(group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '3.1.8') {
Expand All @@ -327,7 +327,7 @@ dependencies {
implementation group: 'com.github.hmcts.java-logging', name: 'logging', version: '6.0.1'
implementation group: 'com.github.hmcts.java-logging', name: 'logging-appinsights', version: '6.0.1'

implementation group: 'com.github.hmcts', name: 'auth-checker-lib', version: '2.1.5'
implementation group: 'com.github.hmcts', name: 'auth-checker-lib', version: '2.1.6'

implementation group: 'org.springdoc', name: 'springdoc-openapi-ui', version: versions.springDoc

Expand Down

0 comments on commit 0a6a44a

Please sign in to comment.