Skip to content

Commit

Permalink
fix(backend): Update some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Feb 7, 2024
1 parent f52b763 commit 34a07bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dependencies {
implementation slf4jDependency

// https://mvnrepository.com/artifact/commons-io/commons-io
implementation group: 'commons-io', name: 'commons-io', version: '2.11.0'
implementation group: 'commons-io', name: 'commons-io', version: '2.15.1'

// https://mvnrepository.com/artifact/com.sparkjava/spark-core
implementation group: 'com.sparkjava', name: 'spark-core', version: '2.9.4'
Expand All @@ -85,18 +85,18 @@ dependencies {
implementation group: 'org.json', name: 'json', version: '20231013'

// https://mvnrepository.com/artifact/org.mongodb/mongodb-driver-sync
implementation group: 'org.mongodb', name: 'mongodb-driver-sync', version: '4.10.2'
implementation group: 'org.mongodb', name: 'mongodb-driver-sync', version: '4.11.1'

// https://mvnrepository.com/artifact/com.auth0/java-jwt
implementation group: 'com.auth0', name: 'java-jwt', version: '4.3.0'
implementation group: 'com.auth0', name: 'java-jwt', version: '4.4.0'

// compile instead of testCompile because the web service uses it
implementation junitDependency

testImplementation slf4jDependency

// https://mvnrepository.com/artifact/org.mockito/mockito-core
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.4.0'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.10.0'
}

// --------------- Version Injection ---------------
Expand Down

0 comments on commit 34a07bd

Please sign in to comment.