Skip to content

Commit

Permalink
Merge branch 'master' into PUB-2481
Browse files Browse the repository at this point in the history
  • Loading branch information
KianKwa authored Jun 13, 2024
2 parents c57f449 + 9973795 commit 0cbeafb
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 @@ -203,7 +203,7 @@ dependencies {
implementation group: 'com.opencsv', name: 'opencsv', version: '5.9'
implementation group: 'commons-validator', name: 'commons-validator', version: '1.8.0'

implementation group: 'com.github.hmcts', name: 'pip-data-models', version: '2.1.27', {
implementation group: 'com.github.hmcts', name: 'pip-data-models', version: '2.1.28', {
exclude group: 'org.springframework.boot', module: 'spring-boot-starter-data-jpa'
}
implementation group: 'io.hypersistence', name: 'hypersistence-utils-hibernate-63', version: '3.7.5'
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {

required_providers {
azurerm = {
version = "3.103.1"
version = "3.105.0"
}
postgresql = {
source = "cyrilgdn/postgresql"
Expand Down

0 comments on commit 0cbeafb

Please sign in to comment.