Skip to content

Commit 51eb0c1

Browse files
committed
Match latest Mongojack transitive dependencies
update mongodb driver and jackson versions
1 parent de24cc8 commit 51eb0c1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -156,15 +156,15 @@ dependencies {
156156
exclude group: 'org.slf4j', module: 'slf4j-simple'
157157
}
158158

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'
161161

162162
// 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'
164164

165165
// 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'
168168

169169
// Parses CSV. GTFS is a set of zipped CSV files, and some of our other inputs are CSV files.
170170
implementation 'net.sourceforge.javacsv:javacsv:2.0'

0 commit comments

Comments
 (0)