Skip to content

Commit

Permalink
Bump io.hypersistence:hypersistence-utils-hibernate-62 in /backend
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Jun 20, 2024
1 parent 21b0242 commit b01cf53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dependencies {
// data layer dependencies
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation 'io.hypersistence:hypersistence-utils-hibernate-62:3.5.2' // this provides additional types for JsonB and for ListArray types in Postgres
implementation 'io.hypersistence:hypersistence-utils-hibernate-62:3.7.6' // this provides additional types for JsonB and for ListArray types in Postgres
implementation 'org.liquibase:liquibase-core:4.27.0'
implementation 'org.postgresql:postgresql:42.6.1'

Expand Down
2 changes: 1 addition & 1 deletion backend/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ io.github.openfeign.form:feign-form:3.8.0=compileClasspath,runtimeClasspath
io.github.openfeign:feign-core:12.4=compileClasspath,runtimeClasspath
io.github.openfeign:feign-slf4j:12.4=compileClasspath,runtimeClasspath
io.hypersistence:hypersistence-tsid:2.1.1=compileClasspath,runtimeClasspath
io.hypersistence:hypersistence-utils-hibernate-62:3.5.2=compileClasspath,runtimeClasspath
io.hypersistence:hypersistence-utils-hibernate-62:3.7.6=compileClasspath,runtimeClasspath
io.jsonwebtoken:jjwt-api:0.11.2=compileClasspath
io.jsonwebtoken:jjwt-api:0.11.5=runtimeClasspath
io.jsonwebtoken:jjwt-impl:0.11.5=runtimeClasspath
Expand Down

0 comments on commit b01cf53

Please sign in to comment.