Skip to content

Commit

Permalink
chore(backend): Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Feb 19, 2024
1 parent 69aa773 commit 6f108a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ dependencies {
// --------------- Dagger (Dependency Injection) ---------------

// https://mvnrepository.com/artifact/com.google.dagger/dagger
implementation 'com.google.dagger:dagger:2.45'
annotationProcessor 'com.google.dagger:dagger-compiler:2.45'
implementation 'com.google.dagger:dagger:2.50'
annotationProcessor 'com.google.dagger:dagger-compiler:2.50'

// --------------- Fulib Libraries ---------------

Expand All @@ -82,7 +82,7 @@ dependencies {
implementation group: 'com.sparkjava', name: 'spark-core', version: '2.9.4'

// https://mvnrepository.com/artifact/org.json/json
implementation group: 'org.json', name: 'json', version: '20231013'
implementation group: 'org.json', name: 'json', version: '20240205'

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

0 comments on commit 6f108a7

Please sign in to comment.