Skip to content

Commit

Permalink
Update Databases
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 22, 2024
1 parent c27d08f commit 71add95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -297,10 +297,10 @@ dependencies {
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign'
implementation group: 'org.springframework.retry', name: 'spring-retry', version: '1.3.4'
implementation group: 'javax.annotation', name: 'javax.annotation-api', version: '1.3.2'
implementation group: 'org.postgresql', name: 'postgresql', version: '42.6.0'
implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.3'

implementation group: 'com.google.guava', name: 'guava', version: '32.1.1-jre'
implementation group: 'org.elasticsearch', name: 'elasticsearch', version: '7.17.10'
implementation group: 'org.elasticsearch', name: 'elasticsearch', version: '7.17.18'

implementation group: 'com.github.hmcts', name: 'service-auth-provider-java-client', version: '4.1.2'
implementation group: 'com.github.hmcts', name: 'idam-java-client', version: '2.1.1'
Expand Down

0 comments on commit 71add95

Please sign in to comment.