Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feb Snyk Review #7297

Merged
merged 2 commits into from
Feb 21, 2024
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
13 changes: 7 additions & 6 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,9 +54,10 @@ 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'
implementation 'com.squareup.okio:okio:3.4.0'
implementation 'org.springframework:spring-core:6.0.16'

// data layer dependencies
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
Expand All @@ -70,7 +71,7 @@ dependencies {
implementation 'com.smartystreets.api:smartystreets-java-sdk:3.14.1'

// UI layer dependencies
implementation 'org.json:json:20230618'
implementation 'org.json:json:20231013'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-csv'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-hibernate6'
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
Expand All @@ -88,9 +89,9 @@ dependencies {

// Twilio for SMS
implementation 'com.twilio.sdk:twilio:9.14.0'

// SendGrid for Email
implementation 'com.sendgrid:sendgrid-java'
implementation 'com.sendgrid:sendgrid-java:4.10.1'

// For local Email
implementation 'org.springframework.boot:spring-boot-starter-mail'
Expand Down
Loading
Loading