mirror of
https://github.com/traccar/traccar.git
synced 2026-05-19 14:18:23 -04:00
Temporary Jackson CVE fix
This commit is contained in:
@@ -80,6 +80,9 @@ protobuf {
|
||||
}
|
||||
}
|
||||
|
||||
// override jackson-core CVE (SNYK-JAVA-COMFASTERXMLJACKSONCORE-15907551); remove when Jersey bumps
|
||||
configurations.all { resolutionStrategy.force "com.fasterxml.jackson.core:jackson-core:2.21.2" }
|
||||
|
||||
dependencies {
|
||||
implementation "commons-codec:commons-codec:1.22.0"
|
||||
implementation "com.h2database:h2:2.4.240"
|
||||
|
||||
Reference in New Issue
Block a user