Skip to content

Commit

Permalink
Update dependency com.github.hmcts:idam-java-client to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 28, 2024
1 parent e0155e0 commit fc5a489
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ dependencies {
implementation group: 'org.springframework.security', name: 'spring-security-oauth2-core', version: versions.springSecurity
implementation group: 'com.nimbusds', name: 'nimbus-jose-jwt', version: '9.41.2'
implementation group: 'io.jsonwebtoken', name: 'jjwt', version: '0.12.6'
implementation group: 'com.github.hmcts', name: 'idam-java-client', version: '2.1.1'
implementation group: 'com.github.hmcts', name: 'idam-java-client', version: '3.0.3'
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.24.1'
implementation group: 'org.apache.logging.log4j', name: 'log4j-to-slf4j', version: '2.24.1'
implementation group: 'org.apache.commons', name: 'commons-text', version: '1.12.0'
Expand Down
2 changes: 1 addition & 1 deletion dashboard-notifications/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
implementation group: 'com.vladmihalcea', name: 'hibernate-types-52', version: '2.21.1'
implementation group: 'org.apache.commons', name: 'commons-text', version: '1.12.0'
implementation group: 'io.swagger.core.v3', name: 'swagger-annotations', version: '2.2.25'
implementation group: 'com.github.hmcts', name: 'idam-java-client', version: '2.1.1'
implementation group: 'com.github.hmcts', name: 'idam-java-client', version: '3.0.3'

runtimeOnly 'org.postgresql:postgresql:42.7.4'
compileOnly 'org.projectlombok:lombok'
Expand Down

0 comments on commit fc5a489

Please sign in to comment.