diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2023-09-25 08:51:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-09-25 08:51:21 +0000 |
commit | 6d1516c3ec72d6cd0bee41408081dc6e3c9447e9 (patch) | |
tree | 2934849987b48af2d2e1378df7aff4cf656c9335 /cps-ri/pom.xml | |
parent | a071c9c77f9d5b83cff6c85a1c54d7938f547717 (diff) | |
parent | 477bd46874d2c8266007358f9ca335b0442cea18 (diff) |
Merge "Reinstate Spring Boot 3.0 after revert"
Diffstat (limited to 'cps-ri/pom.xml')
-rw-r--r-- | cps-ri/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-ri/pom.xml b/cps-ri/pom.xml index e1598aba87..f8fd730a1c 100644 --- a/cps-ri/pom.xml +++ b/cps-ri/pom.xml @@ -71,7 +71,7 @@ <!-- Add Hibernate support for Postgres datatype JSONB and Postgres arrays -->
<dependency>
<groupId>io.hypersistence</groupId>
- <artifactId>hypersistence-utils-hibernate-52</artifactId>
+ <artifactId>hypersistence-utils-hibernate-60</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
|