From 21e04705872849eabee074082049f2bfbac22b3c Mon Sep 17 00:00:00 2001 From: Natasha Alker Date: Thu, 31 Oct 2024 09:01:03 +0000 Subject: [PATCH 1/3] update data models version number --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 39e736685..8a316220e 100644 --- a/build.gradle +++ b/build.gradle @@ -202,7 +202,7 @@ dependencies { implementation group: 'com.opencsv', name: 'opencsv', version: '5.9' implementation group: 'commons-validator', name: 'commons-validator', version: '1.9.0' - implementation group: 'com.github.hmcts', name: 'pip-data-models', version: '2.1.31', { + implementation group: 'com.github.hmcts', name: 'pip-data-models', version: '2.1.32', { exclude group: 'org.springframework.boot', module: 'spring-boot-starter-data-jpa' } implementation group: 'io.hypersistence', name: 'hypersistence-utils-hibernate-63', version: '3.8.3' From 5ff4d3d601a189ab263de2b70104707c418f92c7 Mon Sep 17 00:00:00 2001 From: Natasha Alker Date: Tue, 4 Mar 2025 12:42:08 +0000 Subject: [PATCH 2/3] Use data models snapshot to check pr build --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 291eadf58..f85788161 100644 --- a/build.gradle +++ b/build.gradle @@ -221,7 +221,7 @@ dependencies { implementation group: 'com.opencsv', name: 'opencsv', version: '5.10' implementation group: 'commons-validator', name: 'commons-validator', version: '1.9.0' - implementation group: 'com.github.hmcts', name: 'pip-data-models', version: '2.2.13', { + implementation group: 'com.github.hmcts', name: 'pip-data-models', version: 'PUB-2638-SNAPSHOT', { exclude group: 'org.springframework.boot', module: 'spring-boot-starter-data-jpa' } implementation group: 'io.hypersistence', name: 'hypersistence-utils-hibernate-63', version: '3.9.1' From 61a539e2de6821f91d032de14f4ba65d118e4084 Mon Sep 17 00:00:00 2001 From: ChrisS1512 <87066931+ChrisS1512@users.noreply.github.com> Date: Thu, 20 Mar 2025 15:10:14 +0000 Subject: [PATCH 3/3] PUB-2638 - Updated data models version --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f85788161..3c7a2d1a0 100644 --- a/build.gradle +++ b/build.gradle @@ -221,7 +221,7 @@ dependencies { implementation group: 'com.opencsv', name: 'opencsv', version: '5.10' implementation group: 'commons-validator', name: 'commons-validator', version: '1.9.0' - implementation group: 'com.github.hmcts', name: 'pip-data-models', version: 'PUB-2638-SNAPSHOT', { + implementation group: 'com.github.hmcts', name: 'pip-data-models', version: '2.2.15', { exclude group: 'org.springframework.boot', module: 'spring-boot-starter-data-jpa' } implementation group: 'io.hypersistence', name: 'hypersistence-utils-hibernate-63', version: '3.9.1'