File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,9 @@ dependencies {
88
88
annotationProcessor(" org.projectlombok:lombok:1.18.32" )
89
89
90
90
// To parse JSON response from ClickHouse to parse complex data types correctly
91
- implementation(" com.fasterxml.jackson.core:jackson-databind:2.17.0" )
91
+ implementation(" com.fasterxml.jackson.core:jackson-core:2.17.1" )
92
+ implementation(" com.fasterxml.jackson.core:jackson-databind:2.17.1" )
93
+ implementation(" com.fasterxml.jackson.core:jackson-annotations:2.17.1" )
92
94
93
95
94
96
// TODO: need to remove ???
@@ -105,6 +107,9 @@ dependencies {
105
107
clickhouseDependencies(" com.clickhouse:clickhouse-client:${project.extra[" clickHouseDriverVersion" ]} " )
106
108
clickhouseDependencies(" com.clickhouse:clickhouse-http-client:${project.extra[" clickHouseDriverVersion" ]} " )
107
109
clickhouseDependencies(" com.google.code.gson:gson:2.10.1" )
110
+ clickhouseDependencies(" com.fasterxml.jackson.core:jackson-core:2.17.1" )
111
+ clickhouseDependencies(" com.fasterxml.jackson.core:jackson-databind:2.17.1" )
112
+ clickhouseDependencies(" com.fasterxml.jackson.core:jackson-annotations:2.17.1" )
108
113
109
114
// Unit Tests
110
115
testImplementation(platform(" org.junit:junit-bom:${project.extra[" junitJupiterVersion" ]} " ))
You can’t perform that action at this time.
0 commit comments