File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -156,15 +156,15 @@ dependencies {
156
156
exclude group : ' org.slf4j' , module : ' slf4j-simple'
157
157
}
158
158
159
- // Database driver.
160
- implementation ' org.mongodb:mongodb-driver-sync:4.8.2 '
159
+ // Database driver. Version is matched with transitive dependency on Mongojack.
160
+ implementation ' org.mongodb:mongodb-driver-sync:4.8.1 '
161
161
162
162
// Legacy system for storing Java objects, this functionality is now provided by the MongoDB driver itself.
163
- implementation ' org.mongojack:mongojack:2.10 .1'
163
+ implementation ' org.mongojack:mongojack:4.8 .1'
164
164
165
165
// JSON serialization and deserialization from and to Java objects
166
- implementation ' com.fasterxml.jackson.core:jackson-core:2.10.3 '
167
- implementation ' com.fasterxml.jackson.core:jackson-databind:2.10.3 '
166
+ implementation ' com.fasterxml.jackson.core:jackson-core:2.15.2 '
167
+ implementation ' com.fasterxml.jackson.core:jackson-databind:2.15.2 '
168
168
169
169
// Parses CSV. GTFS is a set of zipped CSV files, and some of our other inputs are CSV files.
170
170
implementation ' net.sourceforge.javacsv:javacsv:2.0'
You can’t perform that action at this time.
0 commit comments