Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies {


//Feign HTTP Client
implementation 'org.springframework.cloud:spring-cloud-starter-openfeign'
implementation 'org.springframework.cloud:spring-cloud-starter-openfeign:4.1.4'
implementation 'org.springframework.cloud:spring-cloud-starter-loadbalancer'

/*
Expand All @@ -65,14 +65,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: 24 February 2025.
* DevSecOps verifies these packages at least once per month. LAST VERIFIED: 25 June 2025.
*/
implementation 'com.squareup.okio:okio:3.10.2'
implementation 'org.springframework:spring-core:6.2.1'
implementation 'org.springframework.security:spring-security-core:6.4.6'
implementation 'org.springframework.security:spring-security-crypto:6.3.9'
implementation 'org.springframework.security:spring-security-oauth2-client:6.4.4'
implementation 'org.apache.tomcat.embed:tomcat-embed-core:10.1.34'
implementation 'org.apache.tomcat.embed:tomcat-embed-core:10.1.40'
implementation 'org.apache.tomcat.embed:tomcat-embed-websocket:11.0.5'
implementation 'org.springframework.security:spring-security-web:6.3.5'

Expand All @@ -85,7 +85,7 @@ dependencies {
// this provides additional types for JsonB and for ListArray types in Postgres
implementation 'io.hypersistence:hypersistence-utils-hibernate-62:3.7.6'
implementation 'org.liquibase:liquibase-core:4.31.1'
implementation 'org.postgresql:postgresql:42.7.5'
implementation 'org.postgresql:postgresql:42.7.7'

// data validation
implementation 'com.googlecode.libphonenumber:libphonenumber:8.13.28'
Expand Down
8 changes: 4 additions & 4 deletions backend/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ org.apache.httpcomponents:httpclient:4.5.13=compileClasspath,runtimeClasspath
org.apache.httpcomponents:httpcore:4.4.16=compileClasspath,runtimeClasspath
org.apache.logging.log4j:log4j-api:2.23.1=compileClasspath,runtimeClasspath
org.apache.logging.log4j:log4j-to-slf4j:2.23.1=compileClasspath,runtimeClasspath
org.apache.tomcat.embed:tomcat-embed-core:10.1.34=compileClasspath,runtimeClasspath
org.apache.tomcat.embed:tomcat-embed-core:10.1.40=compileClasspath,runtimeClasspath
org.apache.tomcat.embed:tomcat-embed-el:10.1.33=compileClasspath,runtimeClasspath
org.apache.tomcat.embed:tomcat-embed-websocket:11.0.5=compileClasspath,runtimeClasspath
org.apache.tomcat:tomcat-annotations-api:10.1.33=compileClasspath,runtimeClasspath
Expand All @@ -157,7 +157,7 @@ org.bouncycastle:bcpkix-jdk18on:1.79=compileClasspath,runtimeClasspath
org.bouncycastle:bcprov-jdk18on:1.79=compileClasspath,runtimeClasspath
org.bouncycastle:bcutil-jdk18on:1.79=compileClasspath,runtimeClasspath
org.checkerframework:checker-qual:3.42.0=compileClasspath
org.checkerframework:checker-qual:3.48.3=runtimeClasspath
org.checkerframework:checker-qual:3.49.3=runtimeClasspath
org.codehaus.woodstox:stax2-api:4.2.2=compileClasspath,runtimeClasspath
org.eclipse.angus:angus-activation:2.0.2=runtimeClasspath
org.eclipse.angus:jakarta.mail:2.0.3=compileClasspath,runtimeClasspath
Expand All @@ -180,7 +180,7 @@ org.liquibase:liquibase-core:4.31.1=compileClasspath,runtimeClasspath
org.openapitools:jackson-databind-nullable:0.2.6=compileClasspath,runtimeClasspath
org.ow2.asm:asm:9.6=compileClasspath,runtimeClasspath
org.owasp.encoder:encoder:1.3.1=compileClasspath,runtimeClasspath
org.postgresql:postgresql:42.7.5=compileClasspath,runtimeClasspath
org.postgresql:postgresql:42.7.7=compileClasspath,runtimeClasspath
org.projectlombok:lombok:1.18.36=compileClasspath
org.reactivestreams:reactive-streams:1.0.4=compileClasspath,runtimeClasspath
org.slf4j:jcl-over-slf4j:2.0.16=compileClasspath,runtimeClasspath
Expand Down Expand Up @@ -210,7 +210,7 @@ org.springframework.cloud:spring-cloud-context:4.1.2=compileClasspath,runtimeCla
org.springframework.cloud:spring-cloud-loadbalancer:4.1.2=compileClasspath,runtimeClasspath
org.springframework.cloud:spring-cloud-openfeign-core:4.1.1=compileClasspath,runtimeClasspath
org.springframework.cloud:spring-cloud-starter-loadbalancer:4.1.2=compileClasspath,runtimeClasspath
org.springframework.cloud:spring-cloud-starter-openfeign:4.1.1=compileClasspath,runtimeClasspath
org.springframework.cloud:spring-cloud-starter-openfeign:4.1.4=compileClasspath,runtimeClasspath
org.springframework.cloud:spring-cloud-starter:4.1.2=compileClasspath,runtimeClasspath
org.springframework.data:spring-data-commons:3.3.6=compileClasspath,runtimeClasspath
org.springframework.data:spring-data-jpa:3.3.6=compileClasspath,runtimeClasspath
Expand Down
Loading