Skip to content

Commit

Permalink
chore: upgrade Spring Boot version and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alismx committed Feb 15, 2024
1 parent 04c579c commit 75974d1
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 89 deletions.
8 changes: 4 additions & 4 deletions backend/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.springframework.boot' version '3.1.5'
id 'org.springframework.boot' version '3.1.7'
id 'org.liquibase.gradle' version '2.2.1'
id 'io.spring.dependency-management' version '1.1.3'
id 'java'
Expand Down Expand Up @@ -54,15 +54,14 @@ dependencies {
* Please do NOT scatter packages elsewhere around the file. Scattered packages make it easy for pins to become
* stale.
*
* DevSecOps verifies these packages at least once per month. LAST VERIFIED: 17 October 2023.
* DevSecOps verifies these packages at least once per month. LAST VERIFIED: 15 Feb 2024.
*/
implementation 'com.squareup.okio:okio-jvm:3.4.0'

// 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 'org.liquibase:liquibase-core'
implementation 'org.liquibase:liquibase-core:4.21.0'
implementation 'org.postgresql:postgresql'

// data validation
Expand Down Expand Up @@ -99,6 +98,7 @@ dependencies {
implementation 'org.hibernate.orm:hibernate-jpamodelgen'
annotationProcessor 'org.hibernate.orm:hibernate-jpamodelgen'


implementation 'com.azure:azure-storage-queue:12.19.0'

// RandomStringUtils to generate PatientSelfRegistrationLink
Expand Down
Loading

0 comments on commit 75974d1

Please sign in to comment.